net.minecraft.util.debug

public record DebugHiveInfo

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

Field summary

Modifier and TypeField
private final Block
b
type
comp_4858
type
private final int
c
occupantCount
comp_4859
occupantCount
private final int
d
honeyLevel
comp_4860
honeyLevel
private final boolean
e
sedated
comp_4861
sedated
public static final StreamCodec<RegistryFriendlyByteBuf, DebugHiveInfo>
a
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 DebugHiveInfo
a(ejq arg0)
pack(BeehiveBlockEntity arg0)
method_74568(class_4482 arg0)
fromBeehive(BeehiveBlockEntity beehive)
public Block
a()
type()
comp_4858()
type()
public int
b()
occupantCount()
comp_4859()
occupantCount()
public int
c()
honeyLevel()
comp_4860()
honeyLevel()
public boolean
d()
sedated()
comp_4861()
sedated()