Uses of Record Class
net.minecraft.world.debug.DebugSubscriptionType.OptionalValue
Packages that use DebugSubscriptionType.OptionalValue
Package
Description
The base package for all Minecraft classes.
-
Uses of DebugSubscriptionType.OptionalValue in net.minecraft
Methods in net.minecraft with parameters of type DebugSubscriptionType.OptionalValueModifier and TypeMethodDescription<T> voidclass_12036.method_74716(long long2, Entity entity, DebugSubscriptionType.OptionalValue<T> optionalValue) <T> voidclass_12036.method_74717(long long2, ChunkPos chunkPos, DebugSubscriptionType.OptionalValue<T> optionalValue) <T> voidclass_12036.method_74718(long long2, BlockPos blockPos, DebugSubscriptionType.OptionalValue<T> optionalValue) private <K,V> void class_12036.method_74719(long long2, K k, DebugSubscriptionType.OptionalValue<V> optionalValue, class_12036.class_12038<K, V> class_12038) voidclass_12036.class_12037.method_74739(long long2, K k, DebugSubscriptionType.OptionalValue<V> optionalValue) -
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)