Uses of Class
net.minecraft.entity.monster.HuskEntity
-
Packages that use HuskEntity Package Description net.minecraft.entity net.minecraft.entity.monster -
-
Uses of HuskEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type HuskEntity Modifier and Type Field Description static EntityType<HuskEntity>
EntityType. HUSK
-
Uses of HuskEntity in net.minecraft.entity.monster
Method parameters in net.minecraft.entity.monster with type arguments of type HuskEntity Modifier and Type Method Description static boolean
HuskEntity. checkHuskSpawnRules(EntityType<HuskEntity> p_223334_0_, IServerWorld p_223334_1_, SpawnReason p_223334_2_, BlockPos p_223334_3_, java.util.Random p_223334_4_)
Constructor parameters in net.minecraft.entity.monster with type arguments of type HuskEntity Constructor Description HuskEntity(EntityType<? extends HuskEntity> p_i50204_1_, World p_i50204_2_)
-