Class SchematicTableBlockEntityMixin

java.lang.Object
net.minecraft.world.level.block.entity.BlockEntity
com.simibubi.create.foundation.blockEntity.SyncedBlockEntity
com.simibubi.create.foundation.blockEntity.CachedRenderBBBlockEntity
com.simibubi.create.foundation.blockEntity.SmartBlockEntity
ch.voidlee.repair.mixin.bug_fixes.interaction_range.SchematicTableBlockEntityMixin
All Implemented Interfaces:
com.simibubi.create.api.schematic.nbt.PartialSafeNBT, com.simibubi.create.api.schematic.requirement.SpecialBlockEntityItemRequirement, com.simibubi.create.foundation.utility.IInteractionChecker, io.github.fabricators_of_create.porting_lib.block.ChunkUnloadListeningBlockEntity, io.github.fabricators_of_create.porting_lib.block.CustomDataPacketHandlingBlockEntity, io.github.fabricators_of_create.porting_lib.block.CustomRenderBoundingBoxBlockEntity, io.github.fabricators_of_create.porting_lib.block.CustomUpdateTagHandlingBlockEntity, io.github.fabricators_of_create.porting_lib.core.util.INBTSerializable<net.minecraft.nbt.CompoundTag>, io.github.fabricators_of_create.porting_lib.extensions.extensions.BlockEntityExtensions, io.github.fabricators_of_create.porting_lib.extensions.extensions.INBTSerializableCompound, net.createmod.ponder.api.VirtualBlockEntity, net.fabricmc.fabric.api.attachment.v1.AttachmentTarget, net.fabricmc.fabric.api.blockview.v2.RenderDataBlockEntity

public abstract class SchematicTableBlockEntityMixin extends com.simibubi.create.foundation.blockEntity.SmartBlockEntity
  • Field Summary

    Fields inherited from class com.simibubi.create.foundation.blockEntity.SmartBlockEntity

    lazyTickCounter, lazyTickRate

    Fields inherited from class net.minecraft.world.level.block.entity.BlockEntity

    level, remove, worldPosition

    Fields inherited from interface net.fabricmc.fabric.api.attachment.v1.AttachmentTarget

    NBT_ATTACHMENT_KEY

    Fields inherited from interface io.github.fabricators_of_create.porting_lib.block.CustomRenderBoundingBoxBlockEntity

    INFINITE_EXTENT_AABB
  • Constructor Summary

    Constructors
    Constructor
    Description
    SchematicTableBlockEntityMixin(net.minecraft.world.level.block.entity.BlockEntityType<?> type, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
     
  • Method Summary

    Methods inherited from class com.simibubi.create.foundation.blockEntity.SmartBlockEntity

    addBehaviours, addBehavioursDeferred, attachBehaviourLate, award, awardIfNear, canPlayerUse, destroy, forEachBehaviour, getAllBehaviours, getBehaviour, getRequiredItems, initialize, invalidate, isChunkUnloaded, isVirtual, lazyTick, load, markVirtual, onChunkUnloaded, read, readClient, refreshBlockState, registerAwardables, remove, removeBehaviour, saveAdditional, sendToMenu, setLazyTickRate, setRemoved, tick, write, writeClient, writeSafe

    Methods inherited from class com.simibubi.create.foundation.blockEntity.CachedRenderBBBlockEntity

    createRenderBoundingBox, getRenderBoundingBox, invalidateRenderBoundingBox

    Methods inherited from class com.simibubi.create.foundation.blockEntity.SyncedBlockEntity

    blockHolderGetter, containedChunk, deserializeNBT, getUpdatePacket, getUpdateTag, handleUpdateTag, notifyUpdate, onDataPacket, sendData

    Methods inherited from class net.minecraft.world.level.block.entity.BlockEntity

    addEntityType, clearRemoved, fillCrashReportCategory, getBlockPos, getBlockState, getLevel, getPosFromTag, getType, hasLevel, isRemoved, loadStatic, onlyOpCanSetNbt, saveToItem, saveWithFullMetadata, saveWithId, saveWithoutMetadata, setBlockState, setChanged, setChanged, setLevel, triggerEvent

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.fabricmc.fabric.api.attachment.v1.AttachmentTarget

    getAttached, getAttachedOrCreate, getAttachedOrCreate, getAttachedOrElse, getAttachedOrGet, getAttachedOrSet, getAttachedOrThrow, hasAttached, modifyAttached, removeAttached, setAttached

    Methods inherited from interface io.github.fabricators_of_create.porting_lib.extensions.extensions.BlockEntityExtensions

    getCustomData, invalidateCaps, onLoad

    Methods inherited from interface io.github.fabricators_of_create.porting_lib.block.CustomRenderBoundingBoxBlockEntity

    getInfiniteBoundingBox, self

    Methods inherited from interface io.github.fabricators_of_create.porting_lib.core.util.INBTSerializable

    deserializeNBT, serializeNBT

    Methods inherited from interface net.fabricmc.fabric.api.blockview.v2.RenderDataBlockEntity

    getRenderData
  • Constructor Details

    • SchematicTableBlockEntityMixin

      public SchematicTableBlockEntityMixin(net.minecraft.world.level.block.entity.BlockEntityType<?> type, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)