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