Uses of Class
net.minecraft.entity.Leashable.LeashData
Packages that use Leashable.LeashData
-
Uses of Leashable.LeashData in net.minecraft.entity
Methods in net.minecraft.entity that return Leashable.LeashDataModifier and TypeMethodDescriptionLeashable.getLeashData()
private static @Nullable Leashable.LeashData
Leashable.readLeashData
(NbtCompound nbt) Methods in net.minecraft.entity with parameters of type Leashable.LeashDataModifier and TypeMethodDescriptionLeashable.resolveLeashData
(E entity, Leashable.LeashData leashData) void
Leashable.setLeashData
(@Nullable Leashable.LeashData leashData) default void
Leashable.writeLeashDataToNbt
(NbtCompound nbt, @Nullable Leashable.LeashData leashData) -
Uses of Leashable.LeashData in net.minecraft.entity.mob
Fields 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.vehicle
Fields 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 TypeMethodDescriptionvoid
AbstractBoatEntity.setLeashData
(Leashable.LeashData leashData)