Class BeeDebugRenderer.Bee

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

public static class BeeDebugRenderer.Bee extends Object
  • Field Details

    • uuid

      public final UUID uuid
    • id

      public final int id
    • pos

      public final IPosition pos
    • path

      @Nullable public final Path path
    • hivePos

      @Nullable public final BlockPos hivePos
    • flowerPos

      @Nullable public final BlockPos flowerPos
    • travelTicks

      public final int travelTicks
    • goals

      public final List<String> goals
    • blacklistedHives

      public final Set<BlockPos> blacklistedHives
  • Constructor Details

    • Bee

      public Bee(UUID p_i226028_1_, int p_i226028_2_, IPosition p_i226028_3_, Path p_i226028_4_, BlockPos p_i226028_5_, BlockPos p_i226028_6_, int p_i226028_7_)
  • Method Details

    • hasHive

      public boolean hasHive(BlockPos p_229008_1_)
    • getUuid

      public UUID getUuid()
    • getName

      public String getName()
    • toString

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

      public boolean hasFlower()