Uses of Class
net.minecraft.resource.featuretoggle.FeatureSet
Packages that use FeatureSet
Package
Description
The base package for all Minecraft classes.
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of FeatureSet in net.minecraft
Fields in net.minecraft declared as FeatureSetModifier and TypeFieldDescriptionprivate final FeatureSetclass_7712.enabledFeaturesThe field for theenabledFeaturesrecord component.private final FeatureSetclass_7663.flagsThe field for theflagsrecord component.Methods in net.minecraft that return FeatureSetModifier and TypeMethodDescriptionclass_7712.enabledFeatures()Returns the value of theenabledFeaturesrecord component.class_7663.flags()Returns the value of theflagsrecord component.Methods in net.minecraft with parameters of type FeatureSetConstructors in net.minecraft with parameters of type FeatureSetModifierConstructorDescriptionclass_7663(FeatureSet featureSet) class_7712(DataPackSettings dataPackSettings, FeatureSet featureSet) -
Uses of FeatureSet in net.minecraft.block
Fields in net.minecraft.block declared as FeatureSetModifier and TypeFieldDescriptionprotected final FeatureSetAbstractBlock.featureSet(package private) FeatureSetAbstractBlock.Settings.featureSetMethods in net.minecraft.block that return FeatureSet -
Uses of FeatureSet in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as FeatureSetConstructors in net.minecraft.client.gui.screen.ingame with parameters of type FeatureSetModifierConstructorDescriptionCreativeInventoryScreen(PlayerEntity player, FeatureSet featureSet) -
Uses of FeatureSet in net.minecraft.client.network
Fields in net.minecraft.client.network declared as FeatureSetMethods in net.minecraft.client.network that return FeatureSetModifier and TypeMethodDescriptionClientCommandSource.getEnabledFeatures()ClientPlayNetworkHandler.method_45735()Methods in net.minecraft.client.network with parameters of type FeatureSetModifier and TypeMethodDescriptionbooleanClientPlayNetworkHandler.method_45720(FeatureSet featureSet) -
Uses of FeatureSet in net.minecraft.client.world
Methods in net.minecraft.client.world that return FeatureSet -
Uses of FeatureSet in net.minecraft.command
Fields in net.minecraft.command declared as FeatureSetMethods in net.minecraft.command that return FeatureSetMethods in net.minecraft.command with parameters of type FeatureSetModifier and TypeMethodDescriptionCommandRegistryWrapper.Impl.withFeatureFilter(FeatureSet enabledFeatures) Constructors in net.minecraft.command with parameters of type FeatureSetModifierConstructorDescriptionCommandRegistryAccess(DynamicRegistryManager dynamicRegistryManager, FeatureSet enabledFeatures) -
Uses of FeatureSet in net.minecraft.data
Methods in net.minecraft.data with parameters of type FeatureSetModifier and TypeMethodDescriptionstatic MetadataProviderMetadataProvider.create(DataOutput output, String packName, Text description, FeatureSet featureSet) -
Uses of FeatureSet in net.minecraft.data.family
Fields in net.minecraft.data.family declared as FeatureSetMethods in net.minecraft.data.family with parameters of type FeatureSetModifier and TypeMethodDescriptionbooleanBlockFamily.shouldGenerateRecipes(FeatureSet featureSet) -
Uses of FeatureSet in net.minecraft.data.server.loottable
Fields in net.minecraft.data.server.loottable declared as FeatureSetModifier and TypeFieldDescriptionprivate final FeatureSetBlockLootTableGenerator.field_40609private final FeatureSetEntityLootTableGenerator.field_40614Constructors in net.minecraft.data.server.loottable with parameters of type FeatureSetModifierConstructorDescriptionprotectedBlockLootTableGenerator(Set<Item> explosionImmuneItems, FeatureSet featureSet) protectedEntityLootTableGenerator(FeatureSet featureSet) -
Uses of FeatureSet in net.minecraft.data.server.recipe
Methods in net.minecraft.data.server.recipe with parameters of type FeatureSetModifier and TypeMethodDescriptionprotected static voidRecipeProvider.generateFamilies(Consumer<RecipeJsonProvider> exporter, FeatureSet featureSet) -
Uses of FeatureSet in net.minecraft.entity
Fields in net.minecraft.entity declared as FeatureSetModifier and TypeFieldDescriptionprivate final FeatureSetEntityType.field_40115private FeatureSetEntityType.Builder.field_40117Methods in net.minecraft.entity that return FeatureSetConstructors in net.minecraft.entity with parameters of type FeatureSetModifierConstructorDescriptionEntityType(EntityType.EntityFactory<T> factory, SpawnGroup spawnGroup, boolean saveable, boolean summonable, boolean fireImmune, boolean spawnableFarFromPlayer, ImmutableSet<Block> canSpawnInside, EntityDimensions dimensions, int maxTrackDistance, int trackTickInterval, FeatureSet featureSet) -
Uses of FeatureSet in net.minecraft.item
Fields in net.minecraft.item declared as FeatureSetModifier and TypeFieldDescriptionprivate final FeatureSetItem.featureSet(package private) FeatureSetItem.Settings.featureSetprivate final FeatureSetItemGroup.EntriesImpl.featureSetMethods in net.minecraft.item that return FeatureSetModifier and TypeMethodDescriptionBlockItem.getFeatureSet()Item.getFeatureSet()SpawnEggItem.getFeatureSet()Methods in net.minecraft.item with parameters of type FeatureSetModifier and TypeMethodDescriptionprotected abstract voidItemGroup.addItems(FeatureSet featureSet, ItemGroup.Entries entries) booleanItemGroup.contains(FeatureSet featureSet, ItemStack stack) ItemGroup.getDisplayStacks(FeatureSet featureSet) ItemGroup.getSearchTabStacks(FeatureSet featureSet) private ItemStackSetItemGroup.getStacks(FeatureSet featureSet, boolean search) booleanItemStack.isItemEnabled(FeatureSet enabledFeatures) Constructors in net.minecraft.item with parameters of type FeatureSet -
Uses of FeatureSet in net.minecraft.resource
Fields in net.minecraft.resource declared as FeatureSetModifier and TypeFieldDescriptionprivate final FeatureSetResourcePackProfile.Metadata.requestedFeaturesThe field for therequestedFeaturesrecord component.private final FeatureSetResourcePackProfile.requestedFeaturesMethods in net.minecraft.resource that return FeatureSetModifier and TypeMethodDescriptionResourcePackManager.getRequestedFeatures()ResourcePackProfile.getRequestedFeatures()ResourcePackProfile.Metadata.requestedFeatures()Returns the value of therequestedFeaturesrecord component.Constructors in net.minecraft.resource with parameters of type FeatureSet -
Uses of FeatureSet in net.minecraft.resource.featuretoggle
Fields in net.minecraft.resource.featuretoggle declared as FeatureSetModifier and TypeFieldDescriptionstatic final FeatureSetFeatureFlags.DEFAULT_ENABLED_FEATURESprivate static final FeatureSetFeatureSet.EMPTYprivate final FeatureSetFeatureManager.featureSetstatic final FeatureSetFeatureFlags.VANILLA_FEATURESFields in net.minecraft.resource.featuretoggle with type parameters of type FeatureSetModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<FeatureSet>FeatureFlags.CODECMethods in net.minecraft.resource.featuretoggle that return FeatureSetModifier and TypeMethodDescriptionFeatureSet.combine(FeatureSet features) static FeatureSetFeatureSet.empty()FeatureManager.featureSetOf(Iterable<Identifier> features) FeatureManager.featureSetOf(Iterable<Identifier> features, Consumer<Identifier> unknownFlagConsumer) FeatureManager.featureSetOf(FeatureFlag[] features) FeatureManager.getFeatureSet()ToggleableFeature.getFeatureSet()static FeatureSetFeatureSet.of(FeatureFlag feature) static FeatureSetFeatureSet.of(FeatureFlag feature1, FeatureFlag[] features) (package private) static FeatureSetFeatureSet.of(FeatureUniverse universe, Collection<FeatureFlag> features) Methods in net.minecraft.resource.featuretoggle that return types with arguments of type FeatureSetModifier and TypeMethodDescriptioncom.mojang.serialization.Codec<FeatureSet>FeatureManager.getCodec()Methods in net.minecraft.resource.featuretoggle with parameters of type FeatureSetModifier and TypeMethodDescriptionFeatureSet.combine(FeatureSet features) booleanFeatureManager.contains(FeatureSet features) default booleanToggleableFeature.isEnabled(FeatureSet enabledFeatures) static booleanFeatureFlags.isNotVanilla(FeatureSet features) booleanFeatureSet.isSubsetOf(FeatureSet features) static StringFeatureFlags.printMissingFlags(FeatureManager featureManager, FeatureSet featuresToCheck, FeatureSet features) static StringFeatureFlags.printMissingFlags(FeatureSet featuresToCheck, FeatureSet features) FeatureManager.toId(FeatureSet features) Constructors in net.minecraft.resource.featuretoggle with parameters of type FeatureSetModifierConstructorDescription(package private)FeatureManager(FeatureUniverse universe, FeatureSet featureSet, Map<Identifier, FeatureFlag> featureFlags) -
Uses of FeatureSet in net.minecraft.server
Methods in net.minecraft.server with parameters of type FeatureSetModifier and TypeMethodDescriptionstatic class_7712MinecraftServer.loadDataPacks(ResourcePackManager resourcePackManager, DataPackSettings dataPackSettings, boolean safeMode, FeatureSet featureSet) static CompletableFuture<DataPackContents>DataPackContents.reload(ResourceManager manager, DynamicRegistryManager.Immutable dynamicRegistryManager, FeatureSet featureSet, CommandManager.RegistrationEnvironment environment, int functionPermissionLevel, Executor prepareExecutor, Executor applyExecutor) Reloads the data packs contents.Constructors in net.minecraft.server with parameters of type FeatureSetModifierConstructorDescriptionDataPackContents(DynamicRegistryManager.Immutable dynamicRegistryManager, FeatureSet featureSet, CommandManager.RegistrationEnvironment environment, int functionPermissionLevel) -
Uses of FeatureSet in net.minecraft.server.command
Methods in net.minecraft.server.command that return FeatureSet -
Uses of FeatureSet in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated that return FeatureSetModifier and TypeMethodDescriptionprivate static FeatureSetServerPropertiesHandler.method_45160(String string) -
Uses of FeatureSet in net.minecraft.server.world
Methods in net.minecraft.server.world that return FeatureSet -
Uses of FeatureSet in net.minecraft.world
Methods in net.minecraft.world that return FeatureSetModifier and TypeMethodDescriptionChunkRegion.getEnabledFeatures()WorldView.getEnabledFeatures()default FeatureSetSaveProperties.method_45560() -
Uses of FeatureSet in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage that return FeatureSetModifier and TypeMethodDescriptionprivate static FeatureSetLevelStorage.method_45552(com.mojang.serialization.Dynamic<NbtElement> dynamic)