Class RedstoneProgrammerBlockEntity.RedstoneLinkFrequencyCopyingBehaviour
java.lang.Object
com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour
com.petrolpark.compat.create.common.redstone.programmer.RedstoneProgrammerBlockEntity.RedstoneLinkFrequencyCopyingBehaviour
- All Implemented Interfaces:
com.simibubi.create.content.equipment.clipboard.ClipboardCloneable
- Enclosing class:
RedstoneProgrammerBlockEntity
public class RedstoneProgrammerBlockEntity.RedstoneLinkFrequencyCopyingBehaviour
extends com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour
implements com.simibubi.create.content.equipment.clipboard.ClipboardCloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.simibubi.create.foundation.blockEntity.behaviour.BehaviourType<RedstoneProgrammerBlockEntity.RedstoneLinkFrequencyCopyingBehaviour> Fields inherited from class com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour
blockEntity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.simibubi.create.foundation.blockEntity.behaviour.BehaviourType<RedstoneProgrammerBlockEntity.RedstoneLinkFrequencyCopyingBehaviour> getType()booleanreadFromClipboard(net.minecraft.core.HolderLookup.Provider registries, net.minecraft.nbt.CompoundTag tag, net.minecraft.world.entity.player.Player player, net.minecraft.core.Direction side, boolean simulate) booleanwriteToClipboard(net.minecraft.core.HolderLookup.Provider registries, net.minecraft.nbt.CompoundTag tag, net.minecraft.core.Direction side) 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
public static final com.simibubi.create.foundation.blockEntity.behaviour.BehaviourType<RedstoneProgrammerBlockEntity.RedstoneLinkFrequencyCopyingBehaviour> TYPE
-
-
Constructor Details
-
RedstoneLinkFrequencyCopyingBehaviour
public RedstoneLinkFrequencyCopyingBehaviour()
-
-
Method Details
-
getType
public com.simibubi.create.foundation.blockEntity.behaviour.BehaviourType<RedstoneProgrammerBlockEntity.RedstoneLinkFrequencyCopyingBehaviour> getType()- Specified by:
getTypein classcom.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour
-
getClipboardKey
- Specified by:
getClipboardKeyin interfacecom.simibubi.create.content.equipment.clipboard.ClipboardCloneable
-
writeToClipboard
public boolean writeToClipboard(@NotNull net.minecraft.core.HolderLookup.Provider registries, net.minecraft.nbt.CompoundTag tag, net.minecraft.core.Direction side) - Specified by:
writeToClipboardin interfacecom.simibubi.create.content.equipment.clipboard.ClipboardCloneable
-
readFromClipboard
public boolean readFromClipboard(@NotNull net.minecraft.core.HolderLookup.Provider registries, net.minecraft.nbt.CompoundTag tag, net.minecraft.world.entity.player.Player player, net.minecraft.core.Direction side, boolean simulate) - Specified by:
readFromClipboardin interfacecom.simibubi.create.content.equipment.clipboard.ClipboardCloneable
-