Uses of Record Class
net.minecraft.network.packet.s2c.custom.DebugHiveCustomPayload.HiveInfo
Packages that use DebugHiveCustomPayload.HiveInfo
-
Uses of DebugHiveCustomPayload.HiveInfo in net.minecraft.client.render.debug
Fields in net.minecraft.client.render.debug declared as DebugHiveCustomPayload.HiveInfoModifier and TypeFieldDescriptionprivate final DebugHiveCustomPayload.HiveInfo
BeeDebugRenderer.Hive.info
The field for theinfo
record component.Methods in net.minecraft.client.render.debug that return DebugHiveCustomPayload.HiveInfoModifier and TypeMethodDescriptionBeeDebugRenderer.Hive.info()
Returns the value of theinfo
record component.Methods in net.minecraft.client.render.debug with parameters of type DebugHiveCustomPayload.HiveInfoModifier and TypeMethodDescriptionvoid
BeeDebugRenderer.addHive
(DebugHiveCustomPayload.HiveInfo hive, long time) private void
BeeDebugRenderer.drawHiveInfo
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, DebugHiveCustomPayload.HiveInfo hive, Collection<UUID> blacklistingBees) private static void
BeeDebugRenderer.drawString
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, String string, DebugHiveCustomPayload.HiveInfo hive, int line, int color) BeeDebugRenderer.getBeeNamesForHive
(DebugHiveCustomPayload.HiveInfo hive) Constructors in net.minecraft.client.render.debug with parameters of type DebugHiveCustomPayload.HiveInfoModifierConstructorDescription(package private)
Hive
(DebugHiveCustomPayload.HiveInfo hiveInfo, long long2) -
Uses of DebugHiveCustomPayload.HiveInfo in net.minecraft.network.packet.s2c.custom
Fields in net.minecraft.network.packet.s2c.custom declared as DebugHiveCustomPayload.HiveInfoModifier and TypeFieldDescriptionprivate final DebugHiveCustomPayload.HiveInfo
DebugHiveCustomPayload.hiveInfo
The field for thehiveInfo
record component.Methods in net.minecraft.network.packet.s2c.custom that return DebugHiveCustomPayload.HiveInfoModifier and TypeMethodDescriptionDebugHiveCustomPayload.hiveInfo()
Returns the value of thehiveInfo
record component.Constructors in net.minecraft.network.packet.s2c.custom with parameters of type DebugHiveCustomPayload.HiveInfoModifierConstructorDescriptionCreates an instance of aDebugHiveCustomPayload
record class.