net.minecraft.block.entity

public class SkullBlockEntity

extends BlockEntity

All mapped superinterfaces:

DebugTrackable, EntryConvertible

net.minecraft.world.level.block.entity.SkullBlockEntity
net.minecraft.class_2631
net.minecraft.block.entity.SkullBlockEntity

Field summary

Modifier and TypeField
private static final String
TAG_PROFILE
field_49762
PROFILE_NBT_KEY
private static final String
TAG_NOTE_BLOCK_SOUND
field_41602
NOTE_BLOCK_SOUND_NBT_KEY
private static final String
TAG_CUSTOM_NAME
field_49763
CUSTOM_NAME_NBT_KEY
private ProfileComponent
owner
field_12087
owner
private Identifier
noteBlockSound
field_41603
noteBlockSound
private int
animationTickCount
field_41315
poweredTicks
private boolean
isAnimating
field_41316
powered
private Text
customName
field_49765
customName

Constructor summary

ModifierConstructor
public (BlockPos pos, BlockState state)

Method summary

Modifier and TypeMethod
protected void
saveAdditional(ValueOutput output)
method_11007(class_11372 arg0)
writeData(WriteView arg0)
protected void
loadAdditional(ValueInput input)
method_11014(class_11368 arg0)
readData(ReadView arg0)
public static void
animation(Level level, BlockPos pos, BlockState state, SkullBlockEntity entity)
method_47589(class_1937 arg0, class_2338 arg1, class_2680 arg2, class_2631 arg3)
tick(World world, BlockPos pos, BlockState state, SkullBlockEntity blockEntity)
public float
getAnimation(float a)
method_47588(float arg0)
getPoweredTicks(float tickProgress)
public ProfileComponent
getOwnerProfile()
method_11334()
getOwner()
public Identifier
getNoteBlockSound()
method_47888()
getNoteBlockSound()
public BlockEntityUpdateS2CPacket
getUpdatePacket()
method_38235()
toUpdatePacket()
public NbtCompound
getUpdateTag(HolderLookup$Provider registries)
method_16887(class_7225$class_7874 arg0)
toInitialChunkDataNbt(RegistryView$WrapperLookup arg0)
protected void
applyImplicitComponents(DataComponentGetter components)
method_57568(class_9473 arg0)
readComponents(ComponentsAccess arg0)
protected void
collectImplicitComponents(DataComponentMap$Builder components)
method_57567(class_9323$class_9324 arg0)
addComponents(ComponentMap$Builder arg0)
public void
removeComponentsFromTag(ValueOutput output)
method_57569(class_11372 arg0)
removeFromCopiedStackData(WriteView arg0)
public Packet
getUpdatePacket()
method_38235()
toUpdatePacket()