Class MultiInsidePartBehaviour<M extends IMulti<? super M>>
java.lang.Object
com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour
com.petrolpark.compat.create.core.block.multi.MultiBehaviour<M>
com.petrolpark.compat.create.core.block.multi.MultiPartBehaviour<M>
com.petrolpark.compat.create.core.block.multi.MultiInsidePartBehaviour<M>
- All Implemented Interfaces:
IMultiBehaviour<M>
public abstract class MultiInsidePartBehaviour<M extends IMulti<? super M>>
extends MultiPartBehaviour<M>
-
Field Summary
Fields inherited from class com.petrolpark.compat.create.core.block.multi.MultiPartBehaviour
CONTROLLER_POS_TAG_KEY, relativeControllerPosFields inherited from class com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour
blockEntity -
Constructor Summary
ConstructorsConstructorDescriptionMultiInsidePartBehaviour(com.simibubi.create.foundation.blockEntity.SmartBlockEntity be) -
Method Summary
Methods inherited from class com.petrolpark.compat.create.core.block.multi.MultiPartBehaviour
getOptionalMulti, isMultiController, multiDisassembled, read, transform, writeMethods inherited from class com.petrolpark.compat.create.core.block.multi.MultiBehaviour
destroy, disassembleMulti, getTypeMethods inherited from class com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour
get, get, getPos, getRequiredItems, getWorld, initialize, isSafeNBT, lazyTick, onBlockChanged, onNeighborChanged, setLazyTickRate, tick, unload, writeSafe
-
Constructor Details
-
MultiInsidePartBehaviour
public MultiInsidePartBehaviour(com.simibubi.create.foundation.blockEntity.SmartBlockEntity be)
-