Class BeeDebugRenderer.Bee

java.lang.Object
net.minecraft.client.render.debug.BeeDebugRenderer.Bee
Enclosing class:
BeeDebugRenderer

@Environment(CLIENT) public static class BeeDebugRenderer.Bee extends Object
Mappings:
Namespace Name
official fgu$a
intermediary net/minecraft/class_4703$class_5243
named net/minecraft/client/render/debug/BeeDebugRenderer$Bee
  • Field Details

    • uuid

      public final UUID uuid
      Mappings:
      Namespace Name Mixin selector
      official a Lfgu$a;a:Ljava/util/UUID;
      intermediary field_24322 Lnet/minecraft/class_4703$class_5243;field_24322:Ljava/util/UUID;
      named uuid Lnet/minecraft/client/render/debug/BeeDebugRenderer$Bee;uuid:Ljava/util/UUID;
    • entityId

      public final int entityId
      Mappings:
      Namespace Name Mixin selector
      official b Lfgu$a;b:I
      intermediary field_24323 Lnet/minecraft/class_4703$class_5243;field_24323:I
      named entityId Lnet/minecraft/client/render/debug/BeeDebugRenderer$Bee;entityId:I
    • position

      public final Position position
      Mappings:
      Namespace Name Mixin selector
      official c Lfgu$a;c:Lhj;
      intermediary field_24324 Lnet/minecraft/class_4703$class_5243;field_24324:Lnet/minecraft/class_2374;
      named position Lnet/minecraft/client/render/debug/BeeDebugRenderer$Bee;position:Lnet/minecraft/util/math/Position;
    • path

      @Nullable public final @Nullable Path path
      Mappings:
      Namespace Name Mixin selector
      official d Lfgu$a;d:Ldtz;
      intermediary field_24325 Lnet/minecraft/class_4703$class_5243;field_24325:Lnet/minecraft/class_11;
      named path Lnet/minecraft/client/render/debug/BeeDebugRenderer$Bee;path:Lnet/minecraft/entity/ai/pathing/Path;
    • hive

      @Nullable public final @Nullable BlockPos hive
      Mappings:
      Namespace Name Mixin selector
      official e Lfgu$a;e:Lgp;
      intermediary field_24326 Lnet/minecraft/class_4703$class_5243;field_24326:Lnet/minecraft/class_2338;
      named hive Lnet/minecraft/client/render/debug/BeeDebugRenderer$Bee;hive:Lnet/minecraft/util/math/BlockPos;
    • flower

      @Nullable public final @Nullable BlockPos flower
      Mappings:
      Namespace Name Mixin selector
      official f Lfgu$a;f:Lgp;
      intermediary field_24327 Lnet/minecraft/class_4703$class_5243;field_24327:Lnet/minecraft/class_2338;
      named flower Lnet/minecraft/client/render/debug/BeeDebugRenderer$Bee;flower:Lnet/minecraft/util/math/BlockPos;
    • travelTicks

      public final int travelTicks
      Mappings:
      Namespace Name Mixin selector
      official g Lfgu$a;g:I
      intermediary field_24328 Lnet/minecraft/class_4703$class_5243;field_24328:I
      named travelTicks Lnet/minecraft/client/render/debug/BeeDebugRenderer$Bee;travelTicks:I
    • labels

      public final List<String> labels
      Mappings:
      Namespace Name Mixin selector
      official h Lfgu$a;h:Ljava/util/List;
      intermediary field_24329 Lnet/minecraft/class_4703$class_5243;field_24329:Ljava/util/List;
      named labels Lnet/minecraft/client/render/debug/BeeDebugRenderer$Bee;labels:Ljava/util/List;
    • blacklist

      public final Set<BlockPos> blacklist
      Mappings:
      Namespace Name Mixin selector
      official i Lfgu$a;i:Ljava/util/Set;
      intermediary field_24330 Lnet/minecraft/class_4703$class_5243;field_24330:Ljava/util/Set;
      named blacklist Lnet/minecraft/client/render/debug/BeeDebugRenderer$Bee;blacklist:Ljava/util/Set;
  • Constructor Details

    • Bee

      public Bee(UUID uuid, int entityId, Position position, @Nullable @Nullable Path path, @Nullable @Nullable BlockPos hive, @Nullable @Nullable BlockPos flower, int travelTicks)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfgu$a;<init>(Ljava/util/UUID;ILhj;Ldtz;Lgp;Lgp;I)V
      intermediary <init> Lnet/minecraft/class_4703$class_5243;<init>(Ljava/util/UUID;ILnet/minecraft/class_2374;Lnet/minecraft/class_11;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;I)V
      named <init> Lnet/minecraft/client/render/debug/BeeDebugRenderer$Bee;<init>(Ljava/util/UUID;ILnet/minecraft/util/math/Position;Lnet/minecraft/entity/ai/pathing/Path;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;I)V
  • Method Details

    • isHiveAt

      public boolean isHiveAt(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lfgu$a;a(Lgp;)Z
      intermediary method_27649 Lnet/minecraft/class_4703$class_5243;method_27649(Lnet/minecraft/class_2338;)Z
      named isHiveAt Lnet/minecraft/client/render/debug/BeeDebugRenderer$Bee;isHiveAt(Lnet/minecraft/util/math/BlockPos;)Z
    • getUuid

      public UUID getUuid()
      Mappings:
      Namespace Name Mixin selector
      official a Lfgu$a;a()Ljava/util/UUID;
      intermediary method_27648 Lnet/minecraft/class_4703$class_5243;method_27648()Ljava/util/UUID;
      named getUuid Lnet/minecraft/client/render/debug/BeeDebugRenderer$Bee;getUuid()Ljava/util/UUID;
    • getName

      public String getName()
      Mappings:
      Namespace Name Mixin selector
      official b Lfgu$a;b()Ljava/lang/String;
      intermediary method_27650 Lnet/minecraft/class_4703$class_5243;method_27650()Ljava/lang/String;
      named getName Lnet/minecraft/client/render/debug/BeeDebugRenderer$Bee;getName()Ljava/lang/String;
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hasFlower

      public boolean hasFlower()
      Mappings:
      Namespace Name Mixin selector
      official c Lfgu$a;c()Z
      intermediary method_27651 Lnet/minecraft/class_4703$class_5243;method_27651()Z
      named hasFlower Lnet/minecraft/client/render/debug/BeeDebugRenderer$Bee;hasFlower()Z