Uses of Class
net.minecraft.client.util.profiler.SamplingChannel
Package | Description |
---|---|
net.minecraft.client.util.profiler | |
net.minecraft.util.profiler |
-
Uses of SamplingChannel in net.minecraft.client.util.profiler
Fields in net.minecraft.client.util.profiler declared as SamplingChannel Modifier and Type Field Description private SamplingChannel
MetricSampler. channel
Methods in net.minecraft.client.util.profiler that return SamplingChannel Modifier and Type Method Description SamplingChannel
MetricSampler. getChannel()
static SamplingChannel
SamplingChannel. valueOf(String name)
Returns the enum constant of this type with the specified name.static SamplingChannel[]
SamplingChannel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.client.util.profiler with parameters of type SamplingChannel Constructor Description MetricSampler(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 Modifier and Type Method Description Map<SamplingChannel,List<MetricSampler>>
MetricSuppliers. getSamplers()