Class BlockEntityDelay
java.lang.Object
net.minecraftforge.common.capabilities.CapabilityProvider<net.minecraft.world.level.block.entity.BlockEntity>
net.minecraft.world.level.block.entity.BlockEntity
org.cyclops.cyclopscore.blockentity.CyclopsBlockEntity
org.cyclops.integrateddynamics.core.blockentity.BlockEntityCableConnectableInventory
org.cyclops.integrateddynamics.core.blockentity.BlockEntityActiveVariableBase<ProxyNetworkElement>
org.cyclops.integrateddynamics.blockentity.BlockEntityProxy
org.cyclops.integrateddynamics.blockentity.BlockEntityDelay
- All Implemented Interfaces:
net.minecraft.world.inventory.MenuConstructor,net.minecraft.world.MenuProvider,net.minecraftforge.common.capabilities.ICapabilityProvider,net.minecraftforge.common.capabilities.ICapabilityProviderImpl<net.minecraft.world.level.block.entity.BlockEntity>,net.minecraftforge.common.capabilities.ICapabilitySerializable<net.minecraft.nbt.CompoundTag>,net.minecraftforge.common.extensions.IForgeBlockEntity,net.minecraftforge.common.util.INBTSerializable<net.minecraft.nbt.CompoundTag>,org.cyclops.cyclopscore.blockentity.IBlockEntityDelayedTickable,org.cyclops.cyclopscore.persist.IDirtyMarkListener,org.cyclops.cyclopscore.persist.nbt.INBTProvider,INetworkEventListener<ProxyNetworkElement>
A part entity for the variable delay.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraftforge.common.capabilities.CapabilityProvider
net.minecraftforge.common.capabilities.CapabilityProvider.AsField<B extends net.minecraftforge.common.capabilities.ICapabilityProviderImpl<B>> -
Field Summary
FieldsFields inherited from class org.cyclops.integrateddynamics.blockentity.BlockEntityProxy
GLOBALCOUNTER_KEY, SLOT_READ, SLOT_WRITE_IN, SLOT_WRITE_OUTFields inherited from class net.minecraft.world.level.block.entity.BlockEntity
level, remove, worldPositionFields inherited from interface net.minecraftforge.common.extensions.IForgeBlockEntity
INFINITE_EXTENT_AABB -
Constructor Summary
ConstructorsConstructorDescriptionBlockEntityDelay(net.minecraft.core.BlockPos blockPos, net.minecraft.world.level.block.state.BlockState blockState) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.inventory.AbstractContainerMenucreateMenu(int id, net.minecraft.world.entity.player.Inventory playerInventory, net.minecraft.world.entity.player.Player playerEntity) net.minecraft.network.chat.ComponentIVariable<?>getVariable(IPartNetwork network) IVariable<?>getVariableSuper(IPartNetwork network) voidread(net.minecraft.nbt.CompoundTag tag) voidsaveAdditional(net.minecraft.nbt.CompoundTag tag) voidsetCapacity(int capacity) net.minecraft.world.item.ItemStackwriteProxyInfo(boolean generateId, net.minecraft.world.item.ItemStack itemStack, int proxyId) Methods inherited from class org.cyclops.integrateddynamics.blockentity.BlockEntityProxy
createEvaluator, createInventory, generateNewProxyId, getSlotRead, getSlotWriteIn, getSlotWriteOut, isWriteVariable, onDirtyMethods inherited from class org.cyclops.integrateddynamics.core.blockentity.BlockEntityActiveVariableBase
afterNetworkReAlive, getEvaluator, getSubscribedEvents, hasEventSubscriptions, hasVariable, onEvent, updateReadVariableMethods inherited from class org.cyclops.integrateddynamics.core.blockentity.BlockEntityCableConnectableInventory
getCable, getConnected, getInventory, getNetwork, onChunkUnloadedMethods inherited from class org.cyclops.cyclopscore.blockentity.CyclopsBlockEntity
addCapabilityInternal, addCapabilitySided, canInteractWith, getCapability, getRotation, getStoredCapabilities, getUpdateBackoff, getUpdateBackoffTicks, getUpdatePacket, getUpdateTag, invalidateCaps, load, onDataPacket, onLoad, onUpdateReceived, readGeneratedFieldsFromNBT, sendUpdate, setUpdateBackoff, shouldSendUpdate, transformFacingForRotation, unsetSendUpdate, writeGeneratedFieldsToNBT, writeToItemStackMethods inherited from class net.minecraft.world.level.block.entity.BlockEntity
addEntityType, clearRemoved, fillCrashReportCategory, getBlockPos, getBlockState, getLevel, getPersistentData, getPosFromTag, getType, hasLevel, isRemoved, loadStatic, onlyOpCanSetNbt, saveToItem, saveWithFullMetadata, saveWithId, saveWithoutMetadata, setBlockState, setChanged, setChanged, setLevel, setRemoved, triggerEventMethods inherited from class net.minecraftforge.common.capabilities.CapabilityProvider
areCapsCompatible, areCapsCompatible, deserializeCaps, gatherCapabilities, gatherCapabilities, gatherCapabilities, getCapabilities, reviveCaps, serializeCapsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.cyclops.cyclopscore.blockentity.IBlockEntityDelayedTickable
reduceUpdateBackoff, sendImmediateUpdateMethods inherited from interface net.minecraftforge.common.capabilities.ICapabilityProvider
getCapabilityMethods inherited from interface net.minecraftforge.common.extensions.IForgeBlockEntity
deserializeNBT, getModelData, getRenderBoundingBox, handleUpdateTag, hasCustomOutlineRendering, requestModelDataUpdate, serializeNBT
-
Field Details
-
INVENTORY_SIZE
public static final int INVENTORY_SIZE- See Also:
-
values
-
-
Constructor Details
-
BlockEntityDelay
public BlockEntityDelay(net.minecraft.core.BlockPos blockPos, net.minecraft.world.level.block.state.BlockState blockState)
-
-
Method Details
-
writeProxyInfo
public net.minecraft.world.item.ItemStack writeProxyInfo(boolean generateId, net.minecraft.world.item.ItemStack itemStack, int proxyId) - Overrides:
writeProxyInfoin classBlockEntityProxy
-
getVariable
- Overrides:
getVariablein classBlockEntityActiveVariableBase<ProxyNetworkElement>
-
getVariableSuper
-
setCapacity
public void setCapacity(int capacity) -
getValues
-
saveAdditional
public void saveAdditional(net.minecraft.nbt.CompoundTag tag) - Overrides:
saveAdditionalin classBlockEntityActiveVariableBase<ProxyNetworkElement>
-
read
public void read(net.minecraft.nbt.CompoundTag tag) - Overrides:
readin classBlockEntityActiveVariableBase<ProxyNetworkElement>
-
createMenu
@Nullable public net.minecraft.world.inventory.AbstractContainerMenu createMenu(int id, net.minecraft.world.entity.player.Inventory playerInventory, net.minecraft.world.entity.player.Player playerEntity) - Specified by:
createMenuin interfacenet.minecraft.world.inventory.MenuConstructor- Overrides:
createMenuin classBlockEntityProxy
-
getDisplayName
public net.minecraft.network.chat.Component getDisplayName()- Specified by:
getDisplayNamein interfacenet.minecraft.world.MenuProvider- Overrides:
getDisplayNamein classBlockEntityProxy
-