Uses of Record Class
net.minecraft.network.protocol.common.custom.BeeDebugPayload.BeeInfo
Packages that use BeeDebugPayload.BeeInfo
Package
Description
-
Uses of BeeDebugPayload.BeeInfo in net.minecraft.client.renderer.debug
Fields in net.minecraft.client.renderer.debug with type parameters of type BeeDebugPayload.BeeInfoModifier and TypeFieldDescriptionprivate final Map<UUID,BeeDebugPayload.BeeInfo> BeeDebugRenderer.beeInfosPerEntityMethods in net.minecraft.client.renderer.debug with parameters of type BeeDebugPayload.BeeInfoModifier and TypeMethodDescriptionvoidBeeDebugRenderer.addOrUpdateBeeInfo(BeeDebugPayload.BeeInfo p_300160_) private StringBeeDebugRenderer.getPosDescription(BeeDebugPayload.BeeInfo p_300427_, BlockPos p_113070_) private booleanBeeDebugRenderer.isBeeSelected(BeeDebugPayload.BeeInfo p_298081_) private booleanBeeDebugRenderer.isPlayerCloseEnoughToMob(BeeDebugPayload.BeeInfo p_300675_) private voidBeeDebugRenderer.renderBeeInfo(PoseStack p_270154_, MultiBufferSource p_270397_, BeeDebugPayload.BeeInfo p_299435_) private voidBeeDebugRenderer.renderPath(PoseStack p_270424_, MultiBufferSource p_270123_, BeeDebugPayload.BeeInfo p_299438_) -
Uses of BeeDebugPayload.BeeInfo in net.minecraft.network.protocol.common.custom
Fields in net.minecraft.network.protocol.common.custom declared as BeeDebugPayload.BeeInfoModifier and TypeFieldDescriptionprivate final BeeDebugPayload.BeeInfoBeeDebugPayload.beeInfoThe field for thebeeInforecord component.Methods in net.minecraft.network.protocol.common.custom that return BeeDebugPayload.BeeInfoModifier and TypeMethodDescriptionBeeDebugPayload.beeInfo()Returns the value of thebeeInforecord component.Constructors in net.minecraft.network.protocol.common.custom with parameters of type BeeDebugPayload.BeeInfoModifierConstructorDescriptionBeeDebugPayload(BeeDebugPayload.BeeInfo beeInfo) Creates an instance of aBeeDebugPayloadrecord class.