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_EXECUTORFields inherited from class net.minecraft.world.level.block.entity.BlockEntity
level, remove, worldPosition -
Constructor Summary
ConstructorsConstructorDescriptionGaiaHeadBlockEntity(net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state) -
Method Summary
Modifier and TypeMethodDescription@NotNull net.minecraft.world.level.block.entity.BlockEntityType<GaiaHeadBlockEntity> getType()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, setupMethods 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
-
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:
getTypein classnet.minecraft.world.level.block.entity.BlockEntity
-