Package org.geysermc.geyser.entity.type
Interface Leashable
- All Known Implementing Classes:
AbstractFishEntity,AbstractHorseEntity,AbstractIllagerEntity,AbstractMerchantEntity,AbstractSkeletonEntity,AgeableEntity,AgeableWaterEntity,AllayEntity,AmbientEntity,AnimalEntity,ArmadilloEntity,AxolotlEntity,BasePiglinEntity,BatEntity,BeeEntity,BlazeEntity,BoatEntity,BoggedEntity,BreezeEntity,CamelEntity,CatEntity,ChestBoatEntity,ChestedHorseEntity,ChickenEntity,CowEntity,CreatureEntity,CreeperEntity,DolphinEntity,ElderGuardianEntity,EnderDragonEntity,EndermanEntity,FlyingEntity,FoxEntity,FrogEntity,GhastEntity,GiantEntity,GlowSquidEntity,GoatEntity,GolemEntity,GuardianEntity,HoglinEntity,HorseEntity,IronGolemEntity,LlamaEntity,MagmaCubeEntity,MobEntity,MonsterEntity,MooshroomEntity,OcelotEntity,PandaEntity,ParrotEntity,PhantomEntity,PigEntity,PiglinEntity,PillagerEntity,PolarBearEntity,PufferFishEntity,RabbitEntity,RaidParticipantEntity,RavagerEntity,SheepEntity,ShulkerEntity,SkeletonEntity,SkeletonHorseEntity,SlimeEntity,SnifferEntity,SnowGolemEntity,SpellcasterIllagerEntity,SpiderEntity,SquidEntity,StriderEntity,TadpoleEntity,TameableEntity,TraderLlamaEntity,TropicalFishEntity,TurtleEntity,VexEntity,VillagerEntity,VindicatorEntity,WardenEntity,WaterEntity,WitherEntity,WolfEntity,ZoglinEntity,ZombieEntity,ZombieHorseEntity,ZombieVillagerEntity,ZombifiedPiglinEntity
public interface Leashable
I can haz lead
(The item, not the mineral)
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleandefault booleanlongvoidsetLeashHolderBedrockId(long bedrockId)
-
Method Details
-
setLeashHolderBedrockId
void setLeashHolderBedrockId(long bedrockId) -
leashHolderBedrockId
long leashHolderBedrockId() -
canBeLeashed
default boolean canBeLeashed() -
isNotLeashed
default boolean isNotLeashed()
-