Uses of Interface
net.minecraft.world.WorldlyContainer
Packages that use WorldlyContainer
Package
Description
-
Uses of WorldlyContainer in net.minecraft.world
Methods in net.minecraft.world that return WorldlyContainerModifier and TypeMethodDescriptionWorldlyContainerHolder.getContainer(BlockState pState, LevelAccessor pLevel, BlockPos pPos) -
Uses of WorldlyContainer in net.minecraft.world.level.block
Classes in net.minecraft.world.level.block that implement WorldlyContainerModifier and TypeClassDescription(package private) static class(package private) static class(package private) static classMethods in net.minecraft.world.level.block that return WorldlyContainerModifier and TypeMethodDescriptionComposterBlock.getContainer(BlockState pState, LevelAccessor pLevel, BlockPos pPos) -
Uses of WorldlyContainer in net.minecraft.world.level.block.entity
Classes in net.minecraft.world.level.block.entity that implement WorldlyContainerModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of WorldlyContainer in net.neoforged.neoforge.items.wrapper
Fields in net.neoforged.neoforge.items.wrapper declared as WorldlyContainerModifier and TypeFieldDescriptionprotected final WorldlyContainerSidedInvWrapper.invDeprecated, for removal: This API element is subject to removal in a future version.Methods in net.neoforged.neoforge.items.wrapper with parameters of type WorldlyContainerModifier and TypeMethodDescriptionstatic intSidedInvWrapper.getSlot(WorldlyContainer inv, int slot, @Nullable Direction side) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in net.neoforged.neoforge.items.wrapper with parameters of type WorldlyContainerModifierConstructorDescriptionSidedInvWrapper(WorldlyContainer inv, @Nullable Direction side) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of WorldlyContainer in net.neoforged.neoforge.transfer.item
Fields in net.neoforged.neoforge.transfer.item declared as WorldlyContainerModifier and TypeFieldDescriptionprivate final WorldlyContainerWorldlyContainerWrapper.containerConstructors in net.neoforged.neoforge.transfer.item with parameters of type WorldlyContainerModifierConstructorDescriptionWorldlyContainerWrapper(WorldlyContainer container, @Nullable Direction side)