Uses of Class
net.minecraft.entity.Leashable.LeashData
Packages that use Leashable.LeashData
- 
Uses of Leashable.LeashData in net.minecraft.entityMethods in net.minecraft.entity that return Leashable.LeashDataModifier and TypeMethodDescriptionLeashable.getLeashData()private static @Nullable Leashable.LeashDataLeashable.readLeashData(NbtCompound nbt) Methods in net.minecraft.entity with parameters of type Leashable.LeashDataModifier and TypeMethodDescriptionLeashable.resolveLeashData(E entity, Leashable.LeashData leashData) voidLeashable.setLeashData(@Nullable Leashable.LeashData leashData) default voidLeashable.writeLeashDataToNbt(NbtCompound nbt, @Nullable Leashable.LeashData leashData) 
- 
Uses of Leashable.LeashData in net.minecraft.entity.mobFields in net.minecraft.entity.mob declared as Leashable.LeashDataMethods in net.minecraft.entity.mob that return Leashable.LeashDataMethods in net.minecraft.entity.mob with parameters of type Leashable.LeashData
- 
Uses of Leashable.LeashData in net.minecraft.entity.vehicleFields in net.minecraft.entity.vehicle declared as Leashable.LeashDataMethods in net.minecraft.entity.vehicle that return Leashable.LeashDataMethods in net.minecraft.entity.vehicle with parameters of type Leashable.LeashDataModifier and TypeMethodDescriptionvoidAbstractBoatEntity.setLeashData(Leashable.LeashData leashData)