Interface IntProviderType<P extends IntProvider>


public interface IntProviderType<P extends IntProvider>
Mappings:
Namespace Name
official arj
intermediary net/minecraft/class_6018
named net/minecraft/util/math/intprovider/IntProviderType
  • Field Details

    • CONSTANT

      static final IntProviderType<ConstantIntProvider> CONSTANT
      Mappings:
      Namespace Name Mixin selector
      official a Larj;a:Larj;
      intermediary field_29947 Lnet/minecraft/class_6018;field_29947:Lnet/minecraft/class_6018;
      named CONSTANT Lnet/minecraft/util/math/intprovider/IntProviderType;CONSTANT:Lnet/minecraft/util/math/intprovider/IntProviderType;
    • UNIFORM

      static final IntProviderType<UniformIntProvider> UNIFORM
      Mappings:
      Namespace Name Mixin selector
      official b Larj;b:Larj;
      intermediary field_29948 Lnet/minecraft/class_6018;field_29948:Lnet/minecraft/class_6018;
      named UNIFORM Lnet/minecraft/util/math/intprovider/IntProviderType;UNIFORM:Lnet/minecraft/util/math/intprovider/IntProviderType;
    • BIASED_TO_BOTTOM

      static final IntProviderType<BiasedToBottomIntProvider> BIASED_TO_BOTTOM
      Mappings:
      Namespace Name Mixin selector
      official c Larj;c:Larj;
      intermediary field_33452 Lnet/minecraft/class_6018;field_33452:Lnet/minecraft/class_6018;
      named BIASED_TO_BOTTOM Lnet/minecraft/util/math/intprovider/IntProviderType;BIASED_TO_BOTTOM:Lnet/minecraft/util/math/intprovider/IntProviderType;
    • CLAMPED

      static final IntProviderType<ClampedIntProvider> CLAMPED
      Mappings:
      Namespace Name Mixin selector
      official d Larj;d:Larj;
      intermediary field_33453 Lnet/minecraft/class_6018;field_33453:Lnet/minecraft/class_6018;
      named CLAMPED Lnet/minecraft/util/math/intprovider/IntProviderType;CLAMPED:Lnet/minecraft/util/math/intprovider/IntProviderType;
  • Method Details

    • codec

      com.mojang.serialization.Codec<P> codec()
    • register

      static <P extends IntProvider> IntProviderType<P> register(String id, com.mojang.serialization.Codec<P> codec)
      Mappings:
      Namespace Name Mixin selector
      official a Larj;a(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Larj;
      intermediary method_35014 Lnet/minecraft/class_6018;method_35014(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Lnet/minecraft/class_6018;
      named register Lnet/minecraft/util/math/intprovider/IntProviderType;register(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Lnet/minecraft/util/math/intprovider/IntProviderType;