Uses of Class
net.minecraft.entity.decoration.ItemFrameEntity
Packages that use ItemFrameEntity
Package
Description
- 
Uses of ItemFrameEntity in net.minecraft.blockMethods in net.minecraft.block that return ItemFrameEntityModifier and TypeMethodDescriptionprivate @Nullable ItemFrameEntityComparatorBlock.getAttachedItemFrame(World world, Direction facing, BlockPos pos) 
- 
Uses of ItemFrameEntity in net.minecraft.client.render.entityClasses in net.minecraft.client.render.entity with type parameters of type ItemFrameEntity
- 
Uses of ItemFrameEntity in net.minecraft.entityFields in net.minecraft.entity with type parameters of type ItemFrameEntity
- 
Uses of ItemFrameEntity in net.minecraft.entity.decorationSubclasses 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.itemMethods in net.minecraft.item that return ItemFrameEntityModifier and TypeMethodDescriptionItemStack.getFrame()Returns the item frame that holds the stack, ornullif inapplicable.