Uses of Class
net.minecraft.entity.decoration.AbstractDecorationEntity
Packages that use AbstractDecorationEntity
Package
Description
-
Uses of AbstractDecorationEntity in net.minecraft.entity.decoration
Subclasses of AbstractDecorationEntity in net.minecraft.entity.decorationModifier and TypeClassDescriptionclass
class
class
Constructor parameters in net.minecraft.entity.decoration with type arguments of type AbstractDecorationEntityModifierConstructorDescriptionprotected
AbstractDecorationEntity
(EntityType<? extends AbstractDecorationEntity> type, World world) protected
AbstractDecorationEntity
(EntityType<? extends AbstractDecorationEntity> type, World world, BlockPos pos) -
Uses of AbstractDecorationEntity in net.minecraft.entity.decoration.painting
Subclasses of AbstractDecorationEntity in net.minecraft.entity.decoration.painting -
Uses of AbstractDecorationEntity in net.minecraft.item
Fields in net.minecraft.item with type parameters of type AbstractDecorationEntityModifier and TypeFieldDescriptionprivate final EntityType
<? extends AbstractDecorationEntity> DecorationItem.entityType
Constructor parameters in net.minecraft.item with type arguments of type AbstractDecorationEntityModifierConstructorDescriptionDecorationItem
(EntityType<? extends AbstractDecorationEntity> type, Item.Settings settings) ItemFrameItem
(EntityType<? extends AbstractDecorationEntity> type, Item.Settings settings)