Uses of Record Class
net.minecraft.network.packet.CustomPayload.Id
-
Uses of CustomPayload.Id in net.minecraft.network.packet
Modifier and TypeFieldDescriptionprivate final CustomPayload.Id
<T> CustomPayload.Type.id
The field for theid
record component.static final CustomPayload.Id
<BrandCustomPayload> BrandCustomPayload.ID
Modifier and TypeMethodDescriptionBrandCustomPayload.getId()
CustomPayload.Id
<? extends CustomPayload> CustomPayload.getId()
UnknownCustomPayload.getId()
static <T extends CustomPayload>
CustomPayload.Id<T> CustomPayload.Type.id()
Returns the value of theid
record component. -
Uses of CustomPayload.Id in net.minecraft.network.packet.s2c.custom
Modifier and TypeFieldDescriptionstatic final CustomPayload.Id
<DebugBeeCustomPayload> DebugBeeCustomPayload.ID
static final CustomPayload.Id
<DebugBrainCustomPayload> DebugBrainCustomPayload.ID
static final CustomPayload.Id
<DebugBreezeCustomPayload> DebugBreezeCustomPayload.ID
static final CustomPayload.Id
<DebugGameEventCustomPayload> DebugGameEventCustomPayload.ID
static final CustomPayload.Id
<DebugGameEventListenersCustomPayload> DebugGameEventListenersCustomPayload.ID
static final CustomPayload.Id
<DebugGameTestAddMarkerCustomPayload> DebugGameTestAddMarkerCustomPayload.ID
static final CustomPayload.Id
<DebugGameTestClearCustomPayload> DebugGameTestClearCustomPayload.ID
static final CustomPayload.Id
<DebugGoalSelectorCustomPayload> DebugGoalSelectorCustomPayload.ID
static final CustomPayload.Id
<DebugHiveCustomPayload> DebugHiveCustomPayload.ID
static final CustomPayload.Id
<DebugNeighborsUpdateCustomPayload> DebugNeighborsUpdateCustomPayload.ID
static final CustomPayload.Id
<DebugPathCustomPayload> DebugPathCustomPayload.ID
static final CustomPayload.Id
<DebugPoiAddedCustomPayload> DebugPoiAddedCustomPayload.ID
static final CustomPayload.Id
<DebugPoiRemovedCustomPayload> DebugPoiRemovedCustomPayload.ID
static final CustomPayload.Id
<DebugPoiTicketCountCustomPayload> DebugPoiTicketCountCustomPayload.ID
static final CustomPayload.Id
<DebugRaidsCustomPayload> DebugRaidsCustomPayload.ID
static final CustomPayload.Id
<DebugStructuresCustomPayload> DebugStructuresCustomPayload.ID
static final CustomPayload.Id
<DebugVillageSectionsCustomPayload> DebugVillageSectionsCustomPayload.ID
static final CustomPayload.Id
<DebugWorldgenAttemptCustomPayload> DebugWorldgenAttemptCustomPayload.ID
Modifier and TypeMethodDescriptionDebugBeeCustomPayload.getId()
DebugBrainCustomPayload.getId()
DebugBreezeCustomPayload.getId()
DebugGameEventCustomPayload.getId()
DebugGameEventListenersCustomPayload.getId()
DebugGameTestAddMarkerCustomPayload.getId()
DebugGameTestClearCustomPayload.getId()
DebugGoalSelectorCustomPayload.getId()
DebugHiveCustomPayload.getId()
DebugNeighborsUpdateCustomPayload.getId()
DebugPathCustomPayload.getId()
DebugPoiAddedCustomPayload.getId()
DebugPoiRemovedCustomPayload.getId()
DebugPoiTicketCountCustomPayload.getId()
DebugRaidsCustomPayload.getId()
DebugStructuresCustomPayload.getId()
DebugVillageSectionsCustomPayload.getId()
DebugWorldgenAttemptCustomPayload.getId()