Class Leashable.LeashData

java.lang.Object
net.minecraft.world.entity.Leashable.LeashData
Enclosing interface:
Leashable

public static final class Leashable.LeashData extends Object
  • Field Details

    • delayedLeashHolderId

      int delayedLeashHolderId
    • leashHolder

      @Nullable public Entity leashHolder
    • delayedLeashInfo

      @Nullable public com.mojang.datafixers.util.Either<UUID,BlockPos> delayedLeashInfo
  • Constructor Details

    • LeashData

      LeashData(com.mojang.datafixers.util.Either<UUID,BlockPos> p_352282_)
    • LeashData

      LeashData(Entity p_352066_)
    • LeashData

      LeashData(int p_352297_)
  • Method Details

    • setLeashHolder

      public void setLeashHolder(Entity p_352464_)