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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Material[]
int
hashCode()
boolean
This returns whether thisMultiBlock
is 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 thisMultiBlock
is a symmetric structure or whether the left and right side differ.- Returns:
- Whether this
MultiBlock
is a symmetric structure
-
toString
-