net.minecraft.world.debug.data

public record BeeHiveDebugData

net.minecraft.util.debug.DebugHiveInfo
net.minecraft.class_12012
net.minecraft.world.debug.data.BeeHiveDebugData

Field summary

Modifier and TypeField
private final Block
type
comp_4858
type
private final int
occupantCount
comp_4859
occupantCount
private final int
honeyLevel
comp_4860
honeyLevel
private final boolean
sedated
comp_4861
sedated
public static final PacketCodec<RegistryByteBuf, BeeHiveDebugData>
STREAM_CODEC
field_62859
PACKET_CODEC

Constructor summary

ModifierConstructor
public (Block type, int occupantCount, int honeyLevel, boolean sedated)

Method summary

Modifier and TypeMethod
public static BeeHiveDebugData
pack(BeehiveBlockEntity beehive)
method_74568(class_4482 arg0)
fromBeehive(BeehiveBlockEntity beehive)
public Block
type()
comp_4858()
type()
public int
occupantCount()
comp_4859()
occupantCount()
public int
honeyLevel()
comp_4860()
honeyLevel()
public boolean
sedated()
comp_4861()
sedated()