Class VersionedInventoryTrackerBehaviour
java.lang.Object
com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour
com.simibubi.create.foundation.blockEntity.behaviour.inventory.VersionedInventoryTrackerBehaviour
-
Field Summary
FieldsFields inherited from class com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour
blockEntity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidawaitNewVersion(InvManipulationBehaviour behaviour) voidawaitNewVersion(net.neoforged.neoforge.items.IItemHandler handler) getType()voidreset()booleanstillWaiting(InvManipulationBehaviour behaviour) booleanstillWaiting(net.neoforged.neoforge.items.IItemHandler handler) Methods inherited from class com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour
destroy, get, get, getPos, getRequiredItems, getWorld, initialize, isSafeNBT, lazyTick, onBlockChanged, onNeighborChanged, read, setLazyTickRate, tick, unload, write, writeSafe
-
Field Details
-
TYPE
-
-
Constructor Details
-
VersionedInventoryTrackerBehaviour
-
-
Method Details
-
stillWaiting
-
stillWaiting
public boolean stillWaiting(net.neoforged.neoforge.items.IItemHandler handler) -
awaitNewVersion
-
awaitNewVersion
public void awaitNewVersion(net.neoforged.neoforge.items.IItemHandler handler) -
reset
public void reset() -
getType
- Specified by:
getTypein classBlockEntityBehaviour
-