Uses of Record Class
net.minecraft.world.debug.DebugSubscriptionType.OptionalValue
Packages that use DebugSubscriptionType.OptionalValue
Package
Description
-
Uses of DebugSubscriptionType.OptionalValue in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type DebugSubscriptionType.OptionalValueModifier and TypeMethodDescriptionvoidClientDebugSubscriptionManager.TrackableValue.apply(long long2, K k, DebugSubscriptionType.OptionalValue<V> value) <T> voidClientDebugSubscriptionManager.updateBlock(long lifetime, BlockPos pos, DebugSubscriptionType.OptionalValue<T> optional) <T> voidClientDebugSubscriptionManager.updateChunk(long lifetime, ChunkPos pos, DebugSubscriptionType.OptionalValue<T> optional) <T> voidClientDebugSubscriptionManager.updateEntity(long lifetime, Entity entity, DebugSubscriptionType.OptionalValue<T> optional) private <K,V> void ClientDebugSubscriptionManager.updateTrackableValueMap(long lifetime, K object, DebugSubscriptionType.OptionalValue<V> optional, ClientDebugSubscriptionManager.TrackableValueGetter<K, V> trackableValueGetter) -
Uses of DebugSubscriptionType.OptionalValue in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as DebugSubscriptionType.OptionalValueModifier and TypeFieldDescriptionprivate final DebugSubscriptionType.OptionalValue<?> BlockValueDebugS2CPacket.updateThe field for theupdaterecord component.private final DebugSubscriptionType.OptionalValue<?> ChunkValueDebugS2CPacket.updateThe field for theupdaterecord component.private final DebugSubscriptionType.OptionalValue<?> EntityValueDebugS2CPacket.updateThe field for theupdaterecord component.Methods in net.minecraft.network.packet.s2c.play that return DebugSubscriptionType.OptionalValueModifier and TypeMethodDescriptionBlockValueDebugS2CPacket.update()Returns the value of theupdaterecord component.ChunkValueDebugS2CPacket.update()Returns the value of theupdaterecord component.EntityValueDebugS2CPacket.update()Returns the value of theupdaterecord component.Constructors in net.minecraft.network.packet.s2c.play with parameters of type DebugSubscriptionType.OptionalValueModifierConstructorDescriptionBlockValueDebugS2CPacket(BlockPos blockPos, DebugSubscriptionType.OptionalValue<?> optionalValue) ChunkValueDebugS2CPacket(ChunkPos chunkPos, DebugSubscriptionType.OptionalValue<?> optionalValue) EntityValueDebugS2CPacket(int int2, DebugSubscriptionType.OptionalValue<?> optionalValue) -
Uses of DebugSubscriptionType.OptionalValue in net.minecraft.server.debug
Methods in net.minecraft.server.debug that return DebugSubscriptionType.OptionalValueModifier and TypeMethodDescriptionTrackedSubscription.UpdateQuerier.queryUpdate(DebugSubscriptionType<T> type) -
Uses of DebugSubscriptionType.OptionalValue in net.minecraft.world.debug
Fields in net.minecraft.world.debug with type parameters of type DebugSubscriptionType.OptionalValueModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf, DebugSubscriptionType.OptionalValue<?>> DebugSubscriptionType.OptionalValue.PACKET_CODECMethods in net.minecraft.world.debug that return DebugSubscriptionType.OptionalValueModifier and TypeMethodDescriptionDebugSubscriptionType.optionalValueFor()DebugSubscriptionType.optionalValueFor(T value) Methods in net.minecraft.world.debug that return types with arguments of type DebugSubscriptionType.OptionalValueModifier and TypeMethodDescriptionprivate static <T> PacketCodec<? super RegistryByteBuf, DebugSubscriptionType.OptionalValue<T>> DebugSubscriptionType.OptionalValue.createPacketCodec(DebugSubscriptionType<T> type)