Uses of Record Class
net.minecraft.network.packet.CustomPayload.Type
Packages that use CustomPayload.Type
-
Uses of CustomPayload.Type in net.minecraft.network.packet
Fields in net.minecraft.network.packet declared as CustomPayload.TypeModifier and TypeFieldDescriptionstatic final CustomPayload.Type<BrandCustomPayload>BrandCustomPayload.field_48655private final CustomPayload.Type<T>CustomPayload.CodecPair.typeThe field for thetyperecord component.Methods in net.minecraft.network.packet that return CustomPayload.TypeModifier and TypeMethodDescriptionBrandCustomPayload.getKey()CustomPayload.Type<? extends CustomPayload>CustomPayload.getKey()UnknownCustomPayload.getKey()static <T extends CustomPayload>
CustomPayload.Type<T>CustomPayload.CodecPair.type()Returns the value of thetyperecord component.Constructors in net.minecraft.network.packet with parameters of type CustomPayload.TypeModifierConstructorDescriptionCodecPair(CustomPayload.Type<T> type, PacketCodec<B, T> packetCodec) -
Uses of CustomPayload.Type in net.minecraft.network.packet.s2c.custom
Fields in net.minecraft.network.packet.s2c.custom declared as CustomPayload.TypeModifier and TypeFieldDescriptionstatic final CustomPayload.Type<DebugBeeCustomPayload>DebugBeeCustomPayload.field_48651static final CustomPayload.Type<DebugBrainCustomPayload>DebugBrainCustomPayload.field_48653static final CustomPayload.Type<DebugBreezeCustomPayload>DebugBreezeCustomPayload.field_48657static final CustomPayload.Type<DebugGameEventCustomPayload>DebugGameEventCustomPayload.field_48661static final CustomPayload.Type<DebugGameTestAddMarkerCustomPayload>DebugGameTestAddMarkerCustomPayload.field_48665static final CustomPayload.Type<DebugGameTestClearCustomPayload>DebugGameTestClearCustomPayload.field_48667static final CustomPayload.Type<DebugGoalSelectorCustomPayload>DebugGoalSelectorCustomPayload.field_48669static final CustomPayload.Type<DebugHiveCustomPayload>DebugHiveCustomPayload.field_48671static final CustomPayload.Type<DebugNeighborsUpdateCustomPayload>DebugNeighborsUpdateCustomPayload.field_48673static final CustomPayload.Type<DebugPathCustomPayload>DebugPathCustomPayload.field_48675static final CustomPayload.Type<DebugPoiAddedCustomPayload>DebugPoiAddedCustomPayload.field_48677static final CustomPayload.Type<DebugPoiRemovedCustomPayload>DebugPoiRemovedCustomPayload.field_48679static final CustomPayload.Type<DebugPoiTicketCountCustomPayload>DebugPoiTicketCountCustomPayload.field_48681static final CustomPayload.Type<DebugRaidsCustomPayload>DebugRaidsCustomPayload.field_48683static final CustomPayload.Type<DebugStructuresCustomPayload>DebugStructuresCustomPayload.field_48685static final CustomPayload.Type<DebugVillageSectionsCustomPayload>DebugVillageSectionsCustomPayload.field_48687static final CustomPayload.Type<DebugWorldgenAttemptCustomPayload>DebugWorldgenAttemptCustomPayload.field_48689static final CustomPayload.Type<DebugGameEventListenersCustomPayload>DebugGameEventListenersCustomPayload.PAYLOAD_TYPEMethods in net.minecraft.network.packet.s2c.custom that return CustomPayload.TypeModifier and TypeMethodDescriptionDebugBeeCustomPayload.getKey()DebugBrainCustomPayload.getKey()DebugBreezeCustomPayload.getKey()DebugGameEventCustomPayload.getKey()DebugGameEventListenersCustomPayload.getKey()DebugGameTestAddMarkerCustomPayload.getKey()DebugGameTestClearCustomPayload.getKey()DebugGoalSelectorCustomPayload.getKey()DebugHiveCustomPayload.getKey()DebugNeighborsUpdateCustomPayload.getKey()DebugPathCustomPayload.getKey()DebugPoiAddedCustomPayload.getKey()DebugPoiRemovedCustomPayload.getKey()DebugPoiTicketCountCustomPayload.getKey()DebugRaidsCustomPayload.getKey()DebugStructuresCustomPayload.getKey()DebugVillageSectionsCustomPayload.getKey()DebugWorldgenAttemptCustomPayload.getKey()