public interface IWorldWriter
Modifier and Type | Method and Description |
---|---|
boolean |
destroyBlock(BlockPos pos,
boolean dropBlock) |
boolean |
removeBlock(BlockPos pos) |
boolean |
setBlockState(BlockPos pos,
IBlockState newState,
int flags) |
void |
setLightFor(EnumLightType type,
BlockPos pos,
int lightValue) |
boolean |
spawnEntity(Entity entityIn) |
boolean setBlockState(BlockPos pos, IBlockState newState, int flags)
boolean spawnEntity(Entity entityIn)
boolean removeBlock(BlockPos pos)
void setLightFor(EnumLightType type, BlockPos pos, int lightValue)
boolean destroyBlock(BlockPos pos, boolean dropBlock)