Class GaiaHeadBlockEntity

java.lang.Object
net.minecraft.world.level.block.entity.BlockEntity
net.minecraft.world.level.block.entity.SkullBlockEntity
vazkii.botania.common.block.block_entity.GaiaHeadBlockEntity

public class GaiaHeadBlockEntity extends net.minecraft.world.level.block.entity.SkullBlockEntity
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.world.level.block.entity.BlockEntity

    net.minecraft.world.level.block.entity.BlockEntity.DataComponentInput
  • Field Summary

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

    CHECKED_MAIN_THREAD_EXECUTOR

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

    level, remove, worldPosition
  • Constructor Summary

    Constructors
    Constructor
    Description
    GaiaHeadBlockEntity(net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull net.minecraft.world.level.block.entity.BlockEntityType<GaiaHeadBlockEntity>
     

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

    animation, applyImplicitComponents, clear, collectImplicitComponents, fetchGameProfile, fetchGameProfile, getAnimation, getNoteBlockSound, getOwnerProfile, getUpdatePacket, getUpdateTag, loadAdditional, removeComponentsFromTag, saveAdditional, setOwner, setup

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

    addEntityType, applyComponents, applyComponentsFromItemStack, clearRemoved, collectComponents, components, fillCrashReportCategory, getBlockPos, getBlockState, getLevel, getPosFromTag, hasLevel, isRemoved, isValidBlockState, loadCustomOnly, loadStatic, loadWithComponents, onlyOpCanSetNbt, parseCustomNameSafe, saveCustomAndMetadata, saveCustomOnly, saveToItem, saveWithFullMetadata, saveWithId, saveWithoutMetadata, setBlockState, setChanged, setChanged, setComponents, setLevel, setRemoved, triggerEvent

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GaiaHeadBlockEntity

      public GaiaHeadBlockEntity(net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
  • Method Details

    • getType

      @NotNull public @NotNull net.minecraft.world.level.block.entity.BlockEntityType<GaiaHeadBlockEntity> getType()
      Overrides:
      getType in class net.minecraft.world.level.block.entity.BlockEntity