Interface IntProviderType<P extends IntProvider>
public interface IntProviderType<P extends IntProvider>
- Mappings:
Namespace Name named net/minecraft/util/math/intprovider/IntProviderType
intermediary net/minecraft/class_6018
official bqc
-
Field Summary
Modifier and TypeFieldDescriptionstatic final IntProviderType
<BiasedToBottomIntProvider> static final IntProviderType
<ClampedIntProvider> static final IntProviderType
<ClampedNormalIntProvider> static final IntProviderType
<ConstantIntProvider> static final IntProviderType
<UniformIntProvider> static final IntProviderType
<WeightedListIntProvider> -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec
<P> codec()
static <P extends IntProvider>
IntProviderType<P>
-
Field Details
-
CONSTANT
- Mappings:
Namespace Name Mixin selector named CONSTANT
Lnet/minecraft/util/math/intprovider/IntProviderType;CONSTANT:Lnet/minecraft/util/math/intprovider/IntProviderType;
intermediary field_29947
Lnet/minecraft/class_6018;field_29947:Lnet/minecraft/class_6018;
official a
Lbqc;a:Lbqc;
-
UNIFORM
- Mappings:
Namespace Name Mixin selector named UNIFORM
Lnet/minecraft/util/math/intprovider/IntProviderType;UNIFORM:Lnet/minecraft/util/math/intprovider/IntProviderType;
intermediary field_29948
Lnet/minecraft/class_6018;field_29948:Lnet/minecraft/class_6018;
official b
Lbqc;b:Lbqc;
-
BIASED_TO_BOTTOM
- Mappings:
Namespace Name Mixin selector named BIASED_TO_BOTTOM
Lnet/minecraft/util/math/intprovider/IntProviderType;BIASED_TO_BOTTOM:Lnet/minecraft/util/math/intprovider/IntProviderType;
intermediary field_33452
Lnet/minecraft/class_6018;field_33452:Lnet/minecraft/class_6018;
official c
Lbqc;c:Lbqc;
-
CLAMPED
- Mappings:
Namespace Name Mixin selector named CLAMPED
Lnet/minecraft/util/math/intprovider/IntProviderType;CLAMPED:Lnet/minecraft/util/math/intprovider/IntProviderType;
intermediary field_33453
Lnet/minecraft/class_6018;field_33453:Lnet/minecraft/class_6018;
official d
Lbqc;d:Lbqc;
-
WEIGHTED_LIST
- Mappings:
Namespace Name Mixin selector named WEIGHTED_LIST
Lnet/minecraft/util/math/intprovider/IntProviderType;WEIGHTED_LIST:Lnet/minecraft/util/math/intprovider/IntProviderType;
intermediary field_35034
Lnet/minecraft/class_6018;field_35034:Lnet/minecraft/class_6018;
official e
Lbqc;e:Lbqc;
-
CLAMPED_NORMAL
- Mappings:
Namespace Name Mixin selector named CLAMPED_NORMAL
Lnet/minecraft/util/math/intprovider/IntProviderType;CLAMPED_NORMAL:Lnet/minecraft/util/math/intprovider/IntProviderType;
intermediary field_35357
Lnet/minecraft/class_6018;field_35357:Lnet/minecraft/class_6018;
official f
Lbqc;f:Lbqc;
-
-
Method Details
-
codec
com.mojang.serialization.MapCodec<P> codec() -
register
static <P extends IntProvider> IntProviderType<P> register(String id, com.mojang.serialization.MapCodec<P> mapCodec) - Mappings:
Namespace Name Mixin selector named register
Lnet/minecraft/util/math/intprovider/IntProviderType;register(Ljava/lang/String;Lcom/mojang/serialization/MapCodec;)Lnet/minecraft/util/math/intprovider/IntProviderType;
intermediary method_35014
Lnet/minecraft/class_6018;method_35014(Ljava/lang/String;Lcom/mojang/serialization/MapCodec;)Lnet/minecraft/class_6018;
official a
Lbqc;a(Ljava/lang/String;Lcom/mojang/serialization/MapCodec;)Lbqc;
-