Uses of Record Class
net.minecraft.network.packet.CustomPayload.Id
Packages that use CustomPayload.Id
-
Uses of CustomPayload.Id in net.minecraft.network.packet
Fields in net.minecraft.network.packet declared as CustomPayload.IdModifier and TypeFieldDescriptionprivate final CustomPayload.Id<T>
CustomPayload.Type.id
The field for theid
record component.static final CustomPayload.Id<BrandCustomPayload>
BrandCustomPayload.ID
Methods in net.minecraft.network.packet that return CustomPayload.IdModifier 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.Constructors in net.minecraft.network.packet with parameters of type CustomPayload.Id -
Uses of CustomPayload.Id in net.minecraft.network.packet.s2c.custom
Fields in net.minecraft.network.packet.s2c.custom declared as CustomPayload.IdModifier 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
Methods in net.minecraft.network.packet.s2c.custom that return CustomPayload.IdModifier 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()