Uses of Class
net.minecraft.entity.decoration.AbstractDecorationEntity
| Package | Description |
|---|---|
| net.minecraft.entity.decoration | |
| net.minecraft.entity.decoration.painting | |
| net.minecraft.item |
-
Uses of AbstractDecorationEntity in net.minecraft.entity.decoration
Subclasses of AbstractDecorationEntity in net.minecraft.entity.decoration Modifier and Type Class Description classGlowItemFrameEntityclassItemFrameEntityclassLeashKnotEntityConstructor parameters in net.minecraft.entity.decoration with type arguments of type AbstractDecorationEntity Constructor Description AbstractDecorationEntity(EntityType<? extends AbstractDecorationEntity> type, World world)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 Modifier and Type Class Description classPaintingEntity -
Uses of AbstractDecorationEntity in net.minecraft.item
Fields in net.minecraft.item with type parameters of type AbstractDecorationEntity Modifier and Type Field Description private EntityType<? extends AbstractDecorationEntity>DecorationItem. entityTypeConstructor parameters in net.minecraft.item with type arguments of type AbstractDecorationEntity Constructor Description DecorationItem(EntityType<? extends AbstractDecorationEntity> type, Item.Settings settings)ItemFrameItem(EntityType<? extends AbstractDecorationEntity> type, Item.Settings settings)