Class MultiBlockMask
java.lang.Object
com.hypixel.hytale.server.core.prefab.selection.mask.BlockMask
com.hypixel.hytale.server.core.prefab.selection.mask.MultiBlockMask
-
Field Summary
FieldsFields inherited from class com.hypixel.hytale.server.core.prefab.selection.mask.BlockMask
ALT_MASK_SEPARATOR, CODEC, EMPTY, EMPTY_MASK_CHARACTER, MASK_SEPARATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisExcluded(ChunkAccessor accessor, int x, int y, int z, Vector3i min, Vector3i max, int blockId) booleanisExcluded(ChunkAccessor accessor, int x, int y, int z, Vector3i min, Vector3i max, int blockId, int fluidId) toString()Methods inherited from class com.hypixel.hytale.server.core.prefab.selection.mask.BlockMask
combine, getFilters, isInverted, joinElements, parse, parse, setInverted, withOptions
-
Field Details
-
BLOCK_MASK_SEPARATOR
- See Also:
-
masks
-
-
Constructor Details
-
MultiBlockMask
-
-
Method Details
-
isExcluded
public boolean isExcluded(@Nonnull ChunkAccessor accessor, int x, int y, int z, Vector3i min, Vector3i max, int blockId) - Overrides:
isExcludedin classBlockMask
-
isExcluded
public boolean isExcluded(@Nonnull ChunkAccessor accessor, int x, int y, int z, Vector3i min, Vector3i max, int blockId, int fluidId) - Overrides:
isExcludedin classBlockMask
-
toString
-
informativeToString
- Overrides:
informativeToStringin classBlockMask
-