net.minecraft.world.inventory

public interface ContainerLevelAccess

ctp
net.minecraft.world.inventory.ContainerLevelAccess
net.minecraft.class_3914
net.minecraft.screen.ScreenHandlerContext
net.minecraft.world.inventory.ContainerAccess

Field summary

Modifier and TypeField
ContainerLevelAccess
a
NULL
field_17304
EMPTY

Method summary

Modifier and TypeMethod
static ContainerLevelAccess
a(dhi arg0, jh arg1)
create(Level arg0, BlockPos arg1)
method_17392(class_1937 arg0, class_2338 arg1)
create(World world, BlockPos pos)
<T> Optional<T>
a(BiFunction<dhi, jh, T> arg0)
evaluate(BiFunction<Level, BlockPos, T> arg0)
method_17395(BiFunction<class_1937, class_2338, T> arg0)
get(BiFunction<World, BlockPos, T> getter)
default <T> T
a(BiFunction<dhi, jh, T> arg0, T arg1)
evaluate(BiFunction<Level, BlockPos, T> arg0, T arg1)
method_17396(BiFunction<class_1937, class_2338, T> arg0, T arg1)
get(BiFunction<World, BlockPos, T> getter, T defaultValue)
default void
a(BiConsumer<dhi, jh> arg0)
execute(BiConsumer<Level, BlockPos> arg0)
method_17393(BiConsumer<class_1937, class_2338> arg0)
run(BiConsumer<World, BlockPos> function)