Package net.minecraft.entity.mob
Class ZombieEntity.ZombieData
java.lang.Object
net.minecraft.entity.mob.ZombieEntity.ZombieData
- All Implemented Interfaces:
EntityData
- Enclosing class:
- ZombieEntity
public static class ZombieEntity.ZombieData extends Object implements EntityData
-
Field Summary
Fields Modifier and Type Field Description booleanbabybooleantryChickenJockey -
Constructor Summary
Constructors Constructor Description ZombieData(boolean baby, boolean tryChickenJockey) -
Method Summary
-
Field Details
-
baby
public final boolean baby -
tryChickenJockey
public final boolean tryChickenJockey
-
-
Constructor Details
-
ZombieData
public ZombieData(boolean baby, boolean tryChickenJockey)
-