Uses of Enum Class
net.minecraft.client.util.profiler.SamplingChannel
Packages that use SamplingChannel
-
Uses of SamplingChannel in net.minecraft.client.util.profiler
Fields in net.minecraft.client.util.profiler declared as SamplingChannelMethods in net.minecraft.client.util.profiler that return SamplingChannelModifier and TypeMethodDescriptionMetricSampler.getChannel()
static SamplingChannel
Returns the enum constant of this class with the specified name.static SamplingChannel[]
SamplingChannel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.util.profiler with parameters of type SamplingChannelModifierConstructorDescriptionMetricSampler(Metric metric, DoubleSupplier valueSupplier, SamplingChannel channel)
-
Uses of SamplingChannel in net.minecraft.util.profiler
Methods in net.minecraft.util.profiler that return types with arguments of type SamplingChannel