Record Class DataConfiguration

java.lang.Object
java.lang.Record
net.minecraft.resource.DataConfiguration
Record Components:
dataPacks -
enabledFeatures -

public record DataConfiguration(DataPackSettings dataPacks, FeatureSet enabledFeatures) extends Record
Mappings:
Namespace Name
official cko
intermediary net/minecraft/class_7712
named net/minecraft/resource/DataConfiguration
official d
intermediary comp_1010
named dataPacks
official e
intermediary comp_1011
named enabledFeatures
  • Field Details

    • dataPacks

      private final DataPackSettings dataPacks
      The field for the dataPacks record component.
    • enabledFeatures

      private final FeatureSet enabledFeatures
      The field for the enabledFeatures record component.
    • ENABLED_FEATURES_KEY

      public static final String ENABLED_FEATURES_KEY
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lcko;a:Ljava/lang/String;
      intermediary field_40258 Lnet/minecraft/class_7712;field_40258:Ljava/lang/String;
      named ENABLED_FEATURES_KEY Lnet/minecraft/resource/DataConfiguration;ENABLED_FEATURES_KEY:Ljava/lang/String;
    • CODEC

      public static final com.mojang.serialization.Codec<DataConfiguration> CODEC
      Mappings:
      Namespace Name Mixin selector
      official b Lcko;b:Lcom/mojang/serialization/Codec;
      intermediary field_40259 Lnet/minecraft/class_7712;field_40259:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/resource/DataConfiguration;CODEC:Lcom/mojang/serialization/Codec;
    • SAFE_MODE

      public static final DataConfiguration SAFE_MODE
      Mappings:
      Namespace Name Mixin selector
      official c Lcko;c:Lcko;
      intermediary field_40260 Lnet/minecraft/class_7712;field_40260:Lnet/minecraft/class_7712;
      named SAFE_MODE Lnet/minecraft/resource/DataConfiguration;SAFE_MODE:Lnet/minecraft/resource/DataConfiguration;
  • Constructor Details

  • Method Details

    • withFeaturesAdded

      public DataConfiguration withFeaturesAdded(FeatureSet features)
      Mappings:
      Namespace Name Mixin selector
      official a Lcko;a(Lbyx;)Lcko;
      intermediary method_45449 Lnet/minecraft/class_7712;method_45449(Lnet/minecraft/class_7699;)Lnet/minecraft/class_7712;
      named withFeaturesAdded Lnet/minecraft/resource/DataConfiguration;withFeaturesAdded(Lnet/minecraft/resource/featuretoggle/FeatureSet;)Lnet/minecraft/resource/DataConfiguration;
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • dataPacks

      public DataPackSettings dataPacks()
      Returns the value of the dataPacks record component.
      Returns:
      the value of the dataPacks record component
    • enabledFeatures

      public FeatureSet enabledFeatures()
      Returns the value of the enabledFeatures record component.
      Returns:
      the value of the enabledFeatures record component