Spawn API enhancements
This commit is contained in:
parent
5d5c215f48
commit
7def63ee01
12 changed files with 308 additions and 37 deletions
|
@ -14,7 +14,7 @@ import java.util.ArrayList;
|
|||
import java.util.List;
|
||||
import java.util.Random;
|
||||
|
||||
|
||||
@Deprecated(forRemoval = true)
|
||||
public class SpawnAPI<T extends Entity> {
|
||||
@FunctionalInterface
|
||||
public interface SpawnRule<E extends Entity> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue