net.minecraft.world.inventory

public interface ContainerLevelAccess

bij
net.minecraft.world.inventory.ContainerLevelAccess
net.minecraft.class_3914
net.minecraft.screen.ScreenHandlerContext
net.minecraft.util.IWorldPosCallable
net.minecraft.server.v1_16_R2.ContainerAccess

Field summary

Modifier and TypeField
ContainerLevelAccess
a
NULL
field_17304
EMPTY
field_221489_a

Method summary

Modifier and TypeMethod
static ContainerLevelAccess
a(bru arg0, fx arg1)
create(Level arg0, BlockPos arg1)
method_17392(class_1937 arg0, class_2338 arg1)
create(World world, BlockPos pos)
func_221488_a(World arg0, BlockPos arg1)
at(World arg0, BlockPosition arg1)
<T> Optional<T>
a(BiFunction<bru, fx, T> arg0)
evaluate(BiFunction<Level, BlockPos, T> arg0)
method_17395(BiFunction<class_1937, class_2338, T> arg0)
run(BiFunction<World, BlockPos, T> function)
func_221484_a(BiFunction<World, BlockPos, T> arg0)
default <T> T
a(BiFunction<bru, fx, T> arg0, T arg1)
evaluate(BiFunction<Level, BlockPos, T> arg0, T arg1)
method_17396(BiFunction<class_1937, class_2338, T> arg0, T arg1)
run(BiFunction<World, BlockPos, T> function, T defaultValue)
func_221485_a(BiFunction<World, BlockPos, T> arg0, T arg1)
default void
a(BiConsumer<bru, fx> arg0)
execute(BiConsumer<Level, BlockPos> arg0)
method_17393(BiConsumer<class_1937, class_2338> arg0)
run(BiConsumer<World, BlockPos> function)
func_221486_a(BiConsumer<World, BlockPos> arg0)