Uses of Class
net.minecraft.class_7699
Packages that use class_7699
Package
Description
The base package for all Minecraft classes.
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of class_7699 in net.minecraft
Fields in net.minecraft declared as class_7699Modifier and TypeFieldDescriptionprivate final class_7699class_7712.enabledFeaturesThe field for theenabledFeaturesrecord component.private final class_7699class_7697.field_40168private static final class_7699class_7699.field_40173static final class_7699class_7701.field_40182static final class_7699class_7701.field_40183private final class_7699class_7663.flagsThe field for theflagsrecord component.Fields in net.minecraft with type parameters of type class_7699Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_7699>class_7701.field_40181Methods in net.minecraft that return class_7699Modifier and TypeMethodDescriptionclass_7712.enabledFeatures()Returns the value of theenabledFeaturesrecord component.class_7663.flags()Returns the value of theflagsrecord component.class_7695.method_45322()class_7697.method_45383()class_7697.method_45387(Iterable<Identifier> iterable) class_7697.method_45388(Iterable<Identifier> iterable, Consumer<Identifier> consumer) class_7697.method_45390(class_7696[] class_7696) static class_7699class_7699.method_45397()static class_7699class_7699.method_45398(class_7696 class_7696) static class_7699class_7699.method_45399(class_7696 class_7696, class_7696[] class_76962) (package private) static class_7699class_7699.method_45402(class_7700 class_7700, Collection<class_7696> collection) class_7699.method_45404(class_7699 class_7699) Methods in net.minecraft that return types with arguments of type class_7699Modifier and TypeMethodDescriptioncom.mojang.serialization.Codec<class_7699>class_7697.method_45391()Methods in net.minecraft with parameters of type class_7699Modifier and TypeMethodDescriptiondefault booleanclass_7695.method_45382(class_7699 class_7699) booleanclass_7697.method_45385(class_7699 class_7699) class_7697.method_45392(class_7699 class_7699) booleanclass_7699.method_45400(class_7699 class_7699) class_7699.method_45404(class_7699 class_7699) static Stringclass_7701.method_45405(class_7697 class_7697, class_7699 class_7699, class_7699 class_76992) static booleanclass_7701.method_45406(class_7699 class_7699) static Stringclass_7701.method_45407(class_7699 class_7699, class_7699 class_76992) class_7712.method_45449(class_7699 class_7699) Constructors in net.minecraft with parameters of type class_7699ModifierConstructorDescriptionclass_7663(class_7699 class_7699) (package private)class_7697(class_7700 class_7700, class_7699 class_7699, Map<Identifier, class_7696> map) class_7712(DataPackSettings dataPackSettings, class_7699 class_7699) -
Uses of class_7699 in net.minecraft.block
Fields in net.minecraft.block declared as class_7699Modifier and TypeFieldDescriptionprotected final class_7699AbstractBlock.field_40337(package private) class_7699AbstractBlock.Settings.field_40342Methods in net.minecraft.block that return class_7699 -
Uses of class_7699 in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as class_7699Constructors in net.minecraft.client.gui.screen.ingame with parameters of type class_7699ModifierConstructorDescriptionCreativeInventoryScreen(PlayerEntity player, class_7699 class_7699) -
Uses of class_7699 in net.minecraft.client.network
Fields in net.minecraft.client.network declared as class_7699Methods in net.minecraft.client.network that return class_7699Modifier and TypeMethodDescriptionClientCommandSource.method_45549()ClientPlayNetworkHandler.method_45735()Methods in net.minecraft.client.network with parameters of type class_7699Modifier and TypeMethodDescriptionbooleanClientPlayNetworkHandler.method_45720(class_7699 class_7699) -
Uses of class_7699 in net.minecraft.client.world
Methods in net.minecraft.client.world that return class_7699 -
Uses of class_7699 in net.minecraft.command
Fields in net.minecraft.command declared as class_7699Methods in net.minecraft.command that return class_7699Methods in net.minecraft.command with parameters of type class_7699Modifier and TypeMethodDescriptionCommandRegistryWrapper.Impl.method_45919(class_7699 class_7699) Constructors in net.minecraft.command with parameters of type class_7699ModifierConstructorDescriptionCommandRegistryAccess(DynamicRegistryManager dynamicRegistryManager, class_7699 class_7699) -
Uses of class_7699 in net.minecraft.data
Methods in net.minecraft.data with parameters of type class_7699Modifier and TypeMethodDescriptionstatic MetadataProviderMetadataProvider.create(DataOutput output, String packName, Text description, class_7699 class_7699) -
Uses of class_7699 in net.minecraft.data.family
Fields in net.minecraft.data.family declared as class_7699Methods in net.minecraft.data.family with parameters of type class_7699Modifier and TypeMethodDescriptionbooleanBlockFamily.shouldGenerateRecipes(class_7699 class_7699) -
Uses of class_7699 in net.minecraft.data.server.loottable
Fields in net.minecraft.data.server.loottable declared as class_7699Modifier and TypeFieldDescriptionprivate final class_7699BlockLootTableGenerator.field_40609private final class_7699EntityLootTableGenerator.field_40614Constructors in net.minecraft.data.server.loottable with parameters of type class_7699ModifierConstructorDescriptionprotectedBlockLootTableGenerator(Set<Item> explosionImmuneItems, class_7699 class_7699) protectedEntityLootTableGenerator(class_7699 class_7699) -
Uses of class_7699 in net.minecraft.data.server.recipe
Methods in net.minecraft.data.server.recipe with parameters of type class_7699Modifier and TypeMethodDescriptionprotected static voidRecipeProvider.generateFamilies(Consumer<RecipeJsonProvider> exporter, class_7699 class_7699) -
Uses of class_7699 in net.minecraft.entity
Fields in net.minecraft.entity declared as class_7699Modifier and TypeFieldDescriptionprivate final class_7699EntityType.field_40115private class_7699EntityType.Builder.field_40117Methods in net.minecraft.entity that return class_7699Constructors in net.minecraft.entity with parameters of type class_7699ModifierConstructorDescriptionEntityType(EntityType.EntityFactory<T> factory, SpawnGroup spawnGroup, boolean saveable, boolean summonable, boolean fireImmune, boolean spawnableFarFromPlayer, ImmutableSet<Block> canSpawnInside, EntityDimensions dimensions, int maxTrackDistance, int trackTickInterval, class_7699 class_7699) -
Uses of class_7699 in net.minecraft.item
Fields in net.minecraft.item declared as class_7699Modifier and TypeFieldDescriptionprivate final class_7699ItemGroup.BasicStackAdder.field_40190private final class_7699Item.field_40209(package private) class_7699Item.Settings.field_40210Methods in net.minecraft.item that return class_7699Modifier and TypeMethodDescriptionBlockItem.method_45322()Item.method_45322()SpawnEggItem.method_45322()Methods in net.minecraft.item with parameters of type class_7699Modifier and TypeMethodDescriptionprotected abstract voidItemGroup.addItems(class_7699 class_7699, ItemGroup.StackAdder adder) booleanItemGroup.contains(class_7699 class_7699, ItemStack stack) ItemGroup.getDisplayStacks(class_7699 class_7699) ItemGroup.getSearchTabStacks(class_7699 class_7699) private ItemStackSetItemGroup.getStacks(class_7699 class_7699, boolean search) booleanItemStack.method_45435(class_7699 class_7699) Constructors in net.minecraft.item with parameters of type class_7699 -
Uses of class_7699 in net.minecraft.resource
Fields in net.minecraft.resource declared as class_7699Modifier and TypeFieldDescriptionprivate final class_7699ResourcePackProfile.Metadata.requestedFeaturesThe field for therequestedFeaturesrecord component.private final class_7699ResourcePackProfile.requestedFeaturesMethods in net.minecraft.resource that return class_7699Modifier and TypeMethodDescriptionResourcePackManager.getRequestedFeatures()ResourcePackProfile.getRequestedFeatures()ResourcePackProfile.Metadata.requestedFeatures()Returns the value of therequestedFeaturesrecord component.Constructors in net.minecraft.resource with parameters of type class_7699 -
Uses of class_7699 in net.minecraft.server
Methods in net.minecraft.server with parameters of type class_7699Modifier and TypeMethodDescriptionstatic class_7712MinecraftServer.loadDataPacks(ResourcePackManager resourcePackManager, DataPackSettings dataPackSettings, boolean safeMode, class_7699 class_7699) static CompletableFuture<DataPackContents>DataPackContents.reload(ResourceManager manager, DynamicRegistryManager.Immutable dynamicRegistryManager, class_7699 class_7699, CommandManager.RegistrationEnvironment environment, int functionPermissionLevel, Executor prepareExecutor, Executor applyExecutor) Reloads the data packs contents.Constructors in net.minecraft.server with parameters of type class_7699ModifierConstructorDescriptionDataPackContents(DynamicRegistryManager.Immutable dynamicRegistryManager, class_7699 class_7699, CommandManager.RegistrationEnvironment environment, int functionPermissionLevel) -
Uses of class_7699 in net.minecraft.server.command
Methods in net.minecraft.server.command that return class_7699 -
Uses of class_7699 in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated that return class_7699Modifier and TypeMethodDescriptionprivate static class_7699ServerPropertiesHandler.method_45160(String string) -
Uses of class_7699 in net.minecraft.server.world
Methods in net.minecraft.server.world that return class_7699 -
Uses of class_7699 in net.minecraft.world
Methods in net.minecraft.world that return class_7699Modifier and TypeMethodDescriptionChunkRegion.method_45162()WorldView.method_45162()default class_7699SaveProperties.method_45560() -
Uses of class_7699 in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage that return class_7699Modifier and TypeMethodDescriptionprivate static class_7699LevelStorage.method_45552(com.mojang.serialization.Dynamic<NbtElement> dynamic)