Uses of Class
net.minecraft.entity.Leashable.LeashData
Packages that use Leashable.LeashData
-
Uses of Leashable.LeashData in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type Leashable.LeashDataModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Leashable.LeashData> Leashable.LeashData.CODECMethods in net.minecraft.entity that return Leashable.LeashDataMethods 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.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 TypeMethodDescriptionvoidAbstractBoatEntity.setLeashData(Leashable.LeashData leashData)