Package net.minecraft.world.waypoint
Interface ServerWaypoint
- All Superinterfaces:
Waypoint
- All Known Implementing Classes:
AbstractClientPlayerEntity,AbstractCowEntity,AbstractDonkeyEntity,AbstractHorseEntity,AbstractPiglinEntity,AbstractSkeletonEntity,AllayEntity,AmbientEntity,AnimalEntity,ArmadilloEntity,ArmorStandEntity,AxolotlEntity,BatEntity,BeeEntity,BlazeEntity,BoggedEntity,BreezeEntity,CamelEntity,CatEntity,CaveSpiderEntity,ChickenEntity,ClientMannequinEntity,ClientPlayerEntity,CodEntity,CopperGolemEntity,CowEntity,CreakingEntity,CreeperEntity,DolphinEntity,DonkeyEntity,DrownedEntity,ElderGuardianEntity,EnderDragonEntity,EndermanEntity,EndermiteEntity,EvokerEntity,FishEntity,FoxEntity,FrogEntity,GhastEntity,GiantEntity,GlowSquidEntity,GoatEntity,GolemEntity,GuardianEntity,HappyGhastEntity,HoglinEntity,HorseEntity,HostileEntity,HuskEntity,IllagerEntity,IllusionerEntity,IronGolemEntity,LivingEntity,LlamaEntity,MagmaCubeEntity,MannequinEntity,MerchantEntity,MobEntity,MooshroomEntity,MuleEntity,OcelotEntity,OtherClientPlayerEntity,PandaEntity,ParrotEntity,PassiveEntity,PathAwareEntity,PatrolEntity,PhantomEntity,PigEntity,PiglinBruteEntity,PiglinEntity,PillagerEntity,PlayerEntity,PlayerLikeEntity,PolarBearEntity,PufferfishEntity,RabbitEntity,RaiderEntity,RavagerEntity,SalmonEntity,SchoolingFishEntity,ServerPlayerEntity,SheepEntity,ShulkerEntity,SilverfishEntity,SkeletonEntity,SkeletonHorseEntity,SlimeEntity,SnifferEntity,SnowGolemEntity,SpellcastingIllagerEntity,SpiderEntity,SquidEntity,StrayEntity,StriderEntity,TadpoleEntity,TameableEntity,TameableShoulderEntity,TraderLlamaEntity,TropicalFishEntity,TurtleEntity,VexEntity,VillagerEntity,VindicatorEntity,WanderingTraderEntity,WardenEntity,WaterAnimalEntity,WaterCreatureEntity,WitchEntity,WitherEntity,WitherSkeletonEntity,WolfEntity,ZoglinEntity,ZombieEntity,ZombieHorseEntity,ZombieVillagerEntity,ZombifiedPiglinEntity
- Mappings:
Namespace Name named net/minecraft/world/waypoint/ServerWaypointintermediary net/minecraft/class_11212official fqo
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic interfacestatic classstatic interfacestatic classstatic interfaceNested classes/interfaces inherited from interface net.minecraft.world.waypoint.Waypoint
Waypoint.Config -
Field Summary
FieldsFields inherited from interface net.minecraft.world.waypoint.Waypoint
DEFAULT_PLAYER_RANGE, DISABLE_TRACKING -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancannotReceive(LivingEntity source, ServerPlayerEntity receiver) static booleancanReceive(ChunkPos source, ServerPlayerEntity receiver) createTracker(ServerPlayerEntity receiver) booleanstatic booleanshouldUseAzimuth(LivingEntity source, ServerPlayerEntity receiver)
-
Field Details
-
AZIMUTH_THRESHOLD
static final int AZIMUTH_THRESHOLD- See Also:
- Mappings:
Namespace Name Mixin selector named AZIMUTH_THRESHOLDLnet/minecraft/world/waypoint/ServerWaypoint;AZIMUTH_THRESHOLD:Iintermediary field_60169Lnet/minecraft/class_11212;field_60169:Iofficial a_Lfqo;a_:I
-
-
Method Details
-
hasWaypoint
boolean hasWaypoint()- Mappings:
Namespace Name Mixin selector named hasWaypointLnet/minecraft/world/waypoint/ServerWaypoint;hasWaypoint()Zintermediary method_70674Lnet/minecraft/class_11212;method_70674()Zofficial gmLfqo;gm()Z
-
createTracker
- Mappings:
Namespace Name Mixin selector named createTrackerLnet/minecraft/world/waypoint/ServerWaypoint;createTracker(Lnet/minecraft/server/network/ServerPlayerEntity;)Ljava/util/Optional;intermediary method_70672Lnet/minecraft/class_11212;method_70672(Lnet/minecraft/class_3222;)Ljava/util/Optional;official fLfqo;f(Lawy;)Ljava/util/Optional;
-
getWaypointConfig
Waypoint.Config getWaypointConfig()- Mappings:
Namespace Name Mixin selector named getWaypointConfigLnet/minecraft/world/waypoint/ServerWaypoint;getWaypointConfig()Lnet/minecraft/world/waypoint/Waypoint$Config;intermediary method_70675Lnet/minecraft/class_11212;method_70675()Lnet/minecraft/class_11208$class_11209;official gnLfqo;gn()Lfqk$a;
-
cannotReceive
- Mappings:
Namespace Name Mixin selector named cannotReceiveLnet/minecraft/world/waypoint/ServerWaypoint;cannotReceive(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/server/network/ServerPlayerEntity;)Zintermediary method_70796Lnet/minecraft/class_11212;method_70796(Lnet/minecraft/class_1309;Lnet/minecraft/class_3222;)Zofficial aLfqo;a(Lcew;Lawy;)Z
-
canReceive
- Mappings:
Namespace Name Mixin selector named canReceiveLnet/minecraft/world/waypoint/ServerWaypoint;canReceive(Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/server/network/ServerPlayerEntity;)Zintermediary method_70797Lnet/minecraft/class_11212;method_70797(Lnet/minecraft/class_1923;Lnet/minecraft/class_3222;)Zofficial aLfqo;a(Ldqv;Lawy;)Z
-
shouldUseAzimuth
- Mappings:
Namespace Name Mixin selector named shouldUseAzimuthLnet/minecraft/world/waypoint/ServerWaypoint;shouldUseAzimuth(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/server/network/ServerPlayerEntity;)Zintermediary method_70798Lnet/minecraft/class_11212;method_70798(Lnet/minecraft/class_1309;Lnet/minecraft/class_3222;)Zofficial bLfqo;b(Lcew;Lawy;)Z
-