Uses of Record Class
net.minecraft.class_8718.class_8719
Packages that use class_8718.class_8719
Package
Description
The base package for all Minecraft classes.
-
Uses of class_8718.class_8719 in net.minecraft
Fields in net.minecraft declared as class_8718.class_8719Modifier and TypeFieldDescriptionprivate final class_8718.class_8719class_8718.hiveInfoThe field for thehiveInforecord component.Methods in net.minecraft that return class_8718.class_8719Modifier and TypeMethodDescriptionclass_8718.hiveInfo()Returns the value of thehiveInforecord component.Constructors in net.minecraft with parameters of type class_8718.class_8719 -
Uses of class_8718.class_8719 in net.minecraft.client.render.debug
Fields in net.minecraft.client.render.debug declared as class_8718.class_8719Modifier and TypeFieldDescriptionprivate final class_8718.class_8719BeeDebugRenderer.class_8682.infoThe field for theinforecord component.Methods in net.minecraft.client.render.debug that return class_8718.class_8719Modifier and TypeMethodDescriptionBeeDebugRenderer.class_8682.info()Returns the value of theinforecord component.Methods in net.minecraft.client.render.debug with parameters of type class_8718.class_8719Modifier and TypeMethodDescriptionvoidBeeDebugRenderer.addHive(class_8718.class_8719 hive, long long2) private voidBeeDebugRenderer.drawHiveInfo(MatrixStack matrices, VertexConsumerProvider vertexConsumers, class_8718.class_8719 hive, Collection<UUID> blacklistingBees) private static voidBeeDebugRenderer.drawString(MatrixStack matrices, VertexConsumerProvider vertexConsumers, String string, class_8718.class_8719 hive, int line, int color) BeeDebugRenderer.getBeeNamesForHive(class_8718.class_8719 hive) Constructors in net.minecraft.client.render.debug with parameters of type class_8718.class_8719ModifierConstructorDescription(package private)class_8682(class_8718.class_8719 class_8719, long long2)