Uses of Record Class
net.minecraft.world.debug.DebugSubscriptionType.Value
Packages that use DebugSubscriptionType.Value
Package
Description
-
Uses of DebugSubscriptionType.Value in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type DebugSubscriptionType.ValueModifier and TypeMethodDescription<T> voidClientDebugSubscriptionManager.addEvent(long lifetime, DebugSubscriptionType.Value<T> value) -
Uses of DebugSubscriptionType.Value in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as DebugSubscriptionType.ValueModifier and TypeFieldDescriptionprivate final DebugSubscriptionType.Value<?> EventDebugS2CPacket.eventThe field for theeventrecord component.Methods in net.minecraft.network.packet.s2c.play that return DebugSubscriptionType.ValueModifier and TypeMethodDescriptionEventDebugS2CPacket.event()Returns the value of theeventrecord component.Constructors in net.minecraft.network.packet.s2c.play with parameters of type DebugSubscriptionType.Value -
Uses of DebugSubscriptionType.Value in net.minecraft.world.debug
Fields in net.minecraft.world.debug with type parameters of type DebugSubscriptionType.ValueModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf, DebugSubscriptionType.Value<?>> DebugSubscriptionType.Value.PACKET_CODECMethods in net.minecraft.world.debug that return DebugSubscriptionType.ValueModifier and TypeMethodDescriptionMethods in net.minecraft.world.debug that return types with arguments of type DebugSubscriptionType.ValueModifier and TypeMethodDescriptionprivate static <T> PacketCodec<? super RegistryByteBuf, DebugSubscriptionType.Value<T>> DebugSubscriptionType.Value.createPacketCodec(DebugSubscriptionType<T> type)