Uses of Record Class
net.minecraft.class_11555
Packages that use class_11555
Package
Description
The base package for all Minecraft classes.
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of class_11555 in net.minecraft
Fields in net.minecraft declared as class_11555Modifier and TypeFieldDescriptionprivate final class_11555GameVersion.Impl.datapackVersionThe field for thedatapackVersionrecord component.private final class_11555GameVersion.Impl.resourcePackVersionThe field for theresourcePackVersionrecord component.Fields in net.minecraft with type parameters of type class_11555Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_11555> class_11555.field_61149static final com.mojang.serialization.Codec<class_11555> class_11555.field_61150private final Optional<class_11555> class_11555.class_11556.maxThe field for themaxrecord component.private final Optional<class_11555> class_11555.class_11556.minThe field for theminrecord component.Methods in net.minecraft that return class_11555Modifier and TypeMethodDescriptionGameVersion.Impl.datapackVersion()Returns the value of thedatapackVersionrecord component.static class_11555class_11555.method_72319(int int2) static class_11555class_11555.method_72320(int int2, int int3) GameVersion.Impl.packVersion(ResourceType type) GameVersion.packVersion(ResourceType type) GameVersion.Impl.resourcePackVersion()Returns the value of theresourcePackVersionrecord component.Methods in net.minecraft that return types with arguments of type class_11555Modifier and TypeMethodDescriptionclass_11555.class_11556.max()Returns the value of themaxrecord component.class_11555.method_72318()private static com.mojang.serialization.Codec<class_11555> class_11555.method_72328(int int2) static com.mojang.serialization.MapCodec<Range<class_11555>> class_11555.method_72329(ResourceType resourceType) private com.mojang.serialization.DataResult<Range<class_11555>> class_11555.class_11556.method_72332(int int2, boolean bool, String string, String string2) com.mojang.serialization.DataResult<Range<class_11555>> class_11555.class_11556.method_72333(int int2, boolean bool, boolean bool2, String string, String string2) private com.mojang.serialization.DataResult<Range<class_11555>> class_11555.class_11556.method_72344(int int2, boolean bool, boolean bool2, String string, String string2) class_11555.class_11556.min()Returns the value of theminrecord component.Methods in net.minecraft with parameters of type class_11555Method parameters in net.minecraft with type arguments of type class_11555Modifier and TypeMethodDescriptionstatic <ResultType,HolderType extends class_11555.class_11557>
com.mojang.serialization.DataResult<List<ResultType>> class_11555.method_72327(List<HolderType> list, int int2, BiFunction<HolderType, Range<class_11555>, ResultType> biFunction) static class_11555.class_11556class_11555.class_11556.method_72334(Range<class_11555> range, int int2) Constructors in net.minecraft with parameters of type class_11555ModifierConstructorDescriptionImpl(String string, String string2, SaveVersion saveVersion, int int2, class_11555 class_11555, class_11555 class_115552, Date date, boolean bool) Constructor parameters in net.minecraft with type arguments of type class_11555ModifierConstructorDescriptionclass_11556(Optional<class_11555> optional, Optional<class_11555> optional2, Optional<Integer> optional3, Optional<List<Integer>> optional4) -
Uses of class_11555 in net.minecraft.resource
Methods in net.minecraft.resource with parameters of type class_11555Modifier and TypeMethodDescriptionstatic ResourcePackCompatibilityResourcePackCompatibility.from(Range<class_11555> range, class_11555 class_11555) ResourcePackProfile.loadMetadata(ResourcePackInfo info, ResourcePackProfile.PackFactory packFactory, class_11555 class_11555, ResourceType resourceType) Method parameters in net.minecraft.resource with type arguments of type class_11555Modifier and TypeMethodDescriptionstatic ResourcePackCompatibilityResourcePackCompatibility.from(Range<class_11555> range, class_11555 class_11555) -
Uses of class_11555 in net.minecraft.resource.metadata
Fields in net.minecraft.resource.metadata with type parameters of type class_11555Modifier and TypeFieldDescriptionprivate final Range<class_11555> PackOverlaysMetadata.Entry.formatThe field for theformatrecord component.private final Range<class_11555> PackResourceMetadata.supportedFormatsThe field for thesupportedFormatsrecord component.Methods in net.minecraft.resource.metadata that return types with arguments of type class_11555Modifier and TypeMethodDescriptionPackOverlaysMetadata.Entry.format()Returns the value of theformatrecord component.PackResourceMetadata.supportedFormats()Returns the value of thesupportedFormatsrecord component.Methods in net.minecraft.resource.metadata with parameters of type class_11555Modifier and TypeMethodDescriptionPackOverlaysMetadata.getAppliedOverlays(class_11555 class_11555) booleanPackOverlaysMetadata.Entry.isValid(class_11555 class_11555) Constructor parameters in net.minecraft.resource.metadata with type arguments of type class_11555ModifierConstructorDescriptionEntry(Range<class_11555> range, String string) PackResourceMetadata(Text description, Range<class_11555> range)