Interface MutableGameVolume
- All Known Subinterfaces:
ClientWorld,GenerationRegion,GenerationVolume.Mutable,ServerWorld,World<W,,L> WorldLike<P>
public interface MutableGameVolume
-
Method Summary
Modifier and TypeMethodDescriptionbooleandestroyBlock(Vector3i pos, boolean performDrops) booleanremoveBlock(int x, int y, int z) default booleanremoveBlock(Vector3i pos) booleansetBlock(int x, int y, int z, BlockState state, BlockChangeFlag flag) default booleansetBlock(Vector3i position, BlockState state, BlockChangeFlag flag) booleanspawnEntity(Entity entity)
-
Method Details
-
setBlock
-
setBlock
-
spawnEntity
-
removeBlock
-
removeBlock
boolean removeBlock(int x, int y, int z) -
destroyBlock
-