Uses of Record Class
net.minecraft.network.packet.s2c.custom.DebugHiveCustomPayload.HiveInfo
-
Uses of DebugHiveCustomPayload.HiveInfo in net.minecraft.client.render.debug
Modifier and TypeFieldDescriptionprivate final DebugHiveCustomPayload.HiveInfo
BeeDebugRenderer.Hive.info
The field for theinfo
record component.Modifier and TypeMethodDescriptionBeeDebugRenderer.Hive.info()
Returns the value of theinfo
record component.Modifier 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) ModifierConstructorDescription(package private)
Hive
(DebugHiveCustomPayload.HiveInfo hiveInfo, long long2) -
Uses of DebugHiveCustomPayload.HiveInfo in net.minecraft.network.packet.s2c.custom
Modifier and TypeFieldDescriptionprivate final DebugHiveCustomPayload.HiveInfo
DebugHiveCustomPayload.hiveInfo
The field for thehiveInfo
record component.Modifier and TypeMethodDescriptionDebugHiveCustomPayload.hiveInfo()
Returns the value of thehiveInfo
record component.ModifierConstructorDescriptionCreates an instance of aDebugHiveCustomPayload
record class.