Uses of Interface
net.minecraft.util.IWorldPosCallable
-
Packages that use IWorldPosCallable Package Description net.minecraft.inventory.container net.minecraft.util -
-
Uses of IWorldPosCallable in net.minecraft.inventory.container
Fields in net.minecraft.inventory.container declared as IWorldPosCallable Modifier and Type Field Description protected IWorldPosCallable
AbstractRepairContainer. access
private IWorldPosCallable
BeaconContainer. access
private IWorldPosCallable
CartographyContainer. access
private IWorldPosCallable
EnchantmentContainer. access
private IWorldPosCallable
GrindstoneContainer. access
private IWorldPosCallable
LoomContainer. access
private IWorldPosCallable
StonecutterContainer. access
private IWorldPosCallable
WorkbenchContainer. access
Methods in net.minecraft.inventory.container with parameters of type IWorldPosCallable Modifier and Type Method Description protected static boolean
Container. stillValid(IWorldPosCallable p_216963_0_, PlayerEntity p_216963_1_, Block p_216963_2_)
Constructors in net.minecraft.inventory.container with parameters of type IWorldPosCallable Constructor Description AbstractRepairContainer(ContainerType<?> p_i231587_1_, int p_i231587_2_, PlayerInventory p_i231587_3_, IWorldPosCallable p_i231587_4_)
BeaconContainer(int p_i50100_1_, IInventory p_i50100_2_, IIntArray p_i50100_3_, IWorldPosCallable p_i50100_4_)
CartographyContainer(int p_i50094_1_, PlayerInventory p_i50094_2_, IWorldPosCallable p_i50094_3_)
EnchantmentContainer(int p_i50086_1_, PlayerInventory p_i50086_2_, IWorldPosCallable p_i50086_3_)
GrindstoneContainer(int p_i50081_1_, PlayerInventory p_i50081_2_, IWorldPosCallable p_i50081_3_)
LoomContainer(int p_i50074_1_, PlayerInventory p_i50074_2_, IWorldPosCallable p_i50074_3_)
RepairContainer(int p_i50102_1_, PlayerInventory p_i50102_2_, IWorldPosCallable p_i50102_3_)
SmithingTableContainer(int p_i231591_1_, PlayerInventory p_i231591_2_, IWorldPosCallable p_i231591_3_)
StonecutterContainer(int p_i50060_1_, PlayerInventory p_i50060_2_, IWorldPosCallable p_i50060_3_)
WorkbenchContainer(int p_i50090_1_, PlayerInventory p_i50090_2_, IWorldPosCallable p_i50090_3_)
-
Uses of IWorldPosCallable in net.minecraft.util
Fields in net.minecraft.util declared as IWorldPosCallable Modifier and Type Field Description static IWorldPosCallable
IWorldPosCallable. NULL
Methods in net.minecraft.util that return IWorldPosCallable Modifier and Type Method Description static IWorldPosCallable
IWorldPosCallable. create(World p_221488_0_, BlockPos p_221488_1_)
-