Package net.minecraft.network.packet
Interface CustomPayload
- All Known Implementing Classes:
BrandCustomPayload,DebugBeeCustomPayload,DebugBrainCustomPayload,DebugBreezeCustomPayload,DebugGameEventCustomPayload,DebugGameEventListenersCustomPayload,DebugGameTestAddMarkerCustomPayload,DebugGameTestClearCustomPayload,DebugGoalSelectorCustomPayload,DebugHiveCustomPayload,DebugNeighborsUpdateCustomPayload,DebugPathCustomPayload,DebugPoiAddedCustomPayload,DebugPoiRemovedCustomPayload,DebugPoiTicketCountCustomPayload,DebugRaidsCustomPayload,DebugStructuresCustomPayload,DebugVillageSectionsCustomPayload,DebugWorldgenAttemptCustomPayload,UnknownCustomPayload
public interface CustomPayload
- Mappings:
Namespace Name official yyintermediary net/minecraft/class_8710named net/minecraft/network/packet/CustomPayload
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceCustomPayload.class_9153<B extends PacketByteBuf>static final recordCustomPayload.class_9154<T extends CustomPayload>static final recordCustomPayload.class_9155<B extends PacketByteBuf,T extends CustomPayload> -
Method Summary
Modifier and TypeMethodDescriptionCustomPayload.class_9154<? extends CustomPayload>static <T extends CustomPayload>
CustomPayload.class_9154<T>method_56483(String string) static <B extends ByteBuf,T extends CustomPayload>
class_9139<B,T> method_56484(class_9143<B, T> class_9143, class_9141<B, T> class_9141) static <B extends PacketByteBuf>
class_9139<B,CustomPayload> method_56485(CustomPayload.class_9153<B> class_9153, List<CustomPayload.class_9155<? super B, ?>> list)
-
Method Details
-
method_56479
CustomPayload.class_9154<? extends CustomPayload> method_56479()- Mappings:
Namespace Name Mixin selector official aLyy;a()Lyy$b;intermediary method_56479Lnet/minecraft/class_8710;method_56479()Lnet/minecraft/class_8710$class_9154;named method_56479Lnet/minecraft/network/packet/CustomPayload;method_56479()Lnet/minecraft/network/packet/CustomPayload$class_9154;
-
method_56484
static <B extends ByteBuf,T extends CustomPayload> class_9139<B,T> method_56484(class_9143<B, T> class_9143, class_9141<B, T> class_9141) - Mappings:
Namespace Name Mixin selector official aLyy;a(Lxr;Lxp;)Lxo;intermediary method_56484Lnet/minecraft/class_8710;method_56484(Lnet/minecraft/class_9143;Lnet/minecraft/class_9141;)Lnet/minecraft/class_9139;named method_56484Lnet/minecraft/network/packet/CustomPayload;method_56484(Lnet/minecraft/class_9143;Lnet/minecraft/class_9141;)Lnet/minecraft/class_9139;
-
method_56483
- Mappings:
Namespace Name Mixin selector official aLyy;a(Ljava/lang/String;)Lyy$b;intermediary method_56483Lnet/minecraft/class_8710;method_56483(Ljava/lang/String;)Lnet/minecraft/class_8710$class_9154;named method_56483Lnet/minecraft/network/packet/CustomPayload;method_56483(Ljava/lang/String;)Lnet/minecraft/network/packet/CustomPayload$class_9154;
-
method_56485
static <B extends PacketByteBuf> class_9139<B,CustomPayload> method_56485(CustomPayload.class_9153<B> class_9153, List<CustomPayload.class_9155<? super B, ?>> list) - Mappings:
Namespace Name Mixin selector official aLyy;a(Lyy$a;Ljava/util/List;)Lxo;intermediary method_56485Lnet/minecraft/class_8710;method_56485(Lnet/minecraft/class_8710$class_9153;Ljava/util/List;)Lnet/minecraft/class_9139;named method_56485Lnet/minecraft/network/packet/CustomPayload;method_56485(Lnet/minecraft/network/packet/CustomPayload$class_9153;Ljava/util/List;)Lnet/minecraft/class_9139;
-