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.idThe field for theidrecord component.static final CustomPayload.Id<BrandCustomPayload> BrandCustomPayload.IDMethods 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 theidrecord component.Constructors in net.minecraft.network.packet with parameters of type CustomPayload.Id