Uses of Class
net.minecraft.entity.decoration.ItemFrameEntity
Packages that use ItemFrameEntity
Package
Description
-
Uses of ItemFrameEntity in net.minecraft.block
Methods in net.minecraft.block that return ItemFrameEntityModifier and TypeMethodDescriptionprivate @Nullable ItemFrameEntity
ComparatorBlock.getAttachedItemFrame
(World world, Direction facing, BlockPos pos) -
Uses of ItemFrameEntity in net.minecraft.client.render.entity
Classes in net.minecraft.client.render.entity with type parameters of type ItemFrameEntity -
Uses of ItemFrameEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type ItemFrameEntity -
Uses of ItemFrameEntity in net.minecraft.entity.decoration
Subclasses of ItemFrameEntity in net.minecraft.entity.decorationConstructor parameters in net.minecraft.entity.decoration with type arguments of type ItemFrameEntityModifierConstructorDescriptionGlowItemFrameEntity
(EntityType<? extends ItemFrameEntity> type, World world) ItemFrameEntity
(EntityType<? extends ItemFrameEntity> type, World world) ItemFrameEntity
(EntityType<? extends ItemFrameEntity> type, World world, BlockPos pos, Direction facing) -
Uses of ItemFrameEntity in net.minecraft.item
Methods in net.minecraft.item that return ItemFrameEntityModifier and TypeMethodDescriptionItemStack.getFrame()
Returns the item frame that holds the stack, ornull
if inapplicable.