| Modifier and Type | Field and Description |
|---|---|
boolean |
dropExperience |
boolean |
dropItems |
@Nullable net.minecraft.entity.EntityType<? extends net.minecraft.entity.Entity> |
entityType |
double |
maxSquaredDistanceFromChest |
double |
maxSquaredDistanceFromPlayer |
String |
nbtTag |
String |
registryName |
int |
spawnCount |
| Constructor and Description |
|---|
DefenseEntities() |
| Modifier and Type | Method and Description |
|---|---|
void |
validatePostLoad() |
public String registryName
public String nbtTag
public boolean dropExperience
public boolean dropItems
public int spawnCount
public double maxSquaredDistanceFromChest
public double maxSquaredDistanceFromPlayer
public @Nullable net.minecraft.entity.EntityType<? extends net.minecraft.entity.Entity> entityType