Class MultiBlock
java.lang.Object
io.github.thebusybiscuit.slimefun4.core.multiblocks.MultiBlock
A
MultiBlock represents a structure build in a World.
A MultiBlock is often linked to a MultiBlockMachine and is used
to recognize that machine in a MultiBlockInteractEvent.- Author:
- TheBusyBiscuit, Liruxo
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMaterial[]inthashCode()booleanThis returns whether thisMultiBlockis a symmetric structure or whether the left and right side differ.toString()
-
Constructor Details
-
MultiBlock
-
-
Method Details
-
getSupportedTags
-
getSlimefunItem
-
getStructure
-
getTriggerBlock
-
equals
-
hashCode
public int hashCode() -
isSymmetric
public boolean isSymmetric()This returns whether thisMultiBlockis a symmetric structure or whether the left and right side differ.- Returns:
- Whether this
MultiBlockis a symmetric structure
-
toString
-