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> Tevaluate(BiFunction<Level, BlockPos, T> pLevelPosConsumer, T pDefaultValue) default voidexecute(BiConsumer<Level, BlockPos> pLevelPosConsumer)
-
Field Details
-
NULL
-
-
Method Details
-
create
-
evaluate
-
evaluate
-
execute
-