Package net.minecraft.world.inventory
Interface ContainerLevelAccess
public interface ContainerLevelAccess
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ContainerLevelAccess
<T> Optional
<T> evaluate
(BiFunction<Level, BlockPos, T> pLevelPosConsumer) default <T> T
evaluate
(BiFunction<Level, BlockPos, T> pLevelPosConsumer, T pDefaultValue) default void
execute
(BiConsumer<Level, BlockPos> pLevelPosConsumer)
-
Field Details
-
NULL
-
-
Method Details
-
create
-
evaluate
-
evaluate
-
execute
-