Package net.minecraft.server.debug
Class TrackedSubscription.TrackedPoi
java.lang.Object
net.minecraft.server.debug.TrackedSubscription<PoiDebugData>
net.minecraft.server.debug.TrackedSubscription.TrackedPoi
- Enclosing class:
TrackedSubscription<T>
- Mappings:
Namespace Name named net/minecraft/server/debug/TrackedSubscription$TrackedPoiintermediary net/minecraft/class_12028$class_12029official bxe$a
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.server.debug.TrackedSubscription
TrackedSubscription.TrackedPoi, TrackedSubscription.TrackedVillageSections, TrackedSubscription.UpdateTrackedSubscription<T> -
Field Summary
Fields inherited from class net.minecraft.server.debug.TrackedSubscription
type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonPoiAdded(ServerWorld world, PointOfInterest poi) voidonPoiRemoved(ServerWorld world, BlockPos pos) voidonPoiUpdated(ServerWorld world, BlockPos pos) protected voidsendInitial(ServerPlayerEntity player, ChunkPos chunkPos) Methods inherited from class net.minecraft.server.debug.TrackedSubscription
clear, refreshTracking, sendInitial, sendInitialIfSubscribed, sendInitialIfSubscribed, sendToTrackingPlayers, sendToTrackingPlayers, sendUpdate
-
Constructor Details
-
TrackedPoi
public TrackedPoi()
-
-
Method Details
-
sendInitial
- Overrides:
sendInitialin classTrackedSubscription<PoiDebugData>- Mappings:
Namespace Name Mixin selector named sendInitialLnet/minecraft/server/debug/TrackedSubscription;sendInitial(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/util/math/ChunkPos;)Vintermediary method_74632Lnet/minecraft/class_12028;method_74632(Lnet/minecraft/class_3222;Lnet/minecraft/class_1923;)Vofficial bLbxe;b(Laxm;Ldts;)V
-
onPoiAdded
- Mappings:
Namespace Name Mixin selector named onPoiAddedLnet/minecraft/server/debug/TrackedSubscription$TrackedPoi;onPoiAdded(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/world/poi/PointOfInterest;)Vintermediary method_74635Lnet/minecraft/class_12028$class_12029;method_74635(Lnet/minecraft/class_3218;Lnet/minecraft/class_4156;)Vofficial aLbxe$a;a(Laxl;Lcsn;)V
-
onPoiRemoved
- Mappings:
Namespace Name Mixin selector named onPoiRemovedLnet/minecraft/server/debug/TrackedSubscription$TrackedPoi;onPoiRemoved(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;)Vintermediary method_74636Lnet/minecraft/class_12028$class_12029;method_74636(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)Vofficial aLbxe$a;a(Laxl;Liz;)V
-
onPoiUpdated
- Mappings:
Namespace Name Mixin selector named onPoiUpdatedLnet/minecraft/server/debug/TrackedSubscription$TrackedPoi;onPoiUpdated(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;)Vintermediary method_74639Lnet/minecraft/class_12028$class_12029;method_74639(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)Vofficial bLbxe$a;b(Laxl;Liz;)V
-