Uses of Class
net.minecraft.world.entity.decoration.HangingEntity
Packages that use HangingEntity
-
Uses of HangingEntity in net.minecraft.world.entity.decoration
Subclasses of HangingEntity in net.minecraft.world.entity.decorationConstructor parameters in net.minecraft.world.entity.decoration with type arguments of type HangingEntityModifierConstructorDescriptionprotectedHangingEntity(EntityType<? extends HangingEntity> entityType, Level level) protectedHangingEntity(EntityType<? extends HangingEntity> entityType, Level level, BlockPos pos) -
Uses of HangingEntity in net.minecraft.world.item
Fields in net.minecraft.world.item with type parameters of type HangingEntityModifier and TypeFieldDescriptionprivate final EntityType<? extends HangingEntity> HangingEntityItem.typeConstructor parameters in net.minecraft.world.item with type arguments of type HangingEntityModifierConstructorDescriptionHangingEntityItem(EntityType<? extends HangingEntity> type, Item.Properties properties) ItemFrameItem(EntityType<? extends HangingEntity> type, Item.Properties properties)