Uses of Class
net.minecraft.entity.item.HangingEntity
Packages that use HangingEntity
-
Uses of HangingEntity in net.minecraft.entity.item
Subclasses of HangingEntity in net.minecraft.entity.itemModifier and TypeClassDescriptionclass
class
class
Constructor parameters in net.minecraft.entity.item with type arguments of type HangingEntityModifierConstructorDescriptionprotected
HangingEntity
(EntityType<? extends HangingEntity> p_i48561_1_, World p_i48561_2_) protected
HangingEntity
(EntityType<? extends HangingEntity> p_i48562_1_, World p_i48562_2_, BlockPos p_i48562_3_) -
Uses of HangingEntity in net.minecraft.item
Fields in net.minecraft.item with type parameters of type HangingEntityModifier and TypeFieldDescriptionprivate final EntityType<? extends HangingEntity>
HangingEntityItem.type
Constructor parameters in net.minecraft.item with type arguments of type HangingEntityModifierConstructorDescriptionHangingEntityItem
(EntityType<? extends HangingEntity> p_i50043_1_, Item.Properties p_i50043_2_)