Object CustomBlocksWorldEditUtils
-
- All Implemented Interfaces:
public class CustomBlocksWorldEditUtils
-
-
Field Summary
Fields Modifier and Type Field Description public final static CustomBlocksWorldEditUtils
INSTANCE
-
Method Summary
Modifier and Type Method Description final Unit
processBlock(Location location, BlockStateHolder<?> stateToSet, BlockStateHolder<?> stateBefore)
The core method that processes the custom block placement or removal. -
-
Method Detail
-
processBlock
final Unit processBlock(Location location, BlockStateHolder<?> stateToSet, BlockStateHolder<?> stateBefore)
The core method that processes the custom block placement or removal.
-
-
-
-