Uses of Class
net.minecraft.world.entity.Leashable.LeashData
Packages that use Leashable.LeashData
Package
Description
-
Uses of Leashable.LeashData in net.minecraft.world.entity
Fields in net.minecraft.world.entity declared as Leashable.LeashDataFields in net.minecraft.world.entity with type parameters of type Leashable.LeashDataModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Leashable.LeashData> Leashable.LeashData.CODECMethods in net.minecraft.world.entity that return Leashable.LeashDataModifier and TypeMethodDescription@Nullable Leashable.LeashDataLeashable.getLeashData()@Nullable Leashable.LeashDataMob.getLeashData()Methods in net.minecraft.world.entity with parameters of type Leashable.LeashDataModifier and TypeMethodDescriptiondefault booleanLeashable.checkElasticInteractions(Entity leashHolder, Leashable.LeashData leashData) Leashable.restoreLeashFromSave(E entity, Leashable.LeashData leashData) voidLeashable.setLeashData(@Nullable Leashable.LeashData leashData) voidMob.setLeashData(@Nullable Leashable.LeashData leashData) default voidLeashable.writeLeashData(ValueOutput output, @Nullable Leashable.LeashData leashData) -
Uses of Leashable.LeashData in net.minecraft.world.entity.animal.rabbit
Methods in net.minecraft.world.entity.animal.rabbit with parameters of type Leashable.LeashDataModifier and TypeMethodDescriptionvoidRabbit.setLeashData(@Nullable Leashable.LeashData leashData) -
Uses of Leashable.LeashData in net.minecraft.world.entity.vehicle.boat
Fields in net.minecraft.world.entity.vehicle.boat declared as Leashable.LeashDataMethods in net.minecraft.world.entity.vehicle.boat that return Leashable.LeashDataMethods in net.minecraft.world.entity.vehicle.boat with parameters of type Leashable.LeashDataModifier and TypeMethodDescriptionvoidAbstractBoat.setLeashData(@Nullable Leashable.LeashData leashData)