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 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
Fields inherited from class org.cyclops.integrateddynamics.blockentity.BlockEntityProxy
GLOBALCOUNTER_KEY, SLOT_READ, SLOT_WRITE_IN, SLOT_WRITE_OUT
Fields inherited from class net.minecraft.world.level.block.entity.BlockEntity
level, remove, worldPosition
Fields inherited from interface net.minecraftforge.common.extensions.IForgeBlockEntity
INFINITE_EXTENT_AABB
-
Constructor Summary
ConstructorDescriptionBlockEntityDelay
(net.minecraft.core.BlockPos blockPos, net.minecraft.world.level.block.state.BlockState blockState) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.inventory.AbstractContainerMenu
createMenu
(int id, net.minecraft.world.entity.player.Inventory playerInventory, net.minecraft.world.entity.player.Player playerEntity) net.minecraft.network.chat.Component
IVariable<?>
getVariable
(IPartNetwork network) IVariable<?>
getVariableSuper
(IPartNetwork network) void
read
(net.minecraft.nbt.CompoundTag tag) void
saveAdditional
(net.minecraft.nbt.CompoundTag tag) void
setCapacity
(int capacity) net.minecraft.world.item.ItemStack
writeProxyInfo
(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, onDirty
Methods inherited from class org.cyclops.integrateddynamics.core.blockentity.BlockEntityActiveVariableBase
afterNetworkReAlive, getEvaluator, getSubscribedEvents, hasEventSubscriptions, hasVariable, onEvent, updateReadVariable
Methods inherited from class org.cyclops.integrateddynamics.core.blockentity.BlockEntityCableConnectableInventory
getCable, getConnected, getInventory, getNetwork, onChunkUnloaded
Methods 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, writeToItemStack
Methods 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, triggerEvent
Methods inherited from class net.minecraftforge.common.capabilities.CapabilityProvider
areCapsCompatible, areCapsCompatible, deserializeCaps, gatherCapabilities, gatherCapabilities, gatherCapabilities, getCapabilities, reviveCaps, serializeCaps
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.cyclops.cyclopscore.blockentity.IBlockEntityDelayedTickable
reduceUpdateBackoff, sendImmediateUpdate
Methods inherited from interface net.minecraftforge.common.capabilities.ICapabilityProvider
getCapability
Methods 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:
writeProxyInfo
in classBlockEntityProxy
-
getVariable
- Overrides:
getVariable
in classBlockEntityActiveVariableBase<ProxyNetworkElement>
-
getVariableSuper
-
setCapacity
public void setCapacity(int capacity) -
getValues
-
saveAdditional
public void saveAdditional(net.minecraft.nbt.CompoundTag tag) - Overrides:
saveAdditional
in classBlockEntityActiveVariableBase<ProxyNetworkElement>
-
read
public void read(net.minecraft.nbt.CompoundTag tag) - Overrides:
read
in 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:
createMenu
in interfacenet.minecraft.world.inventory.MenuConstructor
- Overrides:
createMenu
in classBlockEntityProxy
-
getDisplayName
public net.minecraft.network.chat.Component getDisplayName()- Specified by:
getDisplayName
in interfacenet.minecraft.world.MenuProvider
- Overrides:
getDisplayName
in classBlockEntityProxy
-