Class BlockPlacementMask.BlockArrayEntry
java.lang.Object
com.hypixel.hytale.server.worldgen.prefab.BlockPlacementMask.BlockArrayEntry
- All Implemented Interfaces:
BlockPlacementMask.IEntry
- Enclosing class:
BlockPlacementMask
public static class BlockPlacementMask.BlockArrayEntry
extends Object
implements BlockPlacementMask.IEntry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidset(ResolvedBlockArray blocks, boolean replace) booleanshouldHandle(int current, int fluid) booleantoString()
-
Field Details
-
blocks
-
replace
private boolean replace
-
-
Constructor Details
-
BlockArrayEntry
public BlockArrayEntry()
-
-
Method Details
-
set
-
shouldHandle
public boolean shouldHandle(int current, int fluid) - Specified by:
shouldHandlein interfaceBlockPlacementMask.IEntry
-
shouldReplace
public boolean shouldReplace()- Specified by:
shouldReplacein interfaceBlockPlacementMask.IEntry
-
equals
-
hashCode
public int hashCode() -
toString
-