Class ShadowBugBlockEntity

  • All Implemented Interfaces:
    net.neoforged.neoforge.attachment.IAttachmentHolder , net.neoforged.neoforge.common.extensions.IBlockEntityExtension

    
    public final class ShadowBugBlockEntity
    extends BlockEntity
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      ShadowBugBlockEntity(BlockPos position, BlockState state)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final BlockState getPreviousState()
      final Unit setPreviousState(BlockState previousState)
      final CompoundTag getPreviousEntityTag()
      final Unit setPreviousEntityTag(CompoundTag previousEntityTag)
      final Unit setPrevious(BlockState state)
      final Unit setPreviousTag(CompoundTag tag)
      final BlockState getPreviousState()
      final CompoundTag getPreviousEntityTag()
      Unit loadAdditional(CompoundTag tag, HolderLookup.Provider registries)
      Unit saveAdditional(CompoundTag tag, HolderLookup.Provider registries)
      • Methods inherited from class net.minecraft.world.level.block.entity.BlockEntity

        applyComponents, applyComponentsFromItemStack, applyImplicitComponents, clearRemoved, collectComponents, collectImplicitComponents, components, fillCrashReportCategory, getBlockPos, getBlockState, getLevel, getNameForReporting, getPersistentData, getType, getUpdatePacket, getUpdateTag, hasLevel, isRemoved, isValidBlockState, loadCustomOnly, loadWithComponents, onlyOpCanSetNbt, removeComponentsFromTag, removeData, saveCustomAndMetadata, saveCustomOnly, saveId, saveMetadata, saveToItem, saveWithFullMetadata, saveWithId, saveWithoutMetadata, setBlockState, setChanged, setComponents, setData, setLevel, setRemoved, triggerEvent, validateBlockState
      • Methods inherited from class net.neoforged.neoforge.attachment.AttachmentHolder

        deserializeAttachments, getAttachmentMap, getData, getExistingData, getExposedHolder, hasAttachments, hasData, serializeAttachments, validateAttachmentType
      • Methods inherited from class net.neoforged.neoforge.attachment.IAttachmentHolder

        getData, getExistingData, hasData, removeData, setData
      • Methods inherited from class net.neoforged.neoforge.common.extensions.IBlockEntityExtension

        getModelData, handleUpdateTag, hasCustomOutlineRendering, invalidateCapabilities, onChunkUnloaded, onDataPacket, onLoad, requestModelDataUpdate, self
      • Methods inherited from class java.lang.Object

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