Uses of Class
net.minecraft.resources.Identifier
Packages that use Identifier
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
Extension interfaces for
client-only classes.Classes for NeoForge's own data generation.
-
Uses of Identifier in com.mojang.blaze3d.opengl
Fields in com.mojang.blaze3d.opengl declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierGlDevice.ShaderCompilationKey.idThe field for theidrecord component.private final IdentifierGlShaderModule.idMethods in com.mojang.blaze3d.opengl that return IdentifierModifier and TypeMethodDescriptionGlShaderModule.getId()GlDevice.ShaderCompilationKey.id()Returns the value of theidrecord component.Methods in com.mojang.blaze3d.opengl with parameters of type IdentifierModifier and TypeMethodDescriptionprotected GlShaderModuleGlDevice.getOrCompileShader(Identifier id, ShaderType type, ShaderDefines defines, ShaderSource shaderSource) Constructors in com.mojang.blaze3d.opengl with parameters of type IdentifierModifierConstructorDescriptionGlShaderModule(int shaderId, Identifier id, ShaderType type) privateShaderCompilationKey(Identifier id, ShaderType type, ShaderDefines defines) Creates an instance of aShaderCompilationKeyrecord class. -
Uses of Identifier in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierRenderPipeline.fragmentShaderprivate final IdentifierRenderPipeline.locationprivate final IdentifierRenderPipeline.vertexShaderFields in com.mojang.blaze3d.pipeline with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate Optional<Identifier> RenderPipeline.Builder.fragmentShaderprivate final Optional<Identifier> RenderPipeline.Snippet.fragmentShaderThe field for thefragmentShaderrecord component.private Optional<Identifier> RenderPipeline.Builder.locationprivate Optional<Identifier> RenderPipeline.Builder.vertexShaderprivate final Optional<Identifier> RenderPipeline.Snippet.vertexShaderThe field for thevertexShaderrecord component.Methods in com.mojang.blaze3d.pipeline that return IdentifierModifier and TypeMethodDescriptionRenderPipeline.getFragmentShader()RenderPipeline.getLocation()RenderPipeline.getVertexShader()Methods in com.mojang.blaze3d.pipeline that return types with arguments of type IdentifierModifier and TypeMethodDescriptionRenderPipeline.Snippet.fragmentShader()Returns the value of thefragmentShaderrecord component.RenderPipeline.Snippet.vertexShader()Returns the value of thevertexShaderrecord component.Methods in com.mojang.blaze3d.pipeline with parameters of type IdentifierModifier and TypeMethodDescriptionRenderPipeline.Builder.withFragmentShader(Identifier fragmentShader) RenderPipeline.Builder.withLocation(Identifier location) RenderPipeline.Builder.withVertexShader(Identifier vertexShader) Constructors in com.mojang.blaze3d.pipeline with parameters of type IdentifierModifierConstructorDescriptionprotectedRenderPipeline(Identifier location, Identifier vertexShader, Identifier fragmentShader, ShaderDefines shaderDefines, List<String> samplers, List<RenderPipeline.UniformDescription> uniforms, Optional<BlendFunction> blendFunction, DepthTestFunction depthTestFunction, PolygonMode polygonMode, boolean cull, boolean writeColor, boolean writeAlpha, boolean writeDepth, LogicOp colorLogic, VertexFormat vertexFormat, VertexFormat.Mode vertexFormatMode, float depthBiasScaleFactor, float depthBiasConstant, int sortKey) Deprecated.protectedRenderPipeline(Identifier p_405403_, Identifier p_405389_, Identifier p_404945_, ShaderDefines shaderDefines, List<String> samplers, List<RenderPipeline.UniformDescription> uniforms, Optional<BlendFunction> blendFunction, DepthTestFunction depthTestFunction, PolygonMode polygonMode, boolean cull, boolean writeColor, boolean writeAlpha, boolean writeDepth, LogicOp colorLogic, VertexFormat vertexFormat, VertexFormat.Mode vertexFormatMode, float depthBiasScaleFactor, float depthBiasConstant, int sortKey, Optional<StencilTest> stencilTest) Constructor parameters in com.mojang.blaze3d.pipeline with type arguments of type IdentifierModifierConstructorDescriptionSnippet(Optional<Identifier> vertexShader, Optional<Identifier> fragmentShader, Optional<ShaderDefines> shaderDefines, Optional<List<String>> samplers, Optional<List<RenderPipeline.UniformDescription>> uniforms, Optional<BlendFunction> blendFunction, Optional<DepthTestFunction> depthTestFunction, Optional<PolygonMode> polygonMode, Optional<Boolean> cull, Optional<Boolean> writeColor, Optional<Boolean> writeAlpha, Optional<Boolean> writeDepth, Optional<LogicOp> colorLogic, Optional<VertexFormat> vertexFormat, Optional<VertexFormat.Mode> vertexFormatMode) Snippet(Optional<Identifier> vertexShader, Optional<Identifier> fragmentShader, Optional<ShaderDefines> shaderDefines, Optional<List<String>> samplers, Optional<List<RenderPipeline.UniformDescription>> uniforms, Optional<BlendFunction> blendFunction, Optional<DepthTestFunction> depthTestFunction, Optional<PolygonMode> polygonMode, Optional<Boolean> cull, Optional<Boolean> writeColor, Optional<Boolean> writeAlpha, Optional<Boolean> writeDepth, Optional<LogicOp> colorLogic, Optional<VertexFormat> vertexFormat, Optional<VertexFormat.Mode> vertexFormatMode, Optional<StencilTest> stencilTest) Creates an instance of aSnippetrecord class. -
Uses of Identifier in com.mojang.blaze3d.shaders
Methods in com.mojang.blaze3d.shaders with parameters of type IdentifierModifier and TypeMethodDescriptionstatic @Nullable ShaderTypeShaderType.byLocation(Identifier location) @Nullable StringShaderSource.get(Identifier id, ShaderType type) -
Uses of Identifier in com.mojang.realmsclient
Fields in com.mojang.realmsclient declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierRealmsMainScreen.CLOSED_SPRITEprivate static final IdentifierRealmsMainScreen.EXPIRED_SPRITEprivate static final IdentifierRealmsMainScreen.EXPIRES_SOON_SPRITEstatic final IdentifierRealmsMainScreen.HARDCORE_MODE_SPRITEprivate static final IdentifierRealmsMainScreen.INFO_SPRITEprivate static final IdentifierRealmsMainScreen.INVITE_SPRITEprivate static final IdentifierRealmsMainScreen.NEW_REALM_SPRITEprivate static final IdentifierRealmsMainScreen.NEWS_SPRITEprivate static final IdentifierRealmsMainScreen.NO_REALMS_LOCATIONprivate static final Identifier[]RealmsMainScreen.NotificationButton.NOTIFICATION_ICONSprivate static final IdentifierRealmsMainScreen.OPEN_SPRITEMethods in com.mojang.realmsclient with parameters of type IdentifierModifier and TypeMethodDescriptionprivate voidRealmsMainScreen.Entry.drawRealmStatus(GuiGraphics graphics, int x, int y, int xm, int ym, Identifier sprite, Supplier<Component> tooltip) Constructors in com.mojang.realmsclient with parameters of type IdentifierModifierConstructorDescriptionNotificationButton(Component title, Identifier texture, Button.OnPress onPress, @Nullable Component tooltip) -
Uses of Identifier in com.mojang.realmsclient.dto
Fields in com.mojang.realmsclient.dto declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierServiceQuality.iconprivate final IdentifierRealmsNotification.InfoPopup.imageMethods in com.mojang.realmsclient.dto that return IdentifierConstructors in com.mojang.realmsclient.dto with parameters of type IdentifierModifierConstructorDescriptionprivateInfoPopup(RealmsNotification base, RealmsText title, RealmsText message, Identifier image, @Nullable RealmsNotification.UrlButton urlButton) -
Uses of Identifier in com.mojang.realmsclient.gui
Fields in com.mojang.realmsclient.gui declared as IdentifierModifier and TypeFieldDescriptionstatic final IdentifierRealmsWorldSlotButton.DEFAULT_WORLD_SLOT_1static final IdentifierRealmsWorldSlotButton.DEFAULT_WORLD_SLOT_2static final IdentifierRealmsWorldSlotButton.DEFAULT_WORLD_SLOT_3static final IdentifierRealmsWorldSlotButton.EMPTY_SLOT_LOCATIONprivate static final IdentifierRealmsWorldSlotButton.SLOT_FRAME_SPRITE -
Uses of Identifier in com.mojang.realmsclient.gui.screens
Fields in com.mojang.realmsclient.gui.screens declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierRealmsResetWorldScreen.ADVENTURE_MAP_LOCATIONprivate static final IdentifierAddRealmPopupScreen.BACKGROUND_SPRITEprivate static final IdentifierRealmsResetWorldScreen.EXPERIENCE_LOCATIONprivate final IdentifierRealmsResetWorldScreen.FrameButton.imageprivate static final IdentifierRealmsResetWorldScreen.INSPIRATION_LOCATIONprivate static final IdentifierRealmsNotificationsScreen.INVITE_SPRITEprivate static final IdentifierRealmsResetWorldScreen.NEW_WORLD_LOCATIONprivate static final IdentifierRealmsNotificationsScreen.NEWS_SPRITEprivate static final IdentifierRealmsBrokenWorldScreen.SLOT_FRAME_SPRITEprivate static final IdentifierRealmsResetWorldScreen.FrameButton.SLOT_FRAME_SPRITEprivate static final IdentifierRealmsSelectWorldTemplateScreen.SLOT_FRAME_SPRITEprivate static final IdentifierRealmsResetWorldScreen.SURVIVAL_SPAWN_LOCATIONprivate static final IdentifierAddRealmPopupScreen.TRIAL_AVAILABLE_SPRITEprivate static final IdentifierRealmsNotificationsScreen.TRIAL_AVAILABLE_SPRITEprivate static final IdentifierRealmsNotificationsScreen.UNSEEN_NOTIFICATION_SPRITEprivate static final IdentifierRealmsResetWorldScreen.UPLOAD_LOCATIONFields in com.mojang.realmsclient.gui.screens with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static List<Identifier> AddRealmPopupScreen.carouselImagesConstructors in com.mojang.realmsclient.gui.screens with parameters of type IdentifierModifierConstructorDescriptionprivateFrameButton(Font font, Component text, Identifier image, Button.OnPress onPress) -
Uses of Identifier in com.mojang.realmsclient.gui.screens.configuration
Fields in com.mojang.realmsclient.gui.screens.configuration declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierRealmsPlayersTab.PlayerEntry.MAKE_OP_SPRITEprivate static final IdentifierRealmsPlayersTab.PlayerEntry.REMOVE_OP_SPRITEprivate static final IdentifierRealmsPlayersTab.PlayerEntry.REMOVE_PLAYER_SPRITEMethods in com.mojang.realmsclient.gui.screens.configuration that return IdentifierModifier and TypeMethodDescriptionprivate static IdentifierRealmsSettingsTab.getServiceQualityIcon(RealmsSettingsTab.RegionSelection regionSelection, Map<RealmsRegion, ServiceQuality> regionServiceQuality) -
Uses of Identifier in com.mojang.realmsclient.util
Fields in com.mojang.realmsclient.util declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierRealmsTextureManager.TEMPLATE_ICON_LOCATIONprivate final IdentifierRealmsTextureManager.RealmsTexture.textureIdThe field for thetextureIdrecord component.Methods in com.mojang.realmsclient.util that return IdentifierModifier and TypeMethodDescriptionprivate static IdentifierRealmsTextureManager.getTexture(String id, String encodedImage) RealmsTextureManager.RealmsTexture.textureId()Returns the value of thetextureIdrecord component.static IdentifierRealmsTextureManager.worldTemplate(String id, @Nullable String image) Constructors in com.mojang.realmsclient.util with parameters of type IdentifierModifierConstructorDescriptionRealmsTexture(String image, Identifier textureId) Creates an instance of aRealmsTexturerecord class. -
Uses of Identifier in net.minecraft.advancements
Fields in net.minecraft.advancements declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierAdvancementHolder.idThe field for theidrecord component.Fields in net.minecraft.advancements with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate Optional<Identifier> AdvancementRewards.Builder.functionprivate final Map<Identifier, AdvancementNode> AdvancementTree.nodesprivate Optional<Identifier> Advancement.Builder.parentprivate final Optional<Identifier> Advancement.parentThe field for theparentrecord component.Methods in net.minecraft.advancements that return IdentifierModifier and TypeMethodDescriptionAdvancementHolder.id()Returns the value of theidrecord component.Methods in net.minecraft.advancements that return types with arguments of type IdentifierModifier and TypeMethodDescriptionAdvancement.parent()Returns the value of theparentrecord component.Methods in net.minecraft.advancements with parameters of type IdentifierModifier and TypeMethodDescriptionAdvancement.Builder.build(Identifier id) Advancement.Builder.display(ItemStackTemplate icon, Component title, Component description, @Nullable Identifier background, AdvancementType frame, boolean showToast, boolean announceChat, boolean hidden) Advancement.Builder.display(ItemLike icon, Component title, Component description, @Nullable Identifier background, AdvancementType frame, boolean showToast, boolean announceChat, boolean hidden) static AdvancementRewards.BuilderAdvancementRewards.Builder.function(Identifier id) @Nullable AdvancementNodeAdvancementTree.get(Identifier id) Advancement.Builder.parent(Identifier parent) Deprecated, for removal: This API element is subject to removal in a future version.AdvancementRewards.Builder.runs(Identifier function) Method parameters in net.minecraft.advancements with type arguments of type IdentifierConstructors in net.minecraft.advancements with parameters of type IdentifierModifierConstructorDescriptionAdvancementHolder(Identifier id, Advancement value) Creates an instance of aAdvancementHolderrecord class.Constructor parameters in net.minecraft.advancements with type arguments of type IdentifierModifierConstructorDescriptionAdvancement(Optional<Identifier> parent, Optional<DisplayInfo> display, AdvancementRewards rewards, Map<String, Criterion<?>> criteria, AdvancementRequirements requirements, boolean sendsTelemetryEvent) Advancement(Optional<Identifier> parent, Optional<DisplayInfo> display, AdvancementRewards rewards, Map<String, Criterion<?>> criteria, AdvancementRequirements requirements, boolean sendsTelemetryEvent, Optional<Component> name) Creates an instance of aAdvancementrecord class. -
Uses of Identifier in net.minecraft.advancements.criterion
Fields in net.minecraft.advancements.criterion with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<Identifier, PlayerPredicate.AdvancementPredicate> PlayerPredicate.advancementsThe field for theadvancementsrecord component.private final Map<Identifier, PlayerPredicate.AdvancementPredicate> PlayerPredicate.Builder.advancementsMethods in net.minecraft.advancements.criterion that return types with arguments of type IdentifierModifier and TypeMethodDescriptionPlayerPredicate.advancements()Returns the value of theadvancementsrecord component.Methods in net.minecraft.advancements.criterion with parameters of type IdentifierModifier and TypeMethodDescriptionPlayerPredicate.Builder.checkAdvancementCriterions(Identifier advancement, Map<String, Boolean> criterions) PlayerPredicate.Builder.checkAdvancementDone(Identifier advancement, boolean isDone) Constructor parameters in net.minecraft.advancements.criterion with type arguments of type IdentifierModifierConstructorDescriptionPlayerPredicate(MinMaxBounds.Ints level, FoodPredicate food, GameTypePredicate gameType, List<PlayerPredicate.StatMatcher<?>> stats, it.unimi.dsi.fastutil.objects.Object2BooleanMap<ResourceKey<Recipe<?>>> recipes, Map<Identifier, PlayerPredicate.AdvancementPredicate> advancements, Optional<EntityPredicate> lookingAt, Optional<InputPredicate> input) Creates an instance of aPlayerPredicaterecord class. -
Uses of Identifier in net.minecraft.client
Fields in net.minecraft.client declared as IdentifierModifier and TypeFieldDescriptionstatic final IdentifierMinecraft.ALT_FONTstatic final IdentifierMinecraft.DEFAULT_FONTprivate final IdentifierKeyMapping.Category.idThe field for theidrecord component.private final IdentifierPeriodicNotificationManager.notificationsprivate static final IdentifierMinecraft.REGIONAL_COMPLIANCIESstatic final IdentifierMinecraft.UNIFORM_FONTMethods in net.minecraft.client that return IdentifierModifier and TypeMethodDescriptionKeyMapping.Category.id()Returns the value of theidrecord component.Methods in net.minecraft.client with parameters of type IdentifierModifier and TypeMethodDescriptionprivate voidKeyboardHandler.copyCreateEntityCommand(Identifier id, Vec3 pos, @Nullable CompoundTag entityTag) static KeyMapping.CategoryKeyMapping.Category.register(Identifier id) Deprecated.Neo: useRegisterKeyMappingsEvent.registerCategory(Category)insteadConstructors in net.minecraft.client with parameters of type IdentifierModifierConstructorDescriptionCategory(Identifier id) Creates an instance of aCategoryrecord class.PeriodicNotificationManager(Identifier notifications, it.unimi.dsi.fastutil.objects.Object2BooleanFunction<String> selector) -
Uses of Identifier in net.minecraft.client.color.item
Fields in net.minecraft.client.color.item with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static final ExtraCodecs.LateBoundIdMapper<Identifier, com.mojang.serialization.MapCodec<? extends ItemTintSource>> ItemTintSources.ID_MAPPER -
Uses of Identifier in net.minecraft.client.data
Fields in net.minecraft.client.data declared as IdentifierFields in net.minecraft.client.data with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static final Map<String, Identifier> AtlasProvider.TRIM_PALETTE_VALUESMethods in net.minecraft.client.data that return types with arguments of type IdentifierModifier and TypeMethodDescriptionprivate static List<Identifier> AtlasProvider.patternTextures()Methods in net.minecraft.client.data with parameters of type IdentifierModifier and TypeMethodDescriptionprivate CompletableFuture<?> AtlasProvider.storeAtlas(CachedOutput cache, Identifier atlasId, List<SpriteSource> contents) -
Uses of Identifier in net.minecraft.client.data.models
Classes in net.minecraft.client.data.models that implement interfaces with type arguments of type IdentifierFields in net.minecraft.client.data.models declared as IdentifierModifier and TypeFieldDescriptionstatic final IdentifierItemModelGenerators.TRIM_PREFIX_BOOTSstatic final IdentifierItemModelGenerators.TRIM_PREFIX_CHESTPLATEstatic final IdentifierItemModelGenerators.TRIM_PREFIX_HELMETstatic final IdentifierItemModelGenerators.TRIM_PREFIX_LEGGINGSFields in net.minecraft.client.data.models with type parameters of type IdentifierModifier and TypeFieldDescriptionstatic final Map<BlockModelGenerators.BookSlotModelCacheKey, Identifier> BlockModelGenerators.CHISELED_BOOKSHELF_SLOT_MODEL_CACHEfinal BiConsumer<Identifier, ModelInstance> BlockModelGenerators.modelOutputfinal BiConsumer<Identifier, ModelInstance> ItemModelGenerators.modelOutputprivate final Map<ModelTemplate, Identifier> BlockModelGenerators.BlockFamilyProvider.modelsprivate final Map<Identifier, ModelInstance> ModelProvider.SimpleModelCollector.modelsMethods in net.minecraft.client.data.models that return IdentifierModifier and TypeMethodDescriptionBlockModelGenerators.createCreakingHeartModel(TexturedModel.Provider provider, Block block, String suffix) BlockModelGenerators.createFlatItemModel(Item item) ItemModelGenerators.createFlatItemModel(Item item, String suffix, ModelTemplate template) ItemModelGenerators.createFlatItemModel(Item item, ModelTemplate template) ItemModelGenerators.createFlatItemModel(Item item, Item textureDonor, ModelTemplate template) BlockModelGenerators.createFlatItemModelWithBlockTexture(Item item, Block block) BlockModelGenerators.createFlatItemModelWithBlockTexture(Item item, Block block, String suffix) BlockModelGenerators.createFlatItemModelWithBlockTextureAndOverlay(Item item, Block block, String overlaySuffix) BlockModelGenerators.PlantType.createItemModel(BlockModelGenerators generator, Block block) BlockModelGenerators.createSuffixedVariant(Block block, String suffix, ModelTemplate template, Function<Material, TextureMapping> textureMapping) ItemModelGenerators.generateBundleCoverModel(Item item, ModelTemplate template, String suffix) ItemModelGenerators.generateLayeredItem(Identifier target, Material layer0, Material layer1) ItemModelGenerators.generateLayeredItem(Item target, Material layer0, Material layer1) BlockModelGenerators.BlockFamilyProvider.getOrCreateModel(ModelTemplate modelTemplate, Block block) static IdentifierItemModelGenerators.prefixForSlotTrim(String slotName) Methods in net.minecraft.client.data.models with parameters of type IdentifierModifier and TypeMethodDescriptionvoidModelProvider.SimpleModelCollector.accept(Identifier id, ModelInstance contents) voidItemModelGenerators.addPotionTint(Item item, Identifier model) voidBlockModelGenerators.createBars(Block block, Identifier postEndResource, Identifier postResource, Identifier capResource, Identifier capAltResource, Identifier sideResource, Identifier sideAltResource) voidBlockModelGenerators.createChest(Block block, Block particle, Identifier texture, boolean hasGiftVariant) voidBlockModelGenerators.createHead(Block standAlone, Block wall, SkullBlock.Type skullType, Identifier itemBase) ItemModelGenerators.generateLayeredItem(Identifier target, Material layer0, Material layer1) voidItemModelGenerators.generateLayeredItem(Identifier target, Material layer0, Material layer1, Material layer2) voidItemModelGenerators.generateTrimmableItem(Item armor, ResourceKey<EquipmentAsset> equipmentAssetId, Identifier slotTrimPrefix, boolean hasDyedLayer) static VariantBlockModelGenerators.plainModel(Identifier model) static MultiVariantBlockModelGenerators.plainVariant(Identifier model) voidBlockModelGenerators.registerSimpleItemModel(Item item, Identifier model) voidBlockModelGenerators.registerSimpleItemModel(Block block, Identifier model) voidBlockModelGenerators.registerSimpleTintedItemModel(Block block, Identifier model, ItemTintSource tint) Method parameters in net.minecraft.client.data.models with type arguments of type IdentifierModifier and TypeMethodDescriptionBlockModelGenerators.BlockStateGeneratorSupplier.create(Block block, Variant normal, TextureMapping mapping, BiConsumer<Identifier, ModelInstance> modelOutput) BlockModelGenerators.createMirroredColumnGenerator(Block block, Variant normal, TextureMapping mapping, BiConsumer<Identifier, ModelInstance> modelOutput) BlockModelGenerators.createMirroredCubeGenerator(Block block, Variant normal, TextureMapping mapping, BiConsumer<Identifier, ModelInstance> modelOutput) BlockModelGenerators.createNorthWestMirroredCubeGenerator(Block block, Variant normal, TextureMapping mapping, BiConsumer<Identifier, ModelInstance> modelOutput) BlockModelGenerators.createPillarBlockUVLocked(Block block, TextureMapping mapping, BiConsumer<Identifier, ModelInstance> modelOutput) Constructor parameters in net.minecraft.client.data.models with type arguments of type IdentifierModifierConstructorDescriptionBlockModelGenerators(Consumer<BlockModelDefinitionGenerator> blockStateOutput, ItemModelOutput itemModelOutput, BiConsumer<Identifier, ModelInstance> modelOutput) ItemModelGenerators(ItemModelOutput itemModelOutput, BiConsumer<Identifier, ModelInstance> modelOutput) -
Uses of Identifier in net.minecraft.client.data.models.model
Fields in net.minecraft.client.data.models.model declared as IdentifierFields in net.minecraft.client.data.models.model with type parameters of type IdentifierMethods in net.minecraft.client.data.models.model that return IdentifierModifier and TypeMethodDescriptionModelTemplate.create(Identifier target, TextureMapping textures, BiConsumer<Identifier, ModelInstance> output) ModelTemplate.create(Item item, TextureMapping textures, BiConsumer<Identifier, ModelInstance> output) ModelTemplate.create(Block block, TextureMapping textures, BiConsumer<Identifier, ModelInstance> output) TexturedModel.create(Block block, BiConsumer<Identifier, ModelInstance> modelOutput) default IdentifierTexturedModel.Provider.create(Block block, BiConsumer<Identifier, ModelInstance> modelOutput) ModelTemplate.createWithOverride(Block block, String suffixOverride, TextureMapping textures, BiConsumer<Identifier, ModelInstance> output) ModelTemplate.createWithSuffix(Block block, String extraSuffix, TextureMapping textures, BiConsumer<Identifier, ModelInstance> output) TexturedModel.createWithSuffix(Block block, String extraSuffix, BiConsumer<Identifier, ModelInstance> modelOutput) default IdentifierTexturedModel.Provider.createWithSuffix(Block block, String suffix, BiConsumer<Identifier, ModelInstance> modelOutput) static IdentifierModelLocationUtils.decorateBlockModelLocation(String id) Deprecated.static IdentifierModelLocationUtils.decorateItemModelLocation(String id) ModelTemplate.getDefaultModelLocation(Block block) static IdentifierModelLocationUtils.getModelLocation(Item item) static IdentifierModelLocationUtils.getModelLocation(Item item, String suffix) static IdentifierModelLocationUtils.getModelLocation(Block block) static IdentifierModelLocationUtils.getModelLocation(Block block, String suffix) Methods in net.minecraft.client.data.models.model with parameters of type IdentifierModifier and TypeMethodDescriptionModelTemplate.create(Identifier target, TextureMapping textures, BiConsumer<Identifier, ModelInstance> output) ModelTemplate.createBaseTemplate(Identifier target, Map<TextureSlot, Material> slots) static ItemModel.UnbakedItemModelUtils.plainModel(Identifier id) static ItemModel.UnbakedItemModelUtils.specialModel(Identifier base, SpecialModelRenderer.Unbaked model) static ItemModel.UnbakedItemModelUtils.tintedModel(Identifier id, ItemTintSource... tints) Method parameters in net.minecraft.client.data.models.model with type arguments of type IdentifierModifier and TypeMethodDescriptionModelTemplate.create(Identifier target, TextureMapping textures, BiConsumer<Identifier, ModelInstance> output) ModelTemplate.create(Item item, TextureMapping textures, BiConsumer<Identifier, ModelInstance> output) ModelTemplate.create(Block block, TextureMapping textures, BiConsumer<Identifier, ModelInstance> output) TexturedModel.create(Block block, BiConsumer<Identifier, ModelInstance> modelOutput) default IdentifierTexturedModel.Provider.create(Block block, BiConsumer<Identifier, ModelInstance> modelOutput) ModelTemplate.createWithOverride(Block block, String suffixOverride, TextureMapping textures, BiConsumer<Identifier, ModelInstance> output) ModelTemplate.createWithSuffix(Block block, String extraSuffix, TextureMapping textures, BiConsumer<Identifier, ModelInstance> output) TexturedModel.createWithSuffix(Block block, String extraSuffix, BiConsumer<Identifier, ModelInstance> modelOutput) default IdentifierTexturedModel.Provider.createWithSuffix(Block block, String suffix, BiConsumer<Identifier, ModelInstance> modelOutput) Constructors in net.minecraft.client.data.models.model with parameters of type IdentifierConstructor parameters in net.minecraft.client.data.models.model with type arguments of type IdentifierModifierConstructorDescriptionModelTemplate(Optional<Identifier> model, Optional<String> suffix, TextureSlot... requiredSlots) -
Uses of Identifier in net.minecraft.client.gui
Fields in net.minecraft.client.gui declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierGui.AIR_EMPTY_SPRITEprivate static final Identifierprivate static final IdentifierGui.AIR_SPRITEprivate static final Identifierprivate static final Identifierprivate static final Identifierprivate static final Identifierprivate static final Identifierprivate static final Identifierprivate static final IdentifierGui.CROSSHAIR_SPRITEprivate static final Identifierprivate static final Identifierprivate static final Identifierprivate static final Identifierprivate static final Identifierprivate static final IdentifierGui.FOOD_FULL_SPRITEprivate static final Identifierprivate static final IdentifierGui.FOOD_HALF_SPRITEprivate final IdentifierGui.HeartType.fullprivate final IdentifierGui.HeartType.fullBlinkingprivate final IdentifierGui.HeartType.halfprivate final IdentifierGui.HeartType.halfBlinkingprivate final IdentifierGui.HeartType.hardcoreFullprivate final IdentifierGui.HeartType.hardcoreFullBlinkingprivate final IdentifierGui.HeartType.hardcoreHalfprivate final IdentifierGui.HeartType.hardcoreHalfBlinkingprivate static final Identifierprivate static final Identifierprivate static final Identifierprivate static final Identifierprivate static final Identifierprivate static final Identifierprivate static final Identifierprivate static final Identifierprivate static final IdentifierGui.HOTBAR_SPRITEstatic final IdentifierGui.NAUSEA_LOCATIONprivate static final Identifierstatic final Identifierprivate static final IdentifierMethods in net.minecraft.client.gui that return IdentifierModifier and TypeMethodDescriptionstatic IdentifierGui.getMobEffectSprite(Holder<MobEffect> effect) Gui.HeartType.getSprite(boolean isHardcore, boolean isHalf, boolean isBlink) Methods in net.minecraft.client.gui with parameters of type IdentifierModifier and TypeMethodDescriptionvoidGuiGraphics.blit(RenderPipeline renderPipeline, Identifier texture, int x, int y, float u, float v, int width, int height, int textureWidth, int textureHeight) voidGuiGraphics.blit(RenderPipeline renderPipeline, Identifier texture, int x, int y, float u, float v, int width, int height, int textureWidth, int textureHeight, int color) voidGuiGraphics.blit(RenderPipeline renderPipeline, Identifier texture, int x, int y, float u, float v, int width, int height, int srcWidth, int srcHeight, int textureWidth, int textureHeight) voidGuiGraphics.blit(RenderPipeline renderPipeline, Identifier texture, int x, int y, float u, float v, int width, int height, int srcWidth, int srcHeight, int textureWidth, int textureHeight, int color) voidGuiGraphics.blit(Identifier location, int x0, int y0, int x1, int y1, float u0, float u1, float v0, float v1) voidGuiGraphics.blitSprite(RenderPipeline renderPipeline, Identifier location, int x, int y, int width, int height) voidGuiGraphics.blitSprite(RenderPipeline renderPipeline, Identifier location, int x, int y, int width, int height, float alpha) voidGuiGraphics.blitSprite(RenderPipeline renderPipeline, Identifier location, int x, int y, int width, int height, int color) voidGuiGraphics.blitSprite(RenderPipeline renderPipeline, Identifier location, int spriteWidth, int spriteHeight, int textureX, int textureY, int x, int y, int width, int height) voidGuiGraphics.blitSprite(RenderPipeline renderPipeline, Identifier location, int spriteWidth, int spriteHeight, int textureX, int textureY, int x, int y, int width, int height, int color) private voidGuiGraphics.innerBlit(RenderPipeline renderPipeline, Identifier location, int x0, int x1, int y0, int y1, float u0, float u1, float v0, float v1, int color) private voidGui.renderTextureOverlay(GuiGraphics graphics, Identifier texture, float alpha) Renders a texture overlay on the screen with the specified shader location and alpha value.voidGuiGraphics.renderTooltip(Font font, List<ClientTooltipComponent> lines, int xo, int yo, ClientTooltipPositioner positioner, @Nullable Identifier style) voidGuiGraphics.renderTooltip(Font font, List<ClientTooltipComponent> lines, int xo, int yo, ClientTooltipPositioner positioner, @Nullable Identifier style, ItemStack tooltipStack) voidGuiGraphics.setComponentTooltipForNextFrame(Font font, List<? extends FormattedText> tooltips, int mouseX, int mouseY, ItemStack stack, @Nullable Identifier backgroundTexture) voidGuiGraphics.setComponentTooltipForNextFrame(Font font, List<Component> lines, int xo, int yo, @Nullable Identifier style) voidGuiGraphics.setComponentTooltipFromElementsForNextFrame(Font font, List<com.mojang.datafixers.util.Either<FormattedText, TooltipComponent>> elements, int mouseX, int mouseY, ItemStack stack, @Nullable Identifier backgroundTexture) voidGuiGraphics.setTooltipForNextFrame(Font font, List<? extends FormattedCharSequence> lines, int xo, int yo, @Nullable Identifier style) voidGuiGraphics.setTooltipForNextFrame(Font font, List<Component> texts, Optional<TooltipComponent> optionalImage, int xo, int yo, @Nullable Identifier style) voidGuiGraphics.setTooltipForNextFrame(Font font, List<Component> textComponents, Optional<TooltipComponent> tooltipComponent, ItemStack stack, int mouseX, int mouseY, @Nullable Identifier backgroundTexture) voidGuiGraphics.setTooltipForNextFrame(Font font, List<FormattedCharSequence> tooltip, Optional<TooltipComponent> component, ClientTooltipPositioner positioner, int xo, int yo, boolean replaceExisting, @Nullable Identifier style) voidGuiGraphics.setTooltipForNextFrame(Font font, Component text, int xo, int yo, @Nullable Identifier style) private voidGuiGraphics.setTooltipForNextFrameInternal(Font font, List<ClientTooltipComponent> lines, int xo, int yo, ClientTooltipPositioner positioner, @Nullable Identifier style, boolean replaceExisting) voidGuiGraphics.submitBookModelRenderState(BookModel bookModel, Identifier texture, float scale, float open, float flip, int x0, int y0, int x1, int y1) voidGuiGraphics.submitSkinRenderState(PlayerModel playerModel, Identifier texture, float scale, float rotationX, float rotationY, float pivotY, int x0, int y0, int x1, int y1) Constructors in net.minecraft.client.gui with parameters of type IdentifierModifierConstructorDescriptionprivateHeartType(Identifier full, Identifier fullBlinking, Identifier half, Identifier halfBlinking, Identifier hardcoreFull, Identifier hardcoreFullBlinking, Identifier hardcoreHalf, Identifier hardcoreHalfBlinking) -
Uses of Identifier in net.minecraft.client.gui.components
Fields in net.minecraft.client.gui.components declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierPopupScreen.BACKGROUND_SPRITEprivate final IdentifierAbstractScrollArea.ScrollbarSettings.backgroundSpriteThe field for thebackgroundSpriterecord component.private static final Identifier[]BossHealthOverlay.BAR_BACKGROUND_SPRITESprivate static final Identifier[]BossHealthOverlay.BAR_PROGRESS_SPRITESprivate static final IdentifierCheckbox.CHECKBOX_HIGHLIGHTED_SPRITEprivate static final IdentifierCheckbox.CHECKBOX_SELECTED_HIGHLIGHTED_SPRITEprivate static final IdentifierCheckbox.CHECKBOX_SELECTED_SPRITEprivate static final IdentifierCheckbox.CHECKBOX_SPRITEprivate final IdentifierWidgetSprites.disabledThe field for thedisabledrecord component.private final IdentifierWidgetSprites.disabledFocusedThe field for thedisabledFocusedrecord component.private final @Nullable IdentifierAbstractScrollArea.ScrollbarSettings.disabledScrollerSpriteThe field for thedisabledScrollerSpriterecord component.static final IdentifierLogoRenderer.EASTER_EGG_LOGOprivate final IdentifierWidgetSprites.enabledThe field for theenabledrecord component.private final IdentifierWidgetSprites.enabledFocusedThe field for theenabledFocusedrecord component.static final IdentifierChatComponent.GO_TO_RESTRICTIONS_SCREENprivate static final IdentifierPlayerTabOverlay.HEART_ABSORBING_FULL_BLINKING_SPRITEprivate static final IdentifierPlayerTabOverlay.HEART_ABSORBING_HALF_BLINKING_SPRITEprivate static final IdentifierPlayerTabOverlay.HEART_CONTAINER_BLINKING_SPRITEprivate static final IdentifierPlayerTabOverlay.HEART_CONTAINER_SPRITEprivate static final IdentifierPlayerTabOverlay.HEART_FULL_BLINKING_SPRITEprivate static final IdentifierPlayerTabOverlay.HEART_FULL_SPRITEprivate static final IdentifierPlayerTabOverlay.HEART_HALF_BLINKING_SPRITEprivate static final IdentifierPlayerTabOverlay.HEART_HALF_SPRITEprivate static final IdentifierAbstractSliderButton.HIGHLIGHTED_SPRITEprivate @Nullable IdentifierPopupScreen.Builder.imageprivate final @Nullable IdentifierPopupScreen.imageprivate static final IdentifierAbstractSelectionList.INWORLD_MENU_LIST_BACKGROUNDprivate static final IdentifierAbstractSelectionList.MENU_LIST_BACKGROUNDstatic final IdentifierLogoRenderer.MINECRAFT_EDITIONstatic final IdentifierLogoRenderer.MINECRAFT_LOGOprivate static final Identifier[]BossHealthOverlay.OVERLAY_BACKGROUND_SPRITESprivate static final Identifier[]BossHealthOverlay.OVERLAY_PROGRESS_SPRITESprivate static final IdentifierPlayerTabOverlay.PING_1_SPRITEprivate static final IdentifierPlayerTabOverlay.PING_2_SPRITEprivate static final IdentifierPlayerTabOverlay.PING_3_SPRITEprivate static final IdentifierPlayerTabOverlay.PING_4_SPRITEprivate static final IdentifierPlayerTabOverlay.PING_5_SPRITEprivate static final IdentifierPlayerTabOverlay.PING_UNKNOWN_SPRITEstatic final IdentifierChatComponent.QUEUE_EXPAND_IDprivate static final IdentifierAbstractScrollArea.SCROLLER_BACKGROUND_SPRITEprivate static final IdentifierAbstractScrollArea.SCROLLER_SPRITEprivate final IdentifierAbstractScrollArea.ScrollbarSettings.scrollerSpriteThe field for thescrollerSpriterecord component.private static final IdentifierAbstractSliderButton.SLIDER_HANDLE_HIGHLIGHTED_SPRITEprivate static final IdentifierAbstractSliderButton.SLIDER_HANDLE_SPRITEprivate static final IdentifierAbstractSliderButton.SLIDER_SPRITEprivate IdentifierImageWidget.Sprite.spriteprivate final IdentifierLockIconButton.Icon.spriteprivate final @Nullable IdentifierTooltip.styleprivate IdentifierImageWidget.Texture.textureMethods in net.minecraft.client.gui.components that return IdentifierModifier and TypeMethodDescription@Nullable IdentifierCycleButton.SpriteSupplier.apply(CycleButton<T> button, T value) AbstractScrollArea.ScrollbarSettings.backgroundSprite()Returns the value of thebackgroundSpriterecord component.WidgetSprites.disabled()Returns the value of thedisabledrecord component.WidgetSprites.disabledFocused()Returns the value of thedisabledFocusedrecord component.@Nullable IdentifierAbstractScrollArea.ScrollbarSettings.disabledScrollerSprite()Returns the value of thedisabledScrollerSpriterecord component.WidgetSprites.enabled()Returns the value of theenabledrecord component.WidgetSprites.enabledFocused()Returns the value of theenabledFocusedrecord component.WidgetSprites.get(boolean enabled, boolean focused) protected IdentifierAbstractSliderButton.getHandleSprite()protected IdentifierAbstractSliderButton.getSprite()AbstractScrollArea.ScrollbarSettings.scrollerSprite()Returns the value of thescrollerSpriterecord component.@Nullable IdentifierTooltip.style()Methods in net.minecraft.client.gui.components with parameters of type IdentifierModifier and TypeMethodDescriptionstatic TooltipTooltip.create(Component message, Optional<TooltipComponent> component, @Nullable Identifier style) static voidPlayerFaceRenderer.draw(GuiGraphics graphics, Identifier texture, int x, int y, int size, boolean hat, boolean flip, int color) private voidBossHealthOverlay.drawBar(GuiGraphics graphics, int x, int y, BossEvent event, int width, Identifier[] sprites, Identifier[] overlaySprites) private static voidPlayerFaceRenderer.drawHat(GuiGraphics graphics, Identifier texture, int x, int y, int size, boolean flip, int color) PopupScreen.Builder.setImage(Identifier image) static ImageWidgetImageWidget.sprite(int width, int height, Identifier sprite) SpriteIconButton.Builder.sprite(Identifier sprite, int spriteWidth, int spriteHeight) static ImageWidgetImageWidget.texture(int width, int height, Identifier texture, int textureWidth, int textureHeight) voidImageWidget.Sprite.updateResource(Identifier identifier) voidImageWidget.Texture.updateResource(Identifier identifier) abstract voidImageWidget.updateResource(Identifier identifier) Constructors in net.minecraft.client.gui.components with parameters of type IdentifierModifierConstructorDescriptionprivateIcon(Identifier sprite) privatePopupScreen(@Nullable Screen backgroundScreen, int backgroundWidth, @Nullable Identifier image, Component title, List<Component> messages, List<PopupScreen.ButtonOption> buttons, @Nullable Runnable onClose) ScrollbarSettings(Identifier scrollerSprite, @Nullable Identifier disabledScrollerSprite, Identifier backgroundSprite, int scrollbarWidth, int scrollbarMinHeight, int scrollRate, boolean resizingScrollbar) Creates an instance of aScrollbarSettingsrecord class.Sprite(int x, int y, int width, int height, Identifier sprite) Texture(int x, int y, int width, int height, Identifier texture, int textureWidth, int textureHeight) privateTooltip(Component message, @Nullable Component narration, Optional<TooltipComponent> component, @Nullable Identifier style) WidgetSprites(Identifier sprite) WidgetSprites(Identifier sprite, Identifier focused) WidgetSprites(Identifier enabled, Identifier disabled, Identifier focused) WidgetSprites(Identifier enabled, Identifier disabled, Identifier enabledFocused, Identifier disabledFocused) Creates an instance of aWidgetSpritesrecord class. -
Uses of Identifier in net.minecraft.client.gui.components.debug
Fields in net.minecraft.client.gui.components.debug declared as IdentifierModifier and TypeFieldDescriptionstatic final IdentifierDebugScreenEntries.BIOMEstatic final IdentifierDebugEntryLookingAt.BLOCK_GROUPstatic final IdentifierDebugScreenEntries.CHUNK_BORDERSstatic final IdentifierDebugScreenEntries.CHUNK_GENERATION_STATSstatic final IdentifierDebugScreenEntries.CHUNK_RENDER_STATSstatic final IdentifierDebugScreenEntries.CHUNK_SECTION_OCTREEstatic final IdentifierDebugScreenEntries.CHUNK_SECTION_PATHSstatic final IdentifierDebugScreenEntries.CHUNK_SECTION_VISIBILITYstatic final IdentifierDebugScreenEntries.CHUNK_SOURCE_STATSstatic final IdentifierDebugScreenEntries.DAY_COUNTstatic final IdentifierDebugScreenEntries.ENTITY_HITBOXESstatic final IdentifierDebugScreenEntries.ENTITY_RENDER_STATSstatic final IdentifierDebugScreenEntries.ENTITY_SPAWN_COUNTSstatic final IdentifierDebugEntryLookingAt.FLUID_GROUPstatic final IdentifierDebugScreenEntries.FPSstatic final IdentifierDebugScreenEntries.GAME_VERSIONstatic final IdentifierDebugScreenEntries.GPU_UTILIZATIONstatic final IdentifierDebugEntryBiome.GROUPstatic final IdentifierDebugEntryChunkGeneration.GROUPstatic final IdentifierDebugEntryHeightmap.GROUPstatic final IdentifierDebugEntryLight.GROUPstatic final IdentifierDebugEntryLookingAtEntity.GROUPstatic final IdentifierDebugEntryMemory.GROUPstatic final IdentifierDebugEntryPosition.GROUPstatic final IdentifierDebugEntrySystemSpecs.GROUPstatic final IdentifierDebugScreenEntries.HEIGHTMAPstatic final IdentifierDebugScreenEntries.LIGHT_LEVELSstatic final IdentifierDebugScreenEntries.LOCAL_DIFFICULTYstatic final IdentifierDebugScreenEntries.LOOKING_AT_BLOCK_STATEstatic final IdentifierDebugScreenEntries.LOOKING_AT_BLOCK_TAGSstatic final IdentifierDebugScreenEntries.LOOKING_AT_ENTITYstatic final IdentifierDebugScreenEntries.LOOKING_AT_ENTITY_TAGSstatic final IdentifierDebugScreenEntries.LOOKING_AT_FLUID_STATEstatic final IdentifierDebugScreenEntries.LOOKING_AT_FLUID_TAGSstatic final IdentifierDebugScreenEntries.MEMORYstatic final IdentifierDebugScreenEntries.PARTICLE_RENDER_STATSstatic final IdentifierDebugScreenEntries.PLAYER_POSITIONstatic final IdentifierDebugScreenEntries.PLAYER_SECTION_POSITIONstatic final IdentifierDebugScreenEntries.POST_EFFECTstatic final IdentifierDebugScreenEntries.SIMPLE_PERFORMANCE_IMPACTORSstatic final IdentifierDebugScreenEntries.SOUND_MOODstatic final IdentifierDebugScreenEntries.SYSTEM_SPECSstatic final IdentifierDebugScreenEntries.THREE_DIMENSIONAL_CROSSHAIRstatic final IdentifierDebugScreenEntries.TPSstatic final IdentifierDebugScreenEntries.VISUALIZE_BLOCK_LIGHT_LEVELSstatic final IdentifierDebugScreenEntries.VISUALIZE_CHUNKS_ON_SERVERstatic final IdentifierDebugScreenEntries.VISUALIZE_COLLISION_BOXESstatic final IdentifierDebugScreenEntries.VISUALIZE_ENTITY_SUPPORTING_BLOCKSstatic final IdentifierDebugScreenEntries.VISUALIZE_HEIGHTMAPstatic final IdentifierDebugScreenEntries.VISUALIZE_SKY_LIGHT_LEVELSstatic final IdentifierDebugScreenEntries.VISUALIZE_SKY_LIGHT_SECTIONSstatic final IdentifierDebugScreenEntries.VISUALIZE_SOLID_FACESstatic final IdentifierDebugScreenEntries.VISUALIZE_WATER_LEVELSFields in net.minecraft.client.gui.components.debug with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<Identifier, DebugScreenEntryStatus> DebugScreenEntryList.allStatusesprivate final List<Identifier> DebugScreenEntryList.currentlyEnabledprivate final Optional<Map<Identifier, DebugScreenEntryStatus>> DebugScreenEntryList.SerializedOptions.customThe field for thecustomrecord component.private static final com.mojang.serialization.Codec<Map<Identifier, DebugScreenEntryStatus>> DebugScreenEntryList.SerializedOptions.CUSTOM_ENTRIES_CODECprivate static final Map<Identifier, DebugScreenEntry> DebugScreenEntries.ENTRIES_BY_IDstatic final Map<DebugScreenProfile, Map<Identifier, DebugScreenEntryStatus>> DebugScreenEntries.PROFILESMethods in net.minecraft.client.gui.components.debug that return IdentifierModifier and TypeMethodDescriptionDebugEntryLookingAt.BlockStateInfo.group()DebugEntryLookingAt.BlockTagInfo.group()DebugEntryLookingAt.FluidStateInfo.group()DebugEntryLookingAt.FluidTagInfo.group()abstract IdentifierDebugEntryLookingAt.group()private static IdentifierDebugScreenEntries.register(String id, DebugScreenEntry entry) private static IdentifierDebugScreenEntries.register(Identifier identifier, DebugScreenEntry entry) Methods in net.minecraft.client.gui.components.debug that return types with arguments of type IdentifierModifier and TypeMethodDescriptionstatic Map<Identifier, DebugScreenEntry> DebugScreenEntries.allEntries()DebugScreenEntryList.SerializedOptions.custom()Returns the value of thecustomrecord component.DebugScreenEntryList.getCurrentlyEnabled()Methods in net.minecraft.client.gui.components.debug with parameters of type IdentifierModifier and TypeMethodDescriptionvoidDebugScreenDisplayer.addToGroup(Identifier group, String lines) voidDebugScreenDisplayer.addToGroup(Identifier group, Collection<String> lines) static @Nullable DebugScreenEntryDebugScreenEntries.getEntry(Identifier id) DebugScreenEntryList.getStatus(Identifier location) booleanDebugScreenEntryList.isCurrentlyEnabled(Identifier location) private static IdentifierDebugScreenEntries.register(Identifier identifier, DebugScreenEntry entry) voidDebugScreenEntryList.setStatus(Identifier location, DebugScreenEntryStatus status) booleanDebugScreenEntryList.toggleStatus(Identifier location) Method parameters in net.minecraft.client.gui.components.debug with type arguments of type IdentifierModifier and TypeMethodDescriptionprivate voidDebugScreenEntryList.resetStatuses(Map<Identifier, DebugScreenEntryStatus> newEntries) -
Uses of Identifier in net.minecraft.client.gui.components.spectator
Fields in net.minecraft.client.gui.components.spectator declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierSpectatorGui.HOTBAR_SELECTION_SPRITEprivate static final IdentifierSpectatorGui.HOTBAR_SPRITE -
Uses of Identifier in net.minecraft.client.gui.components.toasts
Fields in net.minecraft.client.gui.components.toasts declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierAdvancementToast.BACKGROUND_SPRITEprivate static final IdentifierRecipeToast.BACKGROUND_SPRITEprivate static final IdentifierSystemToast.BACKGROUND_SPRITEprivate static final IdentifierTutorialToast.BACKGROUND_SPRITEprivate static final IdentifierNowPlayingToast.MUSIC_NOTES_SPRITEprivate static final IdentifierNowPlayingToast.NOW_PLAYING_BACKGROUND_SPRITEprivate final IdentifierTutorialToast.Icons.spriteConstructors in net.minecraft.client.gui.components.toasts with parameters of type Identifier -
Uses of Identifier in net.minecraft.client.gui.contextualbar
Fields in net.minecraft.client.gui.contextualbar declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierExperienceBarRenderer.EXPERIENCE_BAR_BACKGROUND_SPRITEprivate static final IdentifierExperienceBarRenderer.EXPERIENCE_BAR_PROGRESS_SPRITEprivate static final IdentifierJumpableVehicleBarRenderer.JUMP_BAR_BACKGROUND_SPRITEprivate static final IdentifierJumpableVehicleBarRenderer.JUMP_BAR_COOLDOWN_SPRITEprivate static final IdentifierJumpableVehicleBarRenderer.JUMP_BAR_PROGRESS_SPRITEprivate static final IdentifierLocatorBarRenderer.LOCATOR_BAR_ARROW_DOWNprivate static final IdentifierLocatorBarRenderer.LOCATOR_BAR_ARROW_UPprivate static final IdentifierLocatorBarRenderer.LOCATOR_BAR_BACKGROUND -
Uses of Identifier in net.minecraft.client.gui.font
Classes in net.minecraft.client.gui.font that implement interfaces with type arguments of type IdentifierFields in net.minecraft.client.gui.font declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierFontManager.BuilderId.fontIdThe field for thefontIdrecord component.private final IdentifierFontManager.UnresolvedBuilderBundle.fontIdThe field for thefontIdrecord component.static final IdentifierFontManager.MISSING_FONTprivate final IdentifierGlyphStitcher.texturePrefixFields in net.minecraft.client.gui.font with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<Identifier, AtlasGlyphProvider> FontManager.atlasProvidersprivate final Set<Identifier> FontManager.UnresolvedBuilderBundle.dependenciesThe field for thedependenciesrecord component.private final Map<Identifier, FontSet> FontManager.fontSetsprivate final Map<Identifier, List<GlyphProvider.Conditional>> FontManager.Preparation.fontSetsThe field for thefontSetsrecord component.private final com.mojang.datafixers.util.Either<CompletableFuture<Optional<GlyphProvider>>, Identifier> FontManager.BuilderResult.resultThe field for theresultrecord component.private final Function<Identifier, GlyphSource> AtlasGlyphProvider.spriteResolverprivate final Map<Identifier, GlyphSource> AtlasGlyphProvider.wrapperCacheMethods in net.minecraft.client.gui.font that return IdentifierModifier and TypeMethodDescriptionFontManager.BuilderId.fontId()Returns the value of thefontIdrecord component.FontManager.UnresolvedBuilderBundle.fontId()Returns the value of thefontIdrecord component.private IdentifierGlyphStitcher.textureName(int index) Methods in net.minecraft.client.gui.font that return types with arguments of type IdentifierModifier and TypeMethodDescriptionFontManager.UnresolvedBuilderBundle.dependencies()Returns the value of thedependenciesrecord component.FontManager.Preparation.fontSets()Returns the value of thefontSetsrecord component.private Map<Identifier, List<GlyphProvider.Conditional>> FontManager.resolveProviders(List<FontManager.UnresolvedBuilderBundle> unresolvedProviders) com.mojang.datafixers.util.Either<CompletableFuture<Optional<GlyphProvider>>, Identifier> FontManager.BuilderResult.result()Returns the value of theresultrecord component.Methods in net.minecraft.client.gui.font with parameters of type IdentifierModifier and TypeMethodDescriptionprivate FontSetFontManager.createFontSet(Identifier id, List<GlyphProvider.Conditional> providers, Set<FontOption> options) static GlyphRenderTypesGlyphRenderTypes.createForColorTexture(Identifier name) static GlyphRenderTypesGlyphRenderTypes.createForIntensityTexture(Identifier name) voidFontTexture.dumpContents(Identifier selfId, Path dir) private FontSetFontManager.getFontSetRaw(Identifier id) private static List<com.mojang.datafixers.util.Pair<FontManager.BuilderId, GlyphProviderDefinition.Conditional>> FontManager.loadResourceStack(List<Resource> resourceStack, Identifier fontName) AtlasGlyphProvider.sourceForSprite(Identifier spriteId) Method parameters in net.minecraft.client.gui.font with type arguments of type IdentifierModifier and TypeMethodDescriptionFontManager.BuilderResult.resolve(Function<Identifier, @Nullable List<GlyphProvider.Conditional>> resolver) FontManager.UnresolvedBuilderBundle.resolve(Function<Identifier, List<GlyphProvider.Conditional>> resolver) voidFontManager.UnresolvedBuilderBundle.visitOptionalDependencies(Consumer<Identifier> output) voidFontManager.UnresolvedBuilderBundle.visitRequiredDependencies(Consumer<Identifier> output) Constructors in net.minecraft.client.gui.font with parameters of type IdentifierModifierConstructorDescriptionprivateBuilderId(Identifier fontId, String pack, int index) Creates an instance of aBuilderIdrecord class.GlyphStitcher(TextureManager textureManager, Identifier texturePrefix) UnresolvedBuilderBundle(Identifier fontId) privateUnresolvedBuilderBundle(Identifier fontId, List<FontManager.BuilderResult> builders, Set<Identifier> dependencies) Creates an instance of aUnresolvedBuilderBundlerecord class.Constructor parameters in net.minecraft.client.gui.font with type arguments of type IdentifierModifierConstructorDescriptionprivateBuilderResult(FontManager.BuilderId id, FontOption.Filter filter, com.mojang.datafixers.util.Either<CompletableFuture<Optional<GlyphProvider>>, Identifier> result) Creates an instance of aBuilderResultrecord class.privatePreparation(Map<Identifier, List<GlyphProvider.Conditional>> fontSets, List<GlyphProvider> allProviders) Creates an instance of aPreparationrecord class.privateUnresolvedBuilderBundle(Identifier fontId, List<FontManager.BuilderResult> builders, Set<Identifier> dependencies) Creates an instance of aUnresolvedBuilderBundlerecord class. -
Uses of Identifier in net.minecraft.client.gui.font.providers
Fields in net.minecraft.client.gui.font.providers declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierBitmapProvider.Definition.fileThe field for thefilerecord component.private final IdentifierUnihexProvider.Definition.hexFileprivate final IdentifierGlyphProviderDefinition.Reference.idThe field for theidrecord component.private final IdentifierProviderReferenceDefinition.idThe field for theidrecord component.private final IdentifierTrueTypeGlyphProviderDefinition.locationThe field for thelocationrecord component.Methods in net.minecraft.client.gui.font.providers that return IdentifierModifier and TypeMethodDescriptionBitmapProvider.Definition.file()Returns the value of thefilerecord component.GlyphProviderDefinition.Reference.id()Returns the value of theidrecord component.ProviderReferenceDefinition.id()Returns the value of theidrecord component.TrueTypeGlyphProviderDefinition.location()Returns the value of thelocationrecord component.Constructors in net.minecraft.client.gui.font.providers with parameters of type IdentifierModifierConstructorDescriptionDefinition(Identifier file, int height, int ascent, int[][] codepointGrid) Creates an instance of aDefinitionrecord class.privateDefinition(Identifier hexFile, List<UnihexProvider.OverrideRange> sizeOverrides) Creates an instance of aProviderReferenceDefinitionrecord class.Reference(Identifier id) Creates an instance of aReferencerecord class.TrueTypeGlyphProviderDefinition(Identifier location, float size, float oversample, TrueTypeGlyphProviderDefinition.Shift shift, String skip) Creates an instance of aTrueTypeGlyphProviderDefinitionrecord class. -
Uses of Identifier in net.minecraft.client.gui.render.state.pip
Fields in net.minecraft.client.gui.render.state.pip declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierGuiBookModelRenderState.textureThe field for thetexturerecord component.private final IdentifierGuiSkinRenderState.textureThe field for thetexturerecord component.Methods in net.minecraft.client.gui.render.state.pip that return IdentifierModifier and TypeMethodDescriptionGuiBookModelRenderState.texture()Returns the value of thetexturerecord component.GuiSkinRenderState.texture()Returns the value of thetexturerecord component.Constructors in net.minecraft.client.gui.render.state.pip with parameters of type IdentifierModifierConstructorDescriptionGuiBookModelRenderState(BookModel bookModel, Identifier texture, float open, float flip, int x0, int y0, int x1, int y1, float scale, @Nullable ScreenRectangle scissorArea) GuiBookModelRenderState(BookModel bookModel, Identifier texture, float open, float flip, int x0, int y0, int x1, int y1, float scale, @Nullable ScreenRectangle scissorArea, @Nullable ScreenRectangle bounds) Creates an instance of aGuiBookModelRenderStaterecord class.GuiSkinRenderState(PlayerModel playerModel, Identifier texture, float rotationX, float rotationY, float pivotY, int x0, int y0, int x1, int y1, float scale, @Nullable ScreenRectangle scissorArea) GuiSkinRenderState(PlayerModel playerModel, Identifier texture, float rotationX, float rotationY, float pivotY, int x0, int y0, int x1, int y1, float scale, @Nullable ScreenRectangle scissorArea, @Nullable ScreenRectangle bounds) Creates an instance of aGuiSkinRenderStaterecord class. -
Uses of Identifier in net.minecraft.client.gui.screens
Fields in net.minecraft.client.gui.screens declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierWinScreen.CREDITS_LOCATIONprivate static final IdentifierDeathScreen.DRAFT_REPORT_SPRITEprivate static final IdentifierPauseScreen.DRAFT_REPORT_SPRITEprivate static final IdentifierWinScreen.END_POEM_LOCATIONstatic final IdentifierScreen.FOOTER_SEPARATORstatic final IdentifierScreen.HEADER_SEPARATORstatic final IdentifierScreen.INWORLD_FOOTER_SEPARATORstatic final IdentifierScreen.INWORLD_HEADER_SEPARATORprivate static final IdentifierScreen.INWORLD_MENU_BACKGROUNDstatic final IdentifierScreen.MENU_BACKGROUNDprivate static final IdentifierFaviconTexture.MISSING_LOCATIONstatic final IdentifierLoadingOverlay.MOJANG_STUDIOS_LOGO_LOCATIONprivate static final IdentifierWinScreen.POSTCREDITS_LOCATIONprivate static final IdentifierCreateFlatWorldScreen.SLOT_SPRITEprivate static final IdentifierPresetFlatWorldScreen.SLOT_SPRITEprivate final IdentifierFaviconTexture.textureLocationprivate static final IdentifierWinScreen.VIGNETTE_LOCATIONMethods in net.minecraft.client.gui.screens that return IdentifierMethods in net.minecraft.client.gui.screens with parameters of type IdentifierModifier and TypeMethodDescriptionstatic voidScreen.renderMenuBackgroundTexture(GuiGraphics graphics, Identifier menuBackground, int x, int y, float u, float v, int width, int height) private voidWinScreen.wrapCreditsIO(Identifier file, WinScreen.CreditsReader creditsReader) Constructors in net.minecraft.client.gui.screens with parameters of type IdentifierModifierConstructorDescriptionprivateFaviconTexture(TextureManager textureManager, Identifier textureLocation) -
Uses of Identifier in net.minecraft.client.gui.screens.achievement
Fields in net.minecraft.client.gui.screens.achievement declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierStatsScreen.ItemStatisticsList.HeaderEntry.BLOCK_MINED_SPRITEprivate static final IdentifierStatsScreen.HEADER_SPRITEprivate static final IdentifierStatsScreen.ItemStatisticsList.HeaderEntry.ITEM_BROKEN_SPRITEprivate static final IdentifierStatsScreen.ItemStatisticsList.HeaderEntry.ITEM_CRAFTED_SPRITEprivate static final IdentifierStatsScreen.ItemStatisticsList.HeaderEntry.ITEM_DROPPED_SPRITEprivate static final IdentifierStatsScreen.ItemStatisticsList.HeaderEntry.ITEM_PICKED_UP_SPRITEprivate static final IdentifierStatsScreen.ItemStatisticsList.HeaderEntry.ITEM_USED_SPRITEprivate static final IdentifierStatsScreen.SLOT_SPRITEprivate static final IdentifierStatsScreen.SORT_DOWN_SPRITEprivate static final IdentifierStatsScreen.SORT_UP_SPRITEprivate final IdentifierStatsScreen.ItemStatisticsList.HeaderEntry.StatSortButton.spriteFields in net.minecraft.client.gui.screens.achievement with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Stat<Identifier> StatsScreen.GeneralStatisticsList.Entry.statMethod parameters in net.minecraft.client.gui.screens.achievement with type arguments of type IdentifierModifier and TypeMethodDescriptionprivate static StringStatsScreen.getTranslationKey(Stat<Identifier> stat) Constructors in net.minecraft.client.gui.screens.achievement with parameters of type IdentifierConstructor parameters in net.minecraft.client.gui.screens.achievement with type arguments of type Identifier -
Uses of Identifier in net.minecraft.client.gui.screens.advancements
Fields in net.minecraft.client.gui.screens.advancements declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierAdvancementWidgetType.boxSpriteprivate final IdentifierAdvancementWidgetType.challengeFrameSpriteprivate final IdentifierAdvancementTabType.Sprites.firstThe field for thefirstrecord component.private final IdentifierAdvancementWidgetType.goalFrameSpriteprivate final IdentifierAdvancementTabType.Sprites.lastThe field for thelastrecord component.private final IdentifierAdvancementTabType.Sprites.middleThe field for themiddlerecord component.private final IdentifierAdvancementWidgetType.taskFrameSpriteprivate static final IdentifierAdvancementWidget.TITLE_BOX_SPRITEprivate static final IdentifierAdvancementsScreen.WINDOW_LOCATIONMethods in net.minecraft.client.gui.screens.advancements that return IdentifierModifier and TypeMethodDescriptionAdvancementWidgetType.boxSprite()AdvancementTabType.Sprites.first()Returns the value of thefirstrecord component.AdvancementWidgetType.frameSprite(AdvancementType type) AdvancementTabType.Sprites.last()Returns the value of thelastrecord component.AdvancementTabType.Sprites.middle()Returns the value of themiddlerecord component.Constructors in net.minecraft.client.gui.screens.advancements with parameters of type IdentifierModifierConstructorDescriptionprivateAdvancementWidgetType(Identifier boxSprite, Identifier taskFrameSprite, Identifier challengeFrameSprite, Identifier goalFrameSprite) privateSprites(Identifier first, Identifier middle, Identifier last) Creates an instance of aSpritesrecord class. -
Uses of Identifier in net.minecraft.client.gui.screens.debug
Fields in net.minecraft.client.gui.screens.debug declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierGameModeSwitcherScreen.GAMEMODE_SWITCHER_LOCATIONprivate final IdentifierDebugOptionsScreen.OptionEntry.locationprivate static final IdentifierGameModeSwitcherScreen.SELECTION_SPRITEprivate static final IdentifierGameModeSwitcherScreen.SLOT_SPRITEFields in net.minecraft.client.gui.screens.debug with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static final Comparator<Map.Entry<Identifier, DebugScreenEntry>> DebugOptionsScreen.OptionList.COMPARATORMethods in net.minecraft.client.gui.screens.debug with parameters of type IdentifierModifier and TypeMethodDescriptionprivate voidDebugOptionsScreen.OptionEntry.setValue(Identifier location, DebugScreenEntryStatus never) Constructors in net.minecraft.client.gui.screens.debug with parameters of type Identifier -
Uses of Identifier in net.minecraft.client.gui.screens.dialog
Methods in net.minecraft.client.gui.screens.dialog with parameters of type IdentifierModifier and TypeMethodDescriptionvoidDialogConnectionAccess.sendCustomAction(Identifier id, Optional<Tag> payload) -
Uses of Identifier in net.minecraft.client.gui.screens.inventory
Fields in net.minecraft.client.gui.screens.inventory declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierAnvilScreen.ANVIL_LOCATIONprivate static final IdentifierLoomScreen.BANNER_SLOT_SPRITEprivate static final IdentifierBeaconScreen.BEACON_LOCATIONprivate static final IdentifierCartographyTableScreen.BG_LOCATIONprivate static final IdentifierLoomScreen.BG_LOCATIONprivate static final IdentifierStonecutterScreen.BG_LOCATIONstatic final IdentifierBookViewScreen.BOOK_LOCATIONprivate static final IdentifierBrewingStandScreen.BREW_PROGRESS_SPRITEprivate static final IdentifierBrewingStandScreen.BREWING_STAND_LOCATIONprivate static final IdentifierBrewingStandScreen.BUBBLES_SPRITEprivate static final IdentifierBlastFurnaceScreen.BURN_PROGRESS_SPRITEprivate static final IdentifierFurnaceScreen.BURN_PROGRESS_SPRITEprivate static final IdentifierSmokerScreen.BURN_PROGRESS_SPRITEprivate final IdentifierAbstractFurnaceScreen.burnProgressSpriteprivate static final IdentifierBeaconScreen.BUTTON_DISABLED_SPRITEprivate static final IdentifierBeaconScreen.BUTTON_HIGHLIGHTED_SPRITEprivate static final IdentifierBeaconScreen.BUTTON_SELECTED_SPRITEprivate static final IdentifierBeaconScreen.BUTTON_SPRITEprivate static final IdentifierBeaconScreen.CANCEL_SPRITEprivate static final IdentifierHorseInventoryScreen.CHEST_SLOTS_SPRITEprivate static final IdentifierBeaconScreen.CONFIRM_SPRITEprivate static final IdentifierContainerScreen.CONTAINER_BACKGROUNDThe ResourceLocation containing the chest GUI texture.private static final IdentifierCrafterScreen.CONTAINER_LOCATIONprivate static final IdentifierDispenserScreen.CONTAINER_LOCATIONprivate static final IdentifierShulkerBoxScreen.CONTAINER_TEXTUREprivate static final IdentifierCraftingScreen.CRAFTING_TABLE_LOCATIONprivate static final Identifier[]EnchantmentScreen.DISABLED_LEVEL_SPRITESprivate static final IdentifierCrafterScreen.DISABLED_SLOT_LOCATION_SPRITEprivate static final IdentifierMerchantScreen.DISCOUNT_STRIKETHRUOGH_SPRITEprivate static final IdentifierCartographyTableScreen.DUPLICATED_MAP_SPRITEprivate static final IdentifierLoomScreen.DYE_SLOT_SPRITEprivate static final IdentifierEffectsInInventory.EFFECT_BACKGROUND_AMBIENT_SPRITEprivate static final IdentifierEffectsInInventory.EFFECT_BACKGROUND_SPRITEprivate static final IdentifierSmithingScreen.EMPTY_SLOT_SMITHING_TEMPLATE_ARMOR_TRIMprivate static final IdentifierSmithingScreen.EMPTY_SLOT_SMITHING_TEMPLATE_NETHERITE_UPGRADEprivate static final Identifier[]EnchantmentScreen.ENABLED_LEVEL_SPRITESprivate static final IdentifierEnchantmentScreen.ENCHANTING_BOOK_LOCATIONThe ResourceLocation containing the texture for the Book rendered above the enchantment tableprivate static final IdentifierEnchantmentScreen.ENCHANTING_TABLE_LOCATIONThe ResourceLocation containing the Enchantment GUI texture locationprivate static final IdentifierEnchantmentScreen.ENCHANTMENT_SLOT_DISABLED_SPRITEprivate static final IdentifierEnchantmentScreen.ENCHANTMENT_SLOT_HIGHLIGHTED_SPRITEprivate static final IdentifierEnchantmentScreen.ENCHANTMENT_SLOT_SPRITEprivate static final IdentifierAnvilScreen.ERROR_SPRITEprivate static final IdentifierCartographyTableScreen.ERROR_SPRITEprivate static final IdentifierGrindstoneScreen.ERROR_SPRITEprivate static final IdentifierLoomScreen.ERROR_SPRITEprivate static final IdentifierSmithingScreen.ERROR_SPRITEprivate static final IdentifierMerchantScreen.EXPERIENCE_BAR_BACKGROUND_SPRITEprivate static final IdentifierMerchantScreen.EXPERIENCE_BAR_CURRENT_SPRITEprivate static final IdentifierMerchantScreen.EXPERIENCE_BAR_RESULT_SPRITEprivate static final IdentifierBrewingStandScreen.FUEL_LENGTH_SPRITEprivate static final IdentifierGrindstoneScreen.GRINDSTONE_LOCATIONprivate static final IdentifierHopperScreen.HOPPER_LOCATIONThe ResourceLocation containing the gui texture for the hopperprivate static final IdentifierHorseInventoryScreen.HORSE_INVENTORY_LOCATIONstatic final IdentifierAbstractContainerScreen.INVENTORY_LOCATIONThe location of the inventory background textureprivate static final IdentifierBlastFurnaceScreen.LIT_PROGRESS_SPRITEprivate static final IdentifierFurnaceScreen.LIT_PROGRESS_SPRITEprivate static final IdentifierSmokerScreen.LIT_PROGRESS_SPRITEprivate final IdentifierAbstractFurnaceScreen.litProgressSpriteprivate static final IdentifierCartographyTableScreen.LOCKED_SPRITEprivate static final IdentifierCartographyTableScreen.MAP_SPRITEprivate final IdentifierItemCombinerScreen.menuResourceprivate static final IdentifierNautilusInventoryScreen.NAUTILUS_INVENTORY_LOCATIONprivate static final IdentifierMerchantScreen.OUT_OF_STOCK_SPRITEprivate static final IdentifierPageButton.PAGE_BACKWARD_HIGHLIGHTED_SPRITEprivate static final IdentifierPageButton.PAGE_BACKWARD_SPRITEprivate static final IdentifierPageButton.PAGE_FORWARD_HIGHLIGHTED_SPRITEprivate static final IdentifierPageButton.PAGE_FORWARD_SPRITEprivate static final IdentifierLoomScreen.PATTERN_HIGHLIGHTED_SPRITEprivate static final IdentifierLoomScreen.PATTERN_SELECTED_SPRITEprivate static final IdentifierLoomScreen.PATTERN_SLOT_SPRITEprivate static final IdentifierLoomScreen.PATTERN_SPRITEprivate static final IdentifierCrafterScreen.POWERED_REDSTONE_LOCATION_SPRITEprivate static final IdentifierStonecutterScreen.RECIPE_HIGHLIGHTED_SPRITEprivate static final IdentifierStonecutterScreen.RECIPE_SELECTED_SPRITEprivate static final IdentifierStonecutterScreen.RECIPE_SPRITEprivate static final IdentifierCartographyTableScreen.SCALED_MAP_SPRITEprivate static final IdentifierCreativeModeInventoryScreen.SCROLLER_DISABLED_SPRITEprivate static final IdentifierLoomScreen.SCROLLER_DISABLED_SPRITEprivate static final IdentifierMerchantScreen.SCROLLER_DISABLED_SPRITEprivate static final IdentifierStonecutterScreen.SCROLLER_DISABLED_SPRITEprivate static final IdentifierCreativeModeInventoryScreen.SCROLLER_SPRITEprivate static final IdentifierLoomScreen.SCROLLER_SPRITEprivate static final IdentifierMerchantScreen.SCROLLER_SPRITEprivate static final IdentifierStonecutterScreen.SCROLLER_SPRITEprivate static final Identifier[]CreativeModeInventoryScreen.SELECTED_BOTTOM_TABSprivate static final Identifier[]CreativeModeInventoryScreen.SELECTED_TOP_TABSprivate static final IdentifierAbstractContainerScreen.SLOT_HIGHLIGHT_BACK_SPRITEprivate static final IdentifierAbstractContainerScreen.SLOT_HIGHLIGHT_FRONT_SPRITEprivate static final IdentifierHorseInventoryScreen.SLOT_SPRITEprivate static final IdentifierNautilusInventoryScreen.SLOT_SPRITEprivate IdentifierBeaconScreen.BeaconPowerButton.spriteprivate final IdentifierBeaconScreen.BeaconSpriteScreenButton.spriteprivate static final IdentifierAnvilScreen.TEXT_FIELD_DISABLED_SPRITEprivate static final IdentifierAnvilScreen.TEXT_FIELD_SPRITEprivate final IdentifierAbstractFurnaceScreen.textureprivate final IdentifierHangingSignEditScreen.textureprivate static final IdentifierBlastFurnaceScreen.TEXTUREprivate static final IdentifierFurnaceScreen.TEXTUREprivate static final IdentifierSmokerScreen.TEXTUREprivate static final IdentifierMerchantScreen.TRADE_ARROW_OUT_OF_STOCK_SPRITEprivate static final IdentifierMerchantScreen.TRADE_ARROW_SPRITEprivate static final IdentifierCrafterScreen.UNPOWERED_REDSTONE_LOCATION_SPRITEprivate static final Identifier[]CreativeModeInventoryScreen.UNSELECTED_BOTTOM_TABSprivate static final Identifier[]CreativeModeInventoryScreen.UNSELECTED_TOP_TABSprivate static final IdentifierMerchantScreen.VILLAGER_LOCATIONThe GUI texture for the villager merchant GUI.Fields in net.minecraft.client.gui.screens.inventory with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static final List<Identifier> SmithingScreen.EMPTY_SLOT_SMITHING_TEMPLATESprivate List<Identifier> CyclingSlotBackground.iconsMethods in net.minecraft.client.gui.screens.inventory that return IdentifierModifier and TypeMethodDescriptionprotected abstract IdentifierAbstractMountInventoryScreen.getBackgroundTextureLocation()protected IdentifierHorseInventoryScreen.getBackgroundTextureLocation()protected IdentifierNautilusInventoryScreen.getBackgroundTextureLocation()protected abstract @Nullable IdentifierAbstractMountInventoryScreen.getChestSlotsSpriteLocation()protected @Nullable IdentifierHorseInventoryScreen.getChestSlotsSpriteLocation()protected @Nullable IdentifierNautilusInventoryScreen.getChestSlotsSpriteLocation()@Nullable IdentifierCreativeModeInventoryScreen.SlotWrapper.getNoItemIcon()protected abstract IdentifierAbstractMountInventoryScreen.getSlotSpriteLocation()protected IdentifierHorseInventoryScreen.getSlotSpriteLocation()protected IdentifierNautilusInventoryScreen.getSlotSpriteLocation()Methods in net.minecraft.client.gui.screens.inventory with parameters of type IdentifierModifier and TypeMethodDescriptionprivate voidCyclingSlotBackground.renderIcon(Slot slot, Identifier iconIdentifier, float alphaProgress, GuiGraphics graphics, int left, int top) CreativeModeInventoryScreen.SlotWrapper.setBackground(Identifier sprite) Method parameters in net.minecraft.client.gui.screens.inventory with type arguments of type IdentifierConstructors in net.minecraft.client.gui.screens.inventory with parameters of type IdentifierModifierConstructorDescriptionAbstractFurnaceScreen(T menu, Inventory inventory, Component title, Component recipeFilterName, Identifier texture, Identifier litProgressSprite, Identifier burnProgressSprite, List<RecipeBookComponent.TabInfo> tabInfos) protectedBeaconSpriteScreenButton(int x, int y, Identifier sprite, Component label) ItemCombinerScreen(T menu, Inventory inventory, Component title, Identifier menuResource) -
Uses of Identifier in net.minecraft.client.gui.screens.inventory.tooltip
Fields in net.minecraft.client.gui.screens.inventory.tooltip declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierTooltipRenderUtil.BACKGROUND_SPRITEprivate static final IdentifierTooltipRenderUtil.FRAME_SPRITEprivate static final IdentifierClientBundleTooltip.PROGRESSBAR_BORDER_SPRITEprivate static final IdentifierClientBundleTooltip.PROGRESSBAR_FILL_SPRITEprivate static final IdentifierClientBundleTooltip.PROGRESSBAR_FULL_SPRITEprivate static final IdentifierClientBundleTooltip.SLOT_BACKGROUND_SPRITEprivate static final IdentifierClientBundleTooltip.SLOT_HIGHLIGHT_BACK_SPRITEprivate static final IdentifierClientBundleTooltip.SLOT_HIGHLIGHT_FRONT_SPRITEMethods in net.minecraft.client.gui.screens.inventory.tooltip that return IdentifierModifier and TypeMethodDescriptionprivate static IdentifierTooltipRenderUtil.getBackgroundSprite(@Nullable Identifier style) private static IdentifierTooltipRenderUtil.getFrameSprite(@Nullable Identifier style) private static IdentifierClientBundleTooltip.getProgressBarTexture(org.apache.commons.lang3.math.Fraction weight) Methods in net.minecraft.client.gui.screens.inventory.tooltip with parameters of type IdentifierModifier and TypeMethodDescriptionprivate static IdentifierTooltipRenderUtil.getBackgroundSprite(@Nullable Identifier style) private static IdentifierTooltipRenderUtil.getFrameSprite(@Nullable Identifier style) static voidTooltipRenderUtil.renderTooltipBackground(GuiGraphics graphics, int x, int y, int w, int h, @Nullable Identifier style) -
Uses of Identifier in net.minecraft.client.gui.screens.multiplayer
Fields in net.minecraft.client.gui.screens.multiplayer declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierServerSelectionList.INCOMPATIBLE_SPRITEprivate static final IdentifierServerSelectionList.JOIN_HIGHLIGHTED_SPRITEprivate static final IdentifierServerSelectionList.JOIN_SPRITEprivate static final IdentifierServerSelectionList.MOVE_DOWN_HIGHLIGHTED_SPRITEprivate static final IdentifierServerSelectionList.MOVE_DOWN_SPRITEprivate static final IdentifierServerSelectionList.MOVE_UP_HIGHLIGHTED_SPRITEprivate static final IdentifierServerSelectionList.MOVE_UP_SPRITEprivate static final IdentifierServerSelectionList.PING_1_SPRITEprivate static final IdentifierServerSelectionList.PING_2_SPRITEprivate static final IdentifierServerSelectionList.PING_3_SPRITEprivate static final IdentifierServerSelectionList.PING_4_SPRITEprivate static final IdentifierServerSelectionList.PING_5_SPRITEprivate static final IdentifierServerSelectionList.PINGING_1_SPRITEprivate static final IdentifierServerSelectionList.PINGING_2_SPRITEprivate static final IdentifierServerSelectionList.PINGING_3_SPRITEprivate static final IdentifierServerSelectionList.PINGING_4_SPRITEprivate static final IdentifierServerSelectionList.PINGING_5_SPRITEprivate @Nullable IdentifierServerSelectionList.OnlineServerEntry.statusIconprivate static final IdentifierServerSelectionList.UNREACHABLE_SPRITEMethods in net.minecraft.client.gui.screens.multiplayer with parameters of type IdentifierModifier and TypeMethodDescriptionprotected voidServerSelectionList.OnlineServerEntry.drawIcon(GuiGraphics graphics, int rowLeft, int rowTop, Identifier location) -
Uses of Identifier in net.minecraft.client.gui.screens.packs
Fields in net.minecraft.client.gui.screens.packs declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierPackSelectionScreen.DEFAULT_ICONprivate static final IdentifierTransferableSelectionList.MOVE_DOWN_HIGHLIGHTED_SPRITEprivate static final IdentifierTransferableSelectionList.MOVE_DOWN_SPRITEprivate static final IdentifierTransferableSelectionList.MOVE_UP_HIGHLIGHTED_SPRITEprivate static final IdentifierTransferableSelectionList.MOVE_UP_SPRITEprivate static final IdentifierTransferableSelectionList.SELECT_HIGHLIGHTED_SPRITEprivate static final IdentifierTransferableSelectionList.SELECT_SPRITEprivate static final IdentifierTransferableSelectionList.UNSELECT_HIGHLIGHTED_SPRITEprivate static final IdentifierTransferableSelectionList.UNSELECT_SPRITEFields in net.minecraft.client.gui.screens.packs with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Function<Pack, Identifier> PackSelectionModel.iconGetterprivate final Map<String, Identifier> PackSelectionScreen.packIconsMethods in net.minecraft.client.gui.screens.packs that return IdentifierModifier and TypeMethodDescriptionPackSelectionModel.Entry.getIconTexture()PackSelectionModel.EntryBase.getIconTexture()private IdentifierPackSelectionScreen.getPackIcon(Pack pack) private IdentifierPackSelectionScreen.loadPackIcon(TextureManager textureManager, Pack pack) Constructor parameters in net.minecraft.client.gui.screens.packs with type arguments of type IdentifierModifierConstructorDescriptionPackSelectionModel(Consumer<PackSelectionModel.EntryBase> onListChanged, Function<Pack, Identifier> iconGetter, PackRepository repository, Consumer<PackRepository> output) -
Uses of Identifier in net.minecraft.client.gui.screens.recipebook
Fields in net.minecraft.client.gui.screens.recipebook declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierOverlayRecipeComponent.OverlayCraftingRecipeButton.DISABLED_SPRITEprivate static final IdentifierOverlayRecipeComponent.OverlaySmeltingRecipeButton.DISABLED_SPRITEprivate static final IdentifierOverlayRecipeComponent.OverlayCraftingRecipeButton.ENABLED_SPRITEprivate static final IdentifierOverlayRecipeComponent.OverlaySmeltingRecipeButton.ENABLED_SPRITEprivate static final IdentifierOverlayRecipeComponent.OverlayCraftingRecipeButton.HIGHLIGHTED_DISABLED_SPRITEprivate static final IdentifierOverlayRecipeComponent.OverlaySmeltingRecipeButton.HIGHLIGHTED_DISABLED_SPRITEprivate static final IdentifierOverlayRecipeComponent.OverlayCraftingRecipeButton.HIGHLIGHTED_ENABLED_SPRITEprivate static final IdentifierOverlayRecipeComponent.OverlaySmeltingRecipeButton.HIGHLIGHTED_ENABLED_SPRITEprivate static final IdentifierOverlayRecipeComponent.OVERLAY_RECIPE_SPRITEprotected static final IdentifierRecipeBookComponent.RECIPE_BOOK_LOCATIONprivate static final IdentifierRecipeButton.SLOT_CRAFTABLE_SPRITEprivate static final IdentifierRecipeButton.SLOT_MANY_CRAFTABLE_SPRITEprivate static final IdentifierRecipeButton.SLOT_MANY_UNCRAFTABLE_SPRITEprivate static final IdentifierRecipeButton.SLOT_UNCRAFTABLE_SPRITEMethods in net.minecraft.client.gui.screens.recipebook that return IdentifierModifier and TypeMethodDescriptionprotected IdentifierOverlayRecipeComponent.OverlayCraftingRecipeButton.getSprite(boolean isCraftable) protected abstract IdentifierOverlayRecipeComponent.OverlayRecipeButton.getSprite(boolean isCraftable) protected IdentifierOverlayRecipeComponent.OverlaySmeltingRecipeButton.getSprite(boolean isCraftable) -
Uses of Identifier in net.minecraft.client.gui.screens.reporting
Fields in net.minecraft.client.gui.screens.reporting declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierChatSelectionScreen.CHECKMARK_SPRITE -
Uses of Identifier in net.minecraft.client.gui.screens.social
Fields in net.minecraft.client.gui.screens.social declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierSocialInteractionsScreen.BACKGROUND_SPRITEprivate static final IdentifierPlayerEntry.DRAFT_REPORT_SPRITEprivate static final IdentifierSocialInteractionsScreen.SEARCH_SPRITE -
Uses of Identifier in net.minecraft.client.gui.screens.worldselection
Fields in net.minecraft.client.gui.screens.worldselection declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierWorldSelectionList.ERROR_HIGHLIGHTED_SPRITEprivate static final IdentifierWorldSelectionList.ERROR_SPRITEprivate static final IdentifierWorldSelectionList.FORGE_EXPERIMENTAL_WARNING_ICONprivate static final IdentifierWorldSelectionList.JOIN_HIGHLIGHTED_SPRITEprivate static final IdentifierWorldSelectionList.JOIN_SPRITEprivate static final IdentifierWorldSelectionList.MARKED_JOIN_HIGHLIGHTED_SPRITEprivate static final IdentifierWorldSelectionList.MARKED_JOIN_SPRITEstatic final IdentifierCreateWorldScreen.TAB_HEADER_BACKGROUNDprivate static final IdentifierWorldSelectionList.WARNING_HIGHLIGHTED_SPRITEprivate static final IdentifierWorldSelectionList.WARNING_SPRITE -
Uses of Identifier in net.minecraft.client.gui.spectator
Fields in net.minecraft.client.gui.spectator declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierSpectatorMenu.CLOSE_SPRITEprivate static final IdentifierSpectatorMenu.SCROLL_LEFT_SPRITEprivate static final IdentifierSpectatorMenu.SCROLL_RIGHT_SPRITE -
Uses of Identifier in net.minecraft.client.gui.spectator.categories
Fields in net.minecraft.client.gui.spectator.categories declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierTeleportToPlayerMenuCategory.TELEPORT_TO_PLAYER_SPRITEprivate static final IdentifierTeleportToTeamMenuCategory.TELEPORT_TO_TEAM_SPRITE -
Uses of Identifier in net.minecraft.client.model
Fields in net.minecraft.client.model with type parameters of type IdentifierModifier and TypeFieldDescriptionprotected final Function<Identifier, RenderType> Model.renderTypeMethods in net.minecraft.client.model with parameters of type IdentifierModifier and TypeMethodDescriptionprotected static AnimationHolderModel.getAnimation(Identifier key) final RenderTypeModel.renderType(Identifier texture) Constructor parameters in net.minecraft.client.model with type arguments of type IdentifierModifierConstructorDescriptionprotectedEntityModel(ModelPart root, Function<Identifier, RenderType> renderType) HumanoidModel(ModelPart root, Function<Identifier, RenderType> renderType) Model(ModelPart root, Function<Identifier, RenderType> renderType) protectedQuadrupedModel(ModelPart root, Function<Identifier, RenderType> renderType) Simple(ModelPart root, Function<Identifier, RenderType> renderType) -
Uses of Identifier in net.minecraft.client.model.animal.turtle
Constructor parameters in net.minecraft.client.model.animal.turtle with type arguments of type IdentifierModifierConstructorDescriptionTurtleModel(ModelPart root, Function<Identifier, RenderType> renderType) -
Uses of Identifier in net.minecraft.client.model.geom
Fields in net.minecraft.client.model.geom declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierModelLayerLocation.modelThe field for themodelrecord component.Methods in net.minecraft.client.model.geom that return IdentifierModifier and TypeMethodDescriptionModelLayerLocation.model()Returns the value of themodelrecord component.Constructors in net.minecraft.client.model.geom with parameters of type IdentifierModifierConstructorDescriptionModelLayerLocation(Identifier model, String layer) Creates an instance of aModelLayerLocationrecord class. -
Uses of Identifier in net.minecraft.client.model.object.projectile
Fields in net.minecraft.client.model.object.projectile declared as Identifier -
Uses of Identifier in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<Identifier, byte[]> ClientHandshakePacketListenerImpl.cookiesprivate final Map<Identifier, byte[]> TransferState.cookiesThe field for thecookiesrecord component.private Map<Identifier, Component> ClientConfigurationPacketListenerImpl.failureReasonsprotected final Map<Identifier, byte[]> ClientCommonPacketListenerImpl.serverCookiesprivate final Map<Identifier, byte[]> CommonListenerCookie.serverCookiesThe field for theserverCookiesrecord component.Methods in net.minecraft.client.multiplayer that return types with arguments of type IdentifierModifier and TypeMethodDescriptionMap<Identifier, byte[]> TransferState.cookies()Returns the value of thecookiesrecord component.ClientSuggestionProvider.getAvailableSounds()Map<Identifier, byte[]> CommonListenerCookie.serverCookies()Returns the value of theserverCookiesrecord component.Methods in net.minecraft.client.multiplayer with parameters of type IdentifierModifier and TypeMethodDescription@Nullable AdvancementHolderClientAdvancements.get(Identifier id) voidClientCommonPacketListenerImpl.CommonDialogAccess.sendCustomAction(Identifier id, Optional<Tag> payload) Constructor parameters in net.minecraft.client.multiplayer with type arguments of type IdentifierModifierConstructorDescriptionCommonListenerCookie(LevelLoadTracker levelLoadTracker, com.mojang.authlib.GameProfile localGameProfile, WorldSessionTelemetryManager telemetryManager, RegistryAccess.Frozen receivedRegistries, FeatureFlagSet enabledFeatures, @Nullable String serverBrand, @Nullable ServerData serverData, @Nullable Screen postDisconnectScreen, Map<Identifier, byte[]> serverCookies, @Nullable ChatComponent.State chatState, Map<String, String> customReportDetails, ServerLinks serverLinks, Map<UUID, PlayerInfo> seenPlayers, boolean seenInsecureChatWarning) Deprecated.UseCommonListenerCookie(LevelLoadTracker, GameProfile, WorldSessionTelemetryManager, RegistryAccess.Frozen, FeatureFlagSet, String, ServerData, Screen, Map, ChatComponent.State, Map, ServerLinks, Map, boolean, net.neoforged.neoforge.network.connection.ConnectionType)instead,to indicate whether the connection is modded.CommonListenerCookie(LevelLoadTracker levelLoadTracker, com.mojang.authlib.GameProfile localGameProfile, WorldSessionTelemetryManager telemetryManager, RegistryAccess.Frozen receivedRegistries, FeatureFlagSet enabledFeatures, @Nullable String serverBrand, @Nullable ServerData serverData, @Nullable Screen postDisconnectScreen, Map<Identifier, byte[]> serverCookies, @Nullable ChatComponent.State chatState, Map<String, String> customReportDetails, ServerLinks serverLinks, Map<UUID, PlayerInfo> seenPlayers, boolean seenInsecureChatWarning, ConnectionType connectionType) Creates an instance of aCommonListenerCookierecord class.TransferState(Map<Identifier, byte[]> cookies, Map<UUID, PlayerInfo> seenPlayers, boolean seenInsecureChatWarning) Creates an instance of aTransferStaterecord class. -
Uses of Identifier in net.minecraft.client.multiplayer.chat
Fields in net.minecraft.client.multiplayer.chat declared as IdentifierConstructors in net.minecraft.client.multiplayer.chat with parameters of type Identifier -
Uses of Identifier in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierSingleQuadParticle.Layer.textureAtlasLocationThe field for thetextureAtlasLocationrecord component.Fields in net.minecraft.client.particle with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<Identifier, ParticleProvider<?>> ParticleResources.providersprivate final Map<Identifier, ParticleResources.MutableSpriteSet> ParticleResources.spriteSetsprivate final List<Identifier> ParticleDescription.texturesMethods in net.minecraft.client.particle that return IdentifierModifier and TypeMethodDescriptionSingleQuadParticle.Layer.textureAtlasLocation()Returns the value of thetextureAtlasLocationrecord component.Methods in net.minecraft.client.particle that return types with arguments of type IdentifierModifier and TypeMethodDescriptionParticleResources.getProviders()ParticleDescription.getTextures()private Optional<List<Identifier>> ParticleResources.loadParticleDescription(Identifier id, Resource resource) Methods in net.minecraft.client.particle with parameters of type IdentifierModifier and TypeMethodDescriptionprivate Optional<List<Identifier>> ParticleResources.loadParticleDescription(Identifier id, Resource resource) Constructors in net.minecraft.client.particle with parameters of type IdentifierModifierConstructorDescriptionLayer(boolean translucent, Identifier textureAtlasLocation, RenderPipeline pipeline) Creates an instance of aLayerrecord class.Constructor parameters in net.minecraft.client.particle with type arguments of type Identifier -
Uses of Identifier in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as IdentifierModifier and TypeFieldDescriptionstatic final IdentifierSheets.ARMOR_TRIMS_SHEETstatic final IdentifierSheets.BANNER_SHEETstatic final IdentifierSheets.BED_SHEETprivate static final IdentifierGameRenderer.BLUR_POST_CHAIN_IDstatic final IdentifierSheets.CELESTIAL_SHEETstatic final IdentifierSheets.CHEST_SHEETstatic final IdentifierLevelTargetBundle.CLOUDS_TARGET_IDstatic final IdentifierSheets.DECORATED_POT_SHEETprivate static final IdentifierSkyRenderer.END_FLASH_SPRITEprivate static final IdentifierSkyRenderer.END_SKY_LOCATIONprivate static final IdentifierLevelRenderer.ENTITY_OUTLINE_POST_CHAIN_IDstatic final IdentifierLevelTargetBundle.ENTITY_OUTLINE_TARGET_IDstatic final IdentifierWorldBorderRenderer.FORCEFIELD_LOCATIONprivate final IdentifierPostChainConfig.Pass.fragmentShaderIdThe field for thefragmentShaderIdrecord component.private static final IdentifierGpuWarnlistManager.GPU_WARNLIST_LOCATIONstatic final IdentifierSheets.GUI_SHEETprivate final IdentifierShaderManager.ShaderSourceKey.idThe field for theidrecord component.static final IdentifierLevelTargetBundle.ITEM_ENTITY_TARGET_IDprivate final IdentifierCubeMap.locationprivate final IdentifierPostChainConfig.TextureInput.locationThe field for thelocationrecord component.static final IdentifierLevelTargetBundle.MAIN_TARGET_IDstatic final IdentifierPostChain.MAIN_TARGET_IDstatic final IdentifierSheets.MAP_DECORATIONS_SHEETprivate final IdentifierPostChainConfig.Pass.outputTargetThe field for theoutputTargetrecord component.private final IdentifierPostPass.outputTargetIdstatic final IdentifierSheets.PAINTINGS_SHEETstatic final IdentifierPanoramaRenderer.PANORAMA_OVERLAYstatic final IdentifierLevelTargetBundle.PARTICLES_TARGET_IDprivate @Nullable IdentifierGameRenderer.postEffectIdprivate static final IdentifierWeatherEffectRenderer.RAIN_LOCATIONprivate final IdentifierSpriteMapper.sheetThe field for thesheetrecord component.static final IdentifierSheets.SHIELD_SHEETstatic final IdentifierSheets.SHULKER_SHEETstatic final IdentifierSheets.SIGN_SHEETprivate static final IdentifierWeatherEffectRenderer.SNOW_LOCATIONprivate static final IdentifierSkyRenderer.SUN_SPRITEprivate final IdentifierPostChainConfig.TargetInput.targetIdThe field for thetargetIdrecord component.private final IdentifierPostPass.TargetInput.targetIdThe field for thetargetIdrecord component.private static final IdentifierCloudRenderer.TEXTURE_LOCATIONstatic final IdentifierLevelTargetBundle.TRANSLUCENT_TARGET_IDprivate static final IdentifierLevelRenderer.TRANSPARENCY_POST_CHAIN_IDprivate static final IdentifierScreenEffectRenderer.UNDERWATER_LOCATIONprivate final IdentifierPostChainConfig.Pass.vertexShaderIdThe field for thevertexShaderIdrecord component.static final IdentifierLevelTargetBundle.WEATHER_TARGET_IDFields in net.minecraft.client.renderer with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static final Map<Identifier, SpriteId> Sheets.BANNER_SPRITESprivate final Set<Identifier> PostChain.externalTargetsprivate final Map<Identifier, PostChainConfig.InternalTarget> PostChain.internalTargetsprivate final Map<Identifier, PostChainConfig.InternalTarget> PostChainConfig.internalTargetsThe field for theinternalTargetsrecord component.static final Set<Identifier> LevelTargetBundle.MAIN_TARGETSstatic final Set<Identifier> LevelTargetBundle.OUTLINE_TARGETSprivate final Map<Identifier, RenderTarget> PostChain.persistentTargetsprivate static final Map<Identifier, RenderPipeline> RenderPipelines.PIPELINES_BY_LOCATIONprivate final Map<Identifier, Optional<PostChain>> ShaderManager.CompilationCache.postChainsprivate final Map<Identifier, PostChainConfig> ShaderManager.Configs.postChainsThe field for thepostChainsrecord component.private static final Map<Identifier, SpriteId> Sheets.SHIELD_SPRITESstatic final Set<Identifier> LevelTargetBundle.SORTING_TARGETSMethods in net.minecraft.client.renderer that return IdentifierModifier and TypeMethodDescriptionstatic IdentifierSheets.colorToResourceSprite(DyeColor color) static IdentifierSheets.colorToShulkerSprite(DyeColor color) @Nullable IdentifierGameRenderer.currentPostEffect()PostChainConfig.Pass.fragmentShaderId()Returns the value of thefragmentShaderIdrecord component.ShaderManager.ShaderSourceKey.id()Returns the value of theidrecord component.PostChainConfig.TextureInput.location()Returns the value of thelocationrecord component.PostChainConfig.Pass.outputTarget()Returns the value of theoutputTargetrecord component.SpriteMapper.sheet()Returns the value of thesheetrecord component.PostChainConfig.TargetInput.targetId()Returns the value of thetargetIdrecord component.PostPass.TargetInput.targetId()Returns the value of thetargetIdrecord component.PostChainConfig.Pass.vertexShaderId()Returns the value of thevertexShaderIdrecord component.Methods in net.minecraft.client.renderer that return types with arguments of type IdentifierModifier and TypeMethodDescriptionPostChainConfig.internalTargets()Returns the value of theinternalTargetsrecord component.ShaderManager.Configs.postChains()Returns the value of thepostChainsrecord component.PostChainConfig.Input.referencedTargets()PostChainConfig.Pass.referencedTargets()PostChainConfig.TargetInput.referencedTargets()PostChainConfig.TextureInput.referencedTargets()Methods in net.minecraft.client.renderer with parameters of type IdentifierModifier and TypeMethodDescriptionSpriteMapper.apply(Identifier path) private static PostPassPostChain.createPass(TextureManager textureManager, PostChainConfig.Pass config, Identifier id) private static GlslPreprocessorShaderManager.createPreprocessor(Map<Identifier, Resource> files, Identifier location) @Nullable ResourceHandle<RenderTarget> LevelTargetBundle.get(Identifier id) @Nullable ResourceHandle<RenderTarget> PostChain.TargetBundle.get(Identifier id) private RenderTargetPostChain.getOrCreatePersistentTarget(Identifier id, RenderTargetDescriptor descriptor) @Nullable PostChainShaderManager.CompilationCache.getOrLoadPostChain(Identifier id, Set<Identifier> allowedTargets) default ResourceHandle<RenderTarget> PostChain.TargetBundle.getOrThrow(Identifier id) @Nullable PostChainShaderManager.getPostChain(Identifier id, Set<Identifier> allowedTargets) @Nullable StringShaderManager.getShader(Identifier id, ShaderType type) @Nullable StringShaderManager.CompilationCache.getShaderSource(Identifier id, ShaderType type) private AbstractTextureSkyRenderer.getTexture(TextureManager textureManager, Identifier location) private static booleanShaderManager.isShader(Identifier location) static PostChainPostChain.load(PostChainConfig config, TextureManager textureManager, Set<Identifier> allowedExternalTargets, Identifier id, Projection projection, ProjectionMatrixBuffer projectionMatrixBuffer) private PostChainShaderManager.CompilationCache.loadPostChain(Identifier id, Set<Identifier> allowedTargets) private static voidShaderManager.loadPostChain(Identifier location, Resource resource, ImmutableMap.Builder<Identifier, PostChainConfig> output) private static voidShaderManager.loadShader(Identifier location, Resource resource, ShaderType type, Map<Identifier, Resource> files, ImmutableMap.Builder<ShaderManager.ShaderSourceKey, String> output) static PostChain.TargetBundlePostChain.TargetBundle.of(Identifier targetId, ResourceHandle<RenderTarget> target) static voidScreenEffectRenderer.renderFluid(Minecraft minecraft, PoseStack poseStack, MultiBufferSource bufferSource, Identifier texture) voidLevelTargetBundle.replace(Identifier id, ResourceHandle<RenderTarget> handle) voidPostChain.TargetBundle.replace(Identifier id, ResourceHandle<RenderTarget> handle) voidGameRenderer.setPostEffect(Identifier id) Method parameters in net.minecraft.client.renderer with type arguments of type IdentifierModifier and TypeMethodDescriptionvoidPostPass.addToFrame(FrameGraphBuilder frame, Map<Identifier, ResourceHandle<RenderTarget>> targets, GpuBufferSlice shaderOrthoMatrix) voidPostPass.Input.addToPass(FramePass pass, Map<Identifier, ResourceHandle<RenderTarget>> targets) voidPostPass.TargetInput.addToPass(FramePass pass, Map<Identifier, ResourceHandle<RenderTarget>> targets) voidPostPass.TextureInput.addToPass(FramePass pass, Map<Identifier, ResourceHandle<RenderTarget>> targets) default voidPostPass.Input.cleanup(Map<Identifier, ResourceHandle<RenderTarget>> targets) private static GlslPreprocessorShaderManager.createPreprocessor(Map<Identifier, Resource> files, Identifier location) private ResourceHandle<RenderTarget> PostPass.TargetInput.getHandle(Map<Identifier, ResourceHandle<RenderTarget>> targets) @Nullable PostChainShaderManager.CompilationCache.getOrLoadPostChain(Identifier id, Set<Identifier> allowedTargets) @Nullable PostChainShaderManager.getPostChain(Identifier id, Set<Identifier> allowedTargets) static PostChainPostChain.load(PostChainConfig config, TextureManager textureManager, Set<Identifier> allowedExternalTargets, Identifier id, Projection projection, ProjectionMatrixBuffer projectionMatrixBuffer) private PostChainShaderManager.CompilationCache.loadPostChain(Identifier id, Set<Identifier> allowedTargets) private static voidShaderManager.loadPostChain(Identifier location, Resource resource, ImmutableMap.Builder<Identifier, PostChainConfig> output) private static voidShaderManager.loadShader(Identifier location, Resource resource, ShaderType type, Map<Identifier, Resource> files, ImmutableMap.Builder<ShaderManager.ShaderSourceKey, String> output) PostPass.Input.texture(Map<Identifier, ResourceHandle<RenderTarget>> targets) PostPass.TargetInput.texture(Map<Identifier, ResourceHandle<RenderTarget>> targets) PostPass.TextureInput.texture(Map<Identifier, ResourceHandle<RenderTarget>> targets) Constructors in net.minecraft.client.renderer with parameters of type IdentifierModifierConstructorDescriptionCubeMap(Identifier base) Pass(Identifier vertexShaderId, Identifier fragmentShaderId, List<PostChainConfig.Input> inputs, Identifier outputTarget, Map<String, List<UniformValue>> uniforms) Creates an instance of aPassrecord class.PostPass(RenderPipeline pipeline, Identifier outputTargetId, Map<String, List<UniformValue>> uniformGroups, List<PostPass.Input> inputs) privateShaderSourceKey(Identifier id, ShaderType type) Creates an instance of aShaderSourceKeyrecord class.SpriteMapper(Identifier sheet, String prefix) Creates an instance of aSpriteMapperrecord class.TargetInput(String samplerName, Identifier targetId, boolean useDepthBuffer, boolean bilinear) Creates an instance of aTargetInputrecord class.TargetInput(String samplerName, Identifier targetId, boolean depthBuffer, boolean bilinear) Creates an instance of aTargetInputrecord class.TextureInput(String samplerName, Identifier location, int width, int height, boolean bilinear) Creates an instance of aTextureInputrecord class.Constructor parameters in net.minecraft.client.renderer with type arguments of type IdentifierModifierConstructorDescriptionprivatePostChain(List<PostPass> passes, Map<Identifier, PostChainConfig.InternalTarget> internalTargets, Set<Identifier> externalTargets, Projection projection, ProjectionMatrixBuffer projectionMatrixBuffer) privatePostChain(List<PostPass> passes, Map<Identifier, PostChainConfig.InternalTarget> internalTargets, Set<Identifier> externalTargets, Projection projection, ProjectionMatrixBuffer projectionMatrixBuffer) PostChainConfig(Map<Identifier, PostChainConfig.InternalTarget> internalTargets, List<PostChainConfig.Pass> passes) Creates an instance of aPostChainConfigrecord class. -
Uses of Identifier in net.minecraft.client.renderer.block.model
Fields in net.minecraft.client.renderer.block.model declared as IdentifierModifier and TypeFieldDescriptionstatic final IdentifierItemModelGenerator.GENERATED_ITEM_MODEL_IDprivate final IdentifierVariant.modelLocationThe field for themodelLocationrecord component.private final @Nullable IdentifierBlockModel.parentThe field for theparentrecord component.private final IdentifierMaterial.spriteThe field for thespriterecord component.Fields in net.minecraft.client.renderer.block.model with type parameters of type IdentifierModifier and TypeFieldDescriptionstatic final VariantMutator.VariantProperty<Identifier> VariantMutator.MODELMethods in net.minecraft.client.renderer.block.model that return IdentifierModifier and TypeMethodDescriptionVariant.modelLocation()Returns the value of themodelLocationrecord component.@Nullable IdentifierBlockModel.parent()Returns the value of theparentrecord component.Material.sprite()Returns the value of thespriterecord component.Methods in net.minecraft.client.renderer.block.model with parameters of type IdentifierModifier and TypeMethodDescriptionstatic BlockModelPartSimpleModelWrapper.bake(ModelBaker modelBakery, Identifier location, ModelState state) Variant.withModel(Identifier modelLocation) Constructors in net.minecraft.client.renderer.block.model with parameters of type IdentifierModifierConstructorDescriptionBlockModel(@Nullable UnbakedGeometry geometry, @Nullable UnbakedModel.GuiLight guiLight, @Nullable Boolean ambientOcclusion, @Nullable ItemTransforms transforms, TextureSlots.Data textureSlots, @Nullable Identifier parent) BlockModel(@Nullable UnbakedGeometry geometry, @Nullable UnbakedModel.GuiLight guiLight, @Nullable Boolean ambientOcclusion, @Nullable ItemTransforms transforms, TextureSlots.Data textureSlots, @Nullable Identifier parent, @Nullable Transformation rootTransform, Map<String, Boolean> partVisibility) Creates an instance of aBlockModelrecord class.Material(Identifier sprite) Material(Identifier sprite, boolean forceTranslucent) Creates an instance of aMaterialrecord class.Variant(Identifier modelLocation) Variant(Identifier modelLocation, Variant.SimpleModelState modelState) Creates an instance of aVariantrecord class. -
Uses of Identifier in net.minecraft.client.renderer.blockentity
Fields in net.minecraft.client.renderer.blockentity declared as IdentifierModifier and TypeFieldDescriptionstatic final IdentifierBeaconRenderer.BEAM_LOCATIONprivate static final IdentifierTheEndGatewayRenderer.BEAM_LOCATIONstatic final IdentifierAbstractEndPortalRenderer.END_PORTAL_LOCATIONstatic final IdentifierAbstractEndPortalRenderer.END_SKY_LOCATIONFields in net.minecraft.client.renderer.blockentity with type parameters of type IdentifierModifier and TypeFieldDescriptionstatic final Map<SkullBlock.Type, Identifier> SkullBlockRenderer.SKIN_BY_TYPEMethods in net.minecraft.client.renderer.blockentity with parameters of type IdentifierModifier and TypeMethodDescriptionstatic RenderTypeSkullBlockRenderer.getPlayerSkinRenderType(Identifier texture) static RenderTypeSkullBlockRenderer.getSkullRenderType(SkullBlock.Type type, @Nullable Identifier texture) static voidBeaconRenderer.submitBeaconBeam(PoseStack poseStack, SubmitNodeCollector submitNodeCollector, Identifier beamLocation, float scale, float animationTime, int beamStart, int height, int color, float solidBeamRadius, float beamGlowRadius) -
Uses of Identifier in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierAxolotlRenderer.AxolotlTextures.adultThe field for theadultrecord component.private final IdentifierFoxRenderer.FoxTexturesByAge.adultThe field for theadultrecord component.private final IdentifierHorseRenderer.HorseTextures.adultThe field for theadultrecord component.private final IdentifierMushroomCowRenderer.MushroomCowTexture.adultThe field for theadultrecord component.private final IdentifierDonkeyRenderer.adultTextureprivate final IdentifierUndeadHorseRenderer.adultTextureprivate static final IdentifierAllayRenderer.ALLAY_TEXTUREprivate static final IdentifierBeeRenderer.ANGRY_BEE_BABY_TEXTUREprivate static final IdentifierBeeRenderer.ANGRY_BEE_TEXTUREprivate static final IdentifierBeeRenderer.ANGRY_NECTAR_BEE_BABY_TEXTUREprivate static final IdentifierBeeRenderer.ANGRY_NECTAR_BEE_TEXTUREprivate static final IdentifierArmadilloRenderer.ARMADILLO_BABY_LOCATIONprivate static final IdentifierArmadilloRenderer.ARMADILLO_LOCATIONprivate final IdentifierAxolotlRenderer.AxolotlTextures.babyThe field for thebabyrecord component.private final IdentifierFoxRenderer.FoxTexturesByAge.babyThe field for thebabyrecord component.private final IdentifierHorseRenderer.HorseTextures.babyThe field for thebabyrecord component.private final IdentifierMushroomCowRenderer.MushroomCowTexture.babyThe field for thebabyrecord component.private static final IdentifierPolarBearRenderer.BABY_BEAR_LOCATIONprivate static final IdentifierDrownedRenderer.BABY_DROWNED_LOCATIONprivate static final IdentifierGoatRenderer.BABY_GOAT_LOCATIONprivate static final IdentifierHuskRenderer.BABY_HUSK_LOCATIONprivate static final IdentifierFoxRenderer.BABY_RED_FOX_SLEEP_TEXTUREprivate static final IdentifierFoxRenderer.BABY_RED_FOX_TEXTUREprivate static final IdentifierFoxRenderer.BABY_SNOW_FOX_SLEEP_TEXTUREprivate static final IdentifierFoxRenderer.BABY_SNOW_FOX_TEXTUREprivate static final IdentifierTurtleRenderer.BABY_TURTLE_LOCATIONprivate static final IdentifierAbstractZombieRenderer.BABY_ZOMBIE_LOCATIONprivate static final IdentifierZombieVillagerRenderer.BABY_ZOMBIE_VILLAGER_LOCATIONprivate static final IdentifierZombifiedPiglinRenderer.BABY_ZOMBIFIED_PIGLIN_LOCATIONprivate final IdentifierDonkeyRenderer.babyTextureprivate final IdentifierUndeadHorseRenderer.babyTextureprivate static final IdentifierPaintingRenderer.BACK_SPRITE_LOCATIONprivate static final IdentifierBatRenderer.BAT_LOCATIONprivate static final IdentifierPolarBearRenderer.BEAR_LOCATIONprivate static final IdentifierBeeRenderer.BEE_BABY_TEXTUREprivate static final IdentifierBeeRenderer.BEE_TEXTUREprivate static final IdentifierWardenRenderer.BIOLUMINESCENT_LAYER_TEXTUREprivate static final IdentifierBlazeRenderer.BLAZE_LOCATIONprivate static final IdentifierParrotRenderer.BLUEprivate static final IdentifierBoggedRenderer.BOGGED_OUTER_LAYER_LOCATIONprivate static final IdentifierBoggedRenderer.BOGGED_SKELETON_LOCATIONprivate static final IdentifierCamelRenderer.CAMEL_BABY_LOCATIONprivate static final IdentifierCamelHuskRenderer.CAMEL_HUSK_LOCATIONprivate static final IdentifierCamelRenderer.CAMEL_LOCATIONprivate static final IdentifierOcelotRenderer.CAT_OCELOT_BABY_LOCATIONprivate static final IdentifierOcelotRenderer.CAT_OCELOT_LOCATIONprivate static final IdentifierCaveSpiderRenderer.CAVE_SPIDER_LOCATIONprivate static final IdentifierCodRenderer.COD_LOCATIONprivate static final IdentifierStriderRenderer.COLD_LOCATIONprivate static final IdentifierCreeperRenderer.CREEPER_LOCATIONstatic final IdentifierEnderDragonRenderer.CRYSTAL_BEAM_LOCATIONstatic final IdentifierArmorStandRenderer.DEFAULT_SKIN_LOCATIONA constant instance of the armor stand texture, wrapped inside a ResourceLocation wrapper.private static final IdentifierShulkerRenderer.DEFAULT_TEXTURE_LOCATIONprivate static final IdentifierDolphinRenderer.DOLPHIN_BABY_LOCATIONprivate static final IdentifierDolphinRenderer.DOLPHIN_LOCATIONprivate static final IdentifierEnderDragonRenderer.DRAGON_EXPLODING_LOCATIONprivate static final IdentifierEnderDragonRenderer.DRAGON_EYES_LOCATIONprivate static final IdentifierEnderDragonRenderer.DRAGON_LOCATIONprivate static final IdentifierDrownedRenderer.DROWNED_LOCATIONstatic final IdentifierItemRenderer.ENCHANTED_GLINT_ARMORstatic final IdentifierItemRenderer.ENCHANTED_GLINT_ITEMprivate static final IdentifierEndCrystalRenderer.END_CRYSTAL_LOCATIONprivate static final IdentifierEndermanRenderer.ENDERMAN_LOCATIONprivate static final IdentifierEndermiteRenderer.ENDERMITE_LOCATIONprivate static final IdentifierEvokerRenderer.EVOKER_ILLAGERprivate static final IdentifierExperienceOrbRenderer.EXPERIENCE_ORB_LOCATIONprivate static final IdentifierCreakingRenderer.EYES_TEXTURE_LOCATIONprivate static final IdentifierHappyGhastRenderer.GHAST_BABY_LOCATIONprivate static final IdentifierGhastRenderer.GHAST_LOCATIONprivate static final IdentifierHappyGhastRenderer.GHAST_LOCATIONprivate static final IdentifierHappyGhastRenderer.GHAST_ROPESprivate static final IdentifierGhastRenderer.GHAST_SHOOTING_LOCATIONprivate static final IdentifierGlowSquidRenderer.GLOW_SQUID_BABY_LOCATIONprivate static final IdentifierGlowSquidRenderer.GLOW_SQUID_LOCATIONprivate static final IdentifierGoatRenderer.GOAT_LOCATIONprivate static final IdentifierIronGolemRenderer.GOLEM_LOCATIONprivate static final IdentifierParrotRenderer.GREENprivate static final IdentifierParrotRenderer.GREYprivate static final IdentifierGuardianRenderer.GUARDIAN_BEAM_LOCATIONstatic final IdentifierElderGuardianRenderer.GUARDIAN_ELDER_LOCATIONprivate static final IdentifierGuardianRenderer.GUARDIAN_LOCATIONprivate static final IdentifierWardenRenderer.HEART_TEXTUREprivate static final IdentifierHoglinRenderer.HOGLIN_LOCATIONprivate static final IdentifierHuskRenderer.HUSK_LOCATIONprivate static final IdentifierIllusionerRenderer.ILLUSIONERprivate static final IdentifierLeashKnotRenderer.KNOT_LOCATIONprivate static final IdentifierTropicalFishRenderer.LARGE_TEXTUREprivate static final IdentifierLlamaSpitRenderer.LLAMA_SPIT_LOCATIONprivate static final IdentifierMagmaCubeRenderer.MAGMACUBE_LOCATIONprivate static final IdentifierAbstractMinecartRenderer.MINECART_LOCATIONprivate static final IdentifierNautilusRenderer.NAUTILUS_BABY_LOCATIONprivate static final IdentifierNautilusRenderer.NAUTILUS_LOCATIONprivate static final IdentifierBeeRenderer.NECTAR_BEE_BABY_TEXTUREprivate static final IdentifierBeeRenderer.NECTAR_BEE_TEXTUREstatic final IdentifierTippableArrowRenderer.NORMAL_ARROW_LOCATIONprivate static final IdentifierParchedRenderer.PARCHED_SKELETON_LOCATIONprivate static final IdentifierPhantomRenderer.PHANTOM_LOCATIONprivate static final IdentifierPiglinRenderer.PIGLIN_BABY_LOCATIONprivate static final IdentifierPiglinRenderer.PIGLIN_BRUTE_LOCATIONprivate static final IdentifierPiglinRenderer.PIGLIN_LOCATIONprivate static final IdentifierPillagerRenderer.PILLAGERprivate static final IdentifierPufferfishRenderer.PUFFER_LOCATIONprivate static final IdentifierWardenRenderer.PULSATING_SPOTS_TEXTURE_1private static final IdentifierWardenRenderer.PULSATING_SPOTS_TEXTURE_2private static final IdentifierParrotRenderer.RED_BLUEprivate static final IdentifierFoxRenderer.RED_FOX_SLEEP_TEXTUREprivate static final IdentifierFoxRenderer.RED_FOX_TEXTUREprivate static final IdentifierSalmonRenderer.SALMON_LOCATIONprivate static final IdentifierSheepRenderer.SHEEP_BABY_LOCATIONprivate static final IdentifierSheepRenderer.SHEEP_LOCATIONprivate static final IdentifierSilverfishRenderer.SILVERFISH_LOCATIONprivate static final IdentifierSkeletonRenderer.SKELETON_LOCATIONstatic final IdentifierSlimeRenderer.SLIME_LOCATIONprivate static final IdentifierTropicalFishRenderer.SMALL_TEXTUREprivate static final IdentifierSnifferRenderer.SNIFFER_LOCATIONprivate static final IdentifierFoxRenderer.SNOW_FOX_SLEEP_TEXTUREprivate static final IdentifierFoxRenderer.SNOW_FOX_TEXTUREprivate static final IdentifierSnowGolemRenderer.SNOW_GOLEM_LOCATIONstatic final IdentifierSpectralArrowRenderer.SPECTRAL_ARROW_LOCATIONprivate static final IdentifierSpiderRenderer.SPIDER_LOCATIONprivate static final IdentifierSquidRenderer.SQUID_BABY_LOCATIONprivate static final IdentifierSquidRenderer.SQUID_LOCATIONprivate static final IdentifierStrayRenderer.STRAY_CLOTHES_LOCATIONprivate static final IdentifierStrayRenderer.STRAY_SKELETON_LOCATIONprivate static final IdentifierStriderRenderer.STRIDER_LOCATIONprivate static final IdentifierTadpoleRenderer.TADPOLE_TEXTUREprivate final IdentifierBoatRenderer.textureprivate final IdentifierDonkeyRenderer.Type.textureprivate final IdentifierRaftRenderer.textureprivate final IdentifierUndeadHorseRenderer.Type.textureprivate static final IdentifierWardenRenderer.TEXTUREprivate static final IdentifierBreezeRenderer.TEXTURE_LOCATIONprivate static final IdentifierCreakingRenderer.TEXTURE_LOCATIONprivate static final IdentifierDragonFireballRenderer.TEXTURE_LOCATIONprivate static final IdentifierEvokerFangsRenderer.TEXTURE_LOCATIONprivate static final IdentifierFishingHookRenderer.TEXTURE_LOCATIONprivate static final IdentifierRavagerRenderer.TEXTURE_LOCATIONprivate static final IdentifierShulkerBulletRenderer.TEXTURE_LOCATIONprivate static final Identifier[]ShulkerRenderer.TEXTURE_LOCATIONprivate static final IdentifierWindChargeRenderer.TEXTURE_LOCATIONstatic final IdentifierTippableArrowRenderer.TIPPED_ARROW_LOCATIONprivate static final IdentifierRabbitRenderer.TOASTprivate static final IdentifierRabbitRenderer.TOAST_BABYstatic final IdentifierThrownTridentRenderer.TRIDENT_LOCATIONprivate static final IdentifierTurtleRenderer.TURTLE_LOCATIONprivate static final IdentifierVexRenderer.VEX_CHARGING_LOCATIONprivate static final IdentifierVexRenderer.VEX_LOCATIONprivate static final IdentifierVillagerRenderer.VILLAGER_BABY_LOCATIONprivate static final IdentifierVillagerRenderer.VILLAGER_BASE_LOCATIONprivate static final IdentifierWanderingTraderRenderer.VILLAGER_BASE_SKINprivate static final IdentifierVindicatorRenderer.VINDICATORprivate static final IdentifierWitchRenderer.WITCH_LOCATIONprivate static final IdentifierWitherBossRenderer.WITHER_INVULNERABLE_LOCATIONprivate static final IdentifierWitherSkullRenderer.WITHER_INVULNERABLE_LOCATIONprivate static final IdentifierWitherBossRenderer.WITHER_LOCATIONprivate static final IdentifierWitherSkullRenderer.WITHER_LOCATIONprivate static final IdentifierWitherSkeletonRenderer.WITHER_SKELETON_LOCATIONprivate static final IdentifierParrotRenderer.YELLOW_BLUEprivate static final IdentifierZoglinRenderer.ZOGLIN_LOCATIONprivate static final IdentifierAbstractZombieRenderer.ZOMBIE_LOCATIONprivate static final IdentifierGiantMobRenderer.ZOMBIE_LOCATIONprivate static final IdentifierZombieVillagerRenderer.ZOMBIE_VILLAGER_LOCATIONprivate static final IdentifierZombifiedPiglinRenderer.ZOMBIFIED_PIGLIN_LOCATIONFields in net.minecraft.client.renderer.entity with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static final Map<Rabbit.Variant, Identifier> RabbitRenderer.BABY_RABBIT_LOCATIONSprivate static final Map<Llama.Variant, Identifier> LlamaRenderer.BABY_TEXTURESprivate static final Map<Rabbit.Variant, Identifier> RabbitRenderer.RABBIT_LOCATIONSprivate static final Map<Llama.Variant, Identifier> LlamaRenderer.TEXTURESprivate static final Map<Panda.Gene, Identifier> PandaRenderer.TEXTURESMethods in net.minecraft.client.renderer.entity that return IdentifierModifier and TypeMethodDescriptionAxolotlRenderer.AxolotlTextures.adult()Returns the value of theadultrecord component.FoxRenderer.FoxTexturesByAge.adult()Returns the value of theadultrecord component.HorseRenderer.HorseTextures.adult()Returns the value of theadultrecord component.MushroomCowRenderer.MushroomCowTexture.adult()Returns the value of theadultrecord component.AxolotlRenderer.AxolotlTextures.baby()Returns the value of thebabyrecord component.FoxRenderer.FoxTexturesByAge.baby()Returns the value of thebabyrecord component.HorseRenderer.HorseTextures.baby()Returns the value of thebabyrecord component.MushroomCowRenderer.MushroomCowTexture.baby()Returns the value of thebabyrecord component.AbstractZombieRenderer.getTextureLocation(S state) AllayRenderer.getTextureLocation(AllayRenderState state) ArmadilloRenderer.getTextureLocation(ArmadilloRenderState state) ArmorStandRenderer.getTextureLocation(ArmorStandRenderState state) protected abstract IdentifierArrowRenderer.getTextureLocation(S state) AxolotlRenderer.getTextureLocation(AxolotlRenderState state) BatRenderer.getTextureLocation(BatRenderState state) BeeRenderer.getTextureLocation(BeeRenderState state) BlazeRenderer.getTextureLocation(LivingEntityRenderState state) BoggedRenderer.getTextureLocation(BoggedRenderState state) BreezeRenderer.getTextureLocation(BreezeRenderState state) CamelHuskRenderer.getTextureLocation(CamelRenderState state) CamelRenderer.getTextureLocation(CamelRenderState state) CatRenderer.getTextureLocation(CatRenderState state) CaveSpiderRenderer.getTextureLocation(LivingEntityRenderState state) ChickenRenderer.getTextureLocation(ChickenRenderState state) CodRenderer.getTextureLocation(LivingEntityRenderState state) CopperGolemRenderer.getTextureLocation(CopperGolemRenderState state) CowRenderer.getTextureLocation(CowRenderState state) CreakingRenderer.getTextureLocation(CreakingRenderState state) CreeperRenderer.getTextureLocation(CreeperRenderState state) DolphinRenderer.getTextureLocation(DolphinRenderState state) DonkeyRenderer.getTextureLocation(DonkeyRenderState state) DrownedRenderer.getTextureLocation(ZombieRenderState state) ElderGuardianRenderer.getTextureLocation(GuardianRenderState state) EndermanRenderer.getTextureLocation(EndermanRenderState state) EndermiteRenderer.getTextureLocation(LivingEntityRenderState state) EvokerRenderer.getTextureLocation(EvokerRenderState state) FoxRenderer.getTextureLocation(FoxRenderState state) FrogRenderer.getTextureLocation(FrogRenderState state) GhastRenderer.getTextureLocation(GhastRenderState state) GiantMobRenderer.getTextureLocation(ZombieRenderState state) GlowSquidRenderer.getTextureLocation(SquidRenderState state) GoatRenderer.getTextureLocation(GoatRenderState state) GuardianRenderer.getTextureLocation(GuardianRenderState state) HappyGhastRenderer.getTextureLocation(HappyGhastRenderState state) HoglinRenderer.getTextureLocation(HoglinRenderState state) HorseRenderer.getTextureLocation(HorseRenderState state) HuskRenderer.getTextureLocation(ZombieRenderState state) IllusionerRenderer.getTextureLocation(IllusionerRenderState state) IronGolemRenderer.getTextureLocation(IronGolemRenderState state) abstract IdentifierLivingEntityRenderer.getTextureLocation(S state) LlamaRenderer.getTextureLocation(LlamaRenderState state) MagmaCubeRenderer.getTextureLocation(SlimeRenderState state) MushroomCowRenderer.getTextureLocation(MushroomCowRenderState state) NautilusRenderer.getTextureLocation(NautilusRenderState state) OcelotRenderer.getTextureLocation(FelineRenderState state) PandaRenderer.getTextureLocation(PandaRenderState state) ParchedRenderer.getTextureLocation(SkeletonRenderState state) ParrotRenderer.getTextureLocation(ParrotRenderState state) PhantomRenderer.getTextureLocation(PhantomRenderState state) PiglinRenderer.getTextureLocation(PiglinRenderState state) PigRenderer.getTextureLocation(PigRenderState state) PillagerRenderer.getTextureLocation(IllagerRenderState state) PolarBearRenderer.getTextureLocation(PolarBearRenderState state) PufferfishRenderer.getTextureLocation(PufferfishRenderState state) RabbitRenderer.getTextureLocation(RabbitRenderState state) RavagerRenderer.getTextureLocation(RavagerRenderState state) SalmonRenderer.getTextureLocation(SalmonRenderState state) SheepRenderer.getTextureLocation(SheepRenderState state) ShulkerRenderer.getTextureLocation(ShulkerRenderState state) static IdentifierShulkerRenderer.getTextureLocation(@Nullable DyeColor color) SilverfishRenderer.getTextureLocation(LivingEntityRenderState state) SkeletonRenderer.getTextureLocation(SkeletonRenderState state) SlimeRenderer.getTextureLocation(SlimeRenderState state) SnifferRenderer.getTextureLocation(SnifferRenderState state) SnowGolemRenderer.getTextureLocation(SnowGolemRenderState state) protected IdentifierSpectralArrowRenderer.getTextureLocation(ArrowRenderState state) SpiderRenderer.getTextureLocation(LivingEntityRenderState state) SquidRenderer.getTextureLocation(SquidRenderState state) StrayRenderer.getTextureLocation(SkeletonRenderState state) StriderRenderer.getTextureLocation(StriderRenderState state) TadpoleRenderer.getTextureLocation(LivingEntityRenderState state) protected IdentifierTippableArrowRenderer.getTextureLocation(TippableArrowRenderState state) TropicalFishRenderer.getTextureLocation(TropicalFishRenderState state) TurtleRenderer.getTextureLocation(TurtleRenderState state) UndeadHorseRenderer.getTextureLocation(EquineRenderState state) VexRenderer.getTextureLocation(VexRenderState state) VillagerRenderer.getTextureLocation(VillagerRenderState state) VindicatorRenderer.getTextureLocation(IllagerRenderState state) WanderingTraderRenderer.getTextureLocation(VillagerRenderState state) WardenRenderer.getTextureLocation(WardenRenderState state) WitchRenderer.getTextureLocation(WitchRenderState state) WitherBossRenderer.getTextureLocation(WitherRenderState state) WitherSkeletonRenderer.getTextureLocation(SkeletonRenderState state) private IdentifierWitherSkullRenderer.getTextureLocation(WitherSkullRenderState state) WolfRenderer.getTextureLocation(WolfRenderState state) ZoglinRenderer.getTextureLocation(HoglinRenderState state) ZombieNautilusRenderer.getTextureLocation(NautilusRenderState state) ZombieVillagerRenderer.getTextureLocation(ZombieVillagerRenderState state) ZombifiedPiglinRenderer.getTextureLocation(ZombifiedPiglinRenderState state) static IdentifierParrotRenderer.getVariantTexture(Parrot.Variant variant) Methods in net.minecraft.client.renderer.entity that return types with arguments of type IdentifierModifier and TypeMethodDescriptionprivate static Function<CopperGolemRenderState, Identifier> CopperGolemRenderer.getEyeTextureLocationProvider()Methods in net.minecraft.client.renderer.entity with parameters of type IdentifierConstructors in net.minecraft.client.renderer.entity with parameters of type IdentifierModifierConstructorDescriptionprivateAxolotlTextures(Identifier adult, Identifier baby) Creates an instance of aAxolotlTexturesrecord class.privateFoxTexturesByAge(Identifier adult, Identifier baby) Creates an instance of aFoxTexturesByAgerecord class.privateHorseTextures(Identifier adult, Identifier baby) Creates an instance of aHorseTexturesrecord class.privateMushroomCowTexture(Identifier adult, Identifier baby) Creates an instance of aMushroomCowTexturerecord class.privateType(Identifier texture, ModelLayerLocation model) privateType(Identifier texture, ModelLayerLocation model) -
Uses of Identifier in net.minecraft.client.renderer.entity.layers
Fields in net.minecraft.client.renderer.entity.layers declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierHorseMarkingLayer.HorseMarkingTextures.adultThe field for theadultrecord component.private final IdentifierHorseMarkingLayer.HorseMarkingTextures.babyThe field for thebabyrecord component.private static final IdentifierDrownedOuterLayer.BABY_DROWNED_OUTER_LAYER_LOCATIONprivate static final IdentifierSheepWoolLayer.BABY_SHEEP_WOOL_LOCATIONprivate static final IdentifierBeeStingerLayer.BEE_STINGER_LOCATIONprivate static final IdentifierTropicalFishPatternLayer.BETTY_TEXTUREprivate static final IdentifierTropicalFishPatternLayer.BLOCKFISH_TEXTUREprivate static final IdentifierTropicalFishPatternLayer.BRINELY_TEXTUREprivate static final IdentifierCatCollarLayer.CAT_BABY_COLLAR_LOCATIONprivate static final IdentifierCatCollarLayer.CAT_COLLAR_LOCATIONprivate static final IdentifierTropicalFishPatternLayer.CLAYFISH_TEXTUREprivate final IdentifierSkeletonClothingLayer.clothesLocationprivate static final IdentifierTropicalFishPatternLayer.DASHER_TEXTUREprivate static final IdentifierDrownedOuterLayer.DROWNED_OUTER_LAYER_LOCATIONprivate static final IdentifierTropicalFishPatternLayer.FLOPPER_TEXTUREprivate static final IdentifierTropicalFishPatternLayer.GLITTER_TEXTUREprivate static final IdentifierHorseMarkingLayer.INVISIBLE_TEXTUREprivate static final IdentifierTropicalFishPatternLayer.KOB_TEXTUREprivate static final IdentifierCreeperPowerLayer.POWER_LOCATIONprivate static final IdentifierSheepWoolLayer.SHEEP_WOOL_LOCATIONprivate static final IdentifierSheepWoolUndercoatLayer.SHEEP_WOOL_UNDERCOAT_LOCATIONprivate static final IdentifierTropicalFishPatternLayer.SNOOPER_TEXTUREprivate static final IdentifierTropicalFishPatternLayer.SPOTTY_TEXTUREprivate static final IdentifierTropicalFishPatternLayer.STRIPEY_TEXTUREprivate static final IdentifierTropicalFishPatternLayer.SUNSTREAK_TEXTUREprivate final IdentifierStuckInBodyLayer.texturestatic final IdentifierSpinAttackEffectLayer.TEXTUREprivate static final IdentifierBreezeWindLayer.TEXTURE_LOCATIONprivate static final IdentifierWitherArmorLayer.WITHER_ARMOR_LOCATIONprivate static final IdentifierWolfCollarLayer.WOLF_BABY_COLLAR_LOCATIONprivate static final IdentifierWolfCollarLayer.WOLF_COLLAR_LOCATIONFields in net.minecraft.client.renderer.entity.layers with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static final Map<Crackiness.Level, Identifier> WolfArmorLayer.ARMOR_CRACK_LOCATIONSprivate final Function<Identifier, RenderType> LivingEntityEmissiveLayer.bufferProviderprivate static final Map<Crackiness.Level, Identifier> IronGolemCrackinessLayer.identifiersprivate final Function<EquipmentLayerRenderer.LayerTextureKey, Identifier> EquipmentLayerRenderer.layerTextureLookupprivate static final it.unimi.dsi.fastutil.ints.Int2ObjectMap<Identifier> VillagerProfessionLayer.LEVEL_LOCATIONSprivate final Function<S, Identifier> LivingEntityEmissiveLayer.textureProviderMethods in net.minecraft.client.renderer.entity.layers that return IdentifierModifier and TypeMethodDescriptionHorseMarkingLayer.HorseMarkingTextures.adult()Returns the value of theadultrecord component.HorseMarkingLayer.HorseMarkingTextures.baby()Returns the value of thebabyrecord component.private IdentifierVillagerProfessionLayer.getIdentifier(String type, Holder<?> holder) private IdentifierVillagerProfessionLayer.getIdentifier(String type, Identifier key) private static @Nullable IdentifierWingsLayer.getPlayerElytraTexture(HumanoidRenderState state) protected IdentifierCreeperPowerLayer.getTextureLocation()protected abstract IdentifierEnergySwirlLayer.getTextureLocation()protected IdentifierWitherArmorLayer.getTextureLocation()EquipmentLayerRenderer.TrimSpriteKey.spriteId()Methods in net.minecraft.client.renderer.entity.layers with parameters of type IdentifierModifier and TypeMethodDescriptionprotected static <S extends LivingEntityRenderState>
voidRenderLayer.coloredCutoutModelCopyLayerRender(Model<? super S> model, Identifier texture, PoseStack poseStack, SubmitNodeCollector submitNodeCollector, int lightCoords, S state, int color, int order) private IdentifierVillagerProfessionLayer.getIdentifier(String type, Identifier key) protected static <S extends LivingEntityRenderState>
voidRenderLayer.renderColoredCutoutModel(Model<? super S> model, Identifier texture, PoseStack poseStack, SubmitNodeCollector submitNodeCollector, int lightCoords, S state, int color, int order) <S> voidEquipmentLayerRenderer.renderLayers(EquipmentClientInfo.LayerType layerType, ResourceKey<EquipmentAsset> equipmentAssetId, Model<? super S> model, S state, ItemStack itemStack, PoseStack poseStack, SubmitNodeCollector submitNodeCollector, int lightCoords, @Nullable Identifier playerTextureOverride, int outlineColor, int order) Constructors in net.minecraft.client.renderer.entity.layers with parameters of type IdentifierModifierConstructorDescriptionprivateHorseMarkingTextures(Identifier adult, Identifier baby) Creates an instance of aHorseMarkingTexturesrecord class.RopesLayer(RenderLayerParent<HappyGhastRenderState, M> renderer, EntityModelSet modelSet, Identifier ropesTexture) SkeletonClothingLayer(RenderLayerParent<S, M> renderer, EntityModelSet models, ModelLayerLocation layerLocation, Identifier clothesLocation) StuckInBodyLayer(LivingEntityRenderer<?, AvatarRenderState, M> renderer, Model<S> model, S modelState, Identifier texture, StuckInBodyLayer.PlacementStyle placementStyle) Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type IdentifierModifierConstructorDescriptionLivingEntityEmissiveLayer(RenderLayerParent<S, M> renderer, Function<S, Identifier> textureProvider, LivingEntityEmissiveLayer.AlphaFunction<S> alphaFunction, M model, Function<Identifier, RenderType> bufferProvider, boolean alwaysVisible) -
Uses of Identifier in net.minecraft.client.renderer.entity.player
Methods in net.minecraft.client.renderer.entity.player that return IdentifierMethods in net.minecraft.client.renderer.entity.player with parameters of type IdentifierModifier and TypeMethodDescriptionprivate voidAvatarRenderer.renderHand(PoseStack poseStack, SubmitNodeCollector submitNodeCollector, int lightCoords, Identifier skinTexture, ModelPart arm, boolean hasSleeve) voidAvatarRenderer.renderLeftHand(PoseStack poseStack, SubmitNodeCollector submitNodeCollector, int lightCoords, Identifier skinTexture, boolean hasSleeve) voidAvatarRenderer.renderLeftHand(PoseStack poseStack, SubmitNodeCollector submitNodeCollector, int lightCoords, Identifier p_446675_, boolean hasSleeve, AbstractClientPlayer player) voidAvatarRenderer.renderRightHand(PoseStack poseStack, SubmitNodeCollector submitNodeCollector, int lightCoords, Identifier skinTexture, boolean hasSleeve) voidAvatarRenderer.renderRightHand(PoseStack poseStack, SubmitNodeCollector submitNodeCollector, int lightCoords, Identifier p_445487_, boolean hasSleeve, AbstractClientPlayer player) -
Uses of Identifier in net.minecraft.client.renderer.entity.state
Fields in net.minecraft.client.renderer.entity.state declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierCatRenderState.DEFAULT_TEXTUREprivate static final IdentifierFrogRenderState.DEFAULT_TEXTUREprivate static final IdentifierWolfRenderState.DEFAULT_TEXTURECatRenderState.textureFrogRenderState.textureWolfRenderState.texture -
Uses of Identifier in net.minecraft.client.renderer.item
Fields in net.minecraft.client.renderer.item declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierSpecialModelWrapper.Unbaked.baseThe field for thebaserecord component.private final IdentifierBlockModelWrapper.Unbaked.modelThe field for themodelrecord component.Fields in net.minecraft.client.renderer.item with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Function<Identifier, ClientItem.Properties> ItemModelResolver.clientPropertiesprivate static final ExtraCodecs.LateBoundIdMapper<Identifier, com.mojang.serialization.MapCodec<? extends ItemModel.Unbaked>> ItemModels.ID_MAPPERprivate final Function<Identifier, ItemModel> ItemModelResolver.modelGetterMethods in net.minecraft.client.renderer.item that return IdentifierModifier and TypeMethodDescriptionSpecialModelWrapper.Unbaked.base()Returns the value of thebaserecord component.BlockModelWrapper.Unbaked.model()Returns the value of themodelrecord component.Constructors in net.minecraft.client.renderer.item with parameters of type IdentifierModifierConstructorDescriptionUnbaked(Identifier model, List<ItemTintSource> tints) Creates an instance of aUnbakedrecord class.Unbaked(Identifier base, SpecialModelRenderer.Unbaked specialModel) Creates an instance of aUnbakedrecord class. -
Uses of Identifier in net.minecraft.client.renderer.item.properties.conditional
Fields in net.minecraft.client.renderer.item.properties.conditional with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static final ExtraCodecs.LateBoundIdMapper<Identifier, com.mojang.serialization.MapCodec<? extends ConditionalItemModelProperty>> ConditionalItemModelProperties.ID_MAPPER -
Uses of Identifier in net.minecraft.client.renderer.item.properties.numeric
Fields in net.minecraft.client.renderer.item.properties.numeric with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static final ExtraCodecs.LateBoundIdMapper<Identifier, com.mojang.serialization.MapCodec<? extends RangeSelectItemModelProperty>> RangeSelectItemModelProperties.ID_MAPPER -
Uses of Identifier in net.minecraft.client.renderer.item.properties.select
Fields in net.minecraft.client.renderer.item.properties.select with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static final ExtraCodecs.LateBoundIdMapper<Identifier, SelectItemModelProperty.Type<?, ?>> SelectItemModelProperties.ID_MAPPER -
Uses of Identifier in net.minecraft.client.renderer.rendertype
Fields in net.minecraft.client.renderer.rendertype declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierRenderSetup.TextureBinding.locationThe field for thelocationrecord component.Fields in net.minecraft.client.renderer.rendertype with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static final Function<Identifier, RenderType> RenderTypes.ARMOR_CUTOUT_NO_CULLprivate static final Function<Identifier, RenderType> RenderTypes.ARMOR_TRANSLUCENTprivate static final BiFunction<Identifier, Boolean, RenderType> RenderTypes.BEACON_BEAMprivate static final Function<Identifier, RenderType> RenderTypes.BLOCK_SCREEN_EFFECTprivate static final Function<Identifier, RenderType> RenderTypes.CRUMBLINGprivate static final Function<Identifier, RenderType> RenderTypes.END_CRYSTAL_BEAMprivate static final BiFunction<Identifier, Boolean, RenderType> RenderTypes.ENTITY_CUTOUTprivate static final Function<Identifier, RenderType> RenderTypes.ENTITY_CUTOUT_CULLprivate static final BiFunction<Identifier, Identifier, RenderType> RenderTypes.ENTITY_CUTOUT_DISSOLVEprivate static final BiFunction<Identifier, Identifier, RenderType> RenderTypes.ENTITY_CUTOUT_DISSOLVEprivate static final BiFunction<Identifier, Boolean, RenderType> RenderTypes.ENTITY_CUTOUT_Z_OFFSETprivate static final Function<Identifier, RenderType> RenderTypes.ENTITY_SHADOWprivate static final Function<Identifier, RenderType> RenderTypes.ENTITY_SOLIDprivate static final Function<Identifier, RenderType> RenderTypes.ENTITY_SOLID_Z_OFFSET_FORWARDprivate static final BiFunction<Identifier, Boolean, RenderType> RenderTypes.ENTITY_TRANSLUCENTprivate static final Function<Identifier, RenderType> RenderTypes.ENTITY_TRANSLUCENT_CULL_ITEM_TARGETprivate static final BiFunction<Identifier, Boolean, RenderType> RenderTypes.ENTITY_TRANSLUCENT_EMISSIVEprivate static final Function<Identifier, RenderType> RenderTypes.EYESprivate static final Function<Identifier, RenderType> RenderTypes.FIRE_SCREEN_EFFECTprivate static final Function<Identifier, RenderType> RenderTypes.ITEM_CUTOUTprivate static final Function<Identifier, RenderType> RenderTypes.ITEM_TRANSLUCENT(package private) static final BiFunction<Identifier, Boolean, RenderType> RenderTypes.OUTLINEprivate static final Function<Identifier, RenderType> RenderTypes.TEXTprivate static final Function<Identifier, RenderType> RenderTypes.TEXT_INTENSITYprivate static final Function<Identifier, RenderType> RenderTypes.TEXT_INTENSITY_POLYGON_OFFSETprivate static final Function<Identifier, RenderType> RenderTypes.TEXT_INTENSITY_SEE_THROUGHprivate static final Function<Identifier, RenderType> RenderTypes.TEXT_POLYGON_OFFSETprivate static final Function<Identifier, RenderType> RenderTypes.TEXT_SEE_THROUGHMethods in net.minecraft.client.renderer.rendertype that return IdentifierModifier and TypeMethodDescriptionRenderSetup.TextureBinding.location()Returns the value of thelocationrecord component.Methods in net.minecraft.client.renderer.rendertype with parameters of type IdentifierModifier and TypeMethodDescriptionstatic RenderTypeRenderTypes.armorCutoutNoCull(Identifier texture) static RenderTypeRenderTypes.armorTranslucent(Identifier texture) static RenderTypeRenderTypes.beaconBeam(Identifier texture, boolean translucent) static RenderTypeRenderTypes.blockScreenEffect(Identifier texture) static RenderTypeRenderTypes.breezeEyes(Identifier texture) static RenderTypeRenderTypes.breezeWind(Identifier texture, float uOffset, float vOffset) static RenderTypeRenderTypes.createArmorDecalCutoutNoCull(Identifier texture) static RenderTypeRenderTypes.crumbling(Identifier texture) static RenderTypeRenderTypes.endCrystalBeam(Identifier texture) static RenderTypeRenderTypes.energySwirl(Identifier texture, float uOffset, float vOffset) static RenderTypeRenderTypes.entityCutout(Identifier texture) static RenderTypeRenderTypes.entityCutout(Identifier texture, boolean affectsOutline) static RenderTypeRenderTypes.entityCutoutCull(Identifier texture) static RenderTypeRenderTypes.entityCutoutDissolve(Identifier texture, Identifier maskTexture) static RenderTypeRenderTypes.entityCutoutZOffset(Identifier texture) static RenderTypeRenderTypes.entityCutoutZOffset(Identifier texture, boolean affectsOutline) static RenderTypeRenderTypes.entityShadow(Identifier texture) static RenderTypeRenderTypes.entitySolid(Identifier texture) static RenderTypeRenderTypes.entitySolidZOffsetForward(Identifier texture) static RenderTypeRenderTypes.entityTranslucent(Identifier texture) static RenderTypeRenderTypes.entityTranslucent(Identifier texture, boolean affectsOutline) static RenderTypeRenderTypes.entityTranslucentCullItemTarget(Identifier texture) static RenderTypeRenderTypes.entityTranslucentEmissive(Identifier texture) static RenderTypeRenderTypes.entityTranslucentEmissive(Identifier texture, boolean affectsOutline) static RenderTypeRenderTypes.eyes(Identifier texture) static RenderTypeRenderTypes.fireScreenEffect(Identifier texture) static RenderTypeRenderTypes.itemCutout(Identifier texture) static RenderTypeRenderTypes.itemTranslucent(Identifier texture) static RenderTypeRenderTypes.outline(Identifier texture) static RenderTypeRenderTypes.text(Identifier texture) static RenderTypeRenderTypes.textIntensity(Identifier texture) static RenderTypeRenderTypes.textIntensityPolygonOffset(Identifier texture) static RenderTypeRenderTypes.textIntensitySeeThrough(Identifier texture) static RenderTypeRenderTypes.textPolygonOffset(Identifier texture) static RenderTypeRenderTypes.textSeeThrough(Identifier texture) RenderSetup.RenderSetupBuilder.withTexture(String name, Identifier texture) RenderSetup.RenderSetupBuilder.withTexture(String name, Identifier texture, @Nullable Supplier<GpuSampler> sampler) Constructors in net.minecraft.client.renderer.rendertype with parameters of type IdentifierModifierConstructorDescription(package private)TextureBinding(Identifier location, Supplier<@Nullable GpuSampler> sampler) Creates an instance of aTextureBindingrecord class. -
Uses of Identifier in net.minecraft.client.renderer.special
Fields in net.minecraft.client.renderer.special declared as IdentifierModifier and TypeFieldDescriptionstatic final IdentifierChestSpecialRenderer.COPPER_CHEST_TEXTUREstatic final IdentifierChestSpecialRenderer.ENDER_CHEST_TEXTUREstatic final IdentifierChestSpecialRenderer.EXPOSED_COPPER_CHEST_TEXTUREstatic final IdentifierChestSpecialRenderer.GIFT_CHEST_TEXTUREstatic final IdentifierChestSpecialRenderer.NORMAL_CHEST_TEXTUREstatic final IdentifierChestSpecialRenderer.OXIDIZED_COPPER_CHEST_TEXTUREprivate final IdentifierBedSpecialRenderer.Unbaked.textureThe field for thetexturerecord component.private final IdentifierChestSpecialRenderer.Unbaked.textureThe field for thetexturerecord component.private final IdentifierCopperGolemStatueSpecialRenderer.textureprivate final IdentifierCopperGolemStatueSpecialRenderer.Unbaked.textureThe field for thetexturerecord component.private final IdentifierShulkerBoxSpecialRenderer.Unbaked.textureThe field for thetexturerecord component.static final IdentifierChestSpecialRenderer.TRAPPED_CHEST_TEXTUREstatic final IdentifierChestSpecialRenderer.WEATHERED_COPPER_CHEST_TEXTUREFields in net.minecraft.client.renderer.special with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static final ExtraCodecs.LateBoundIdMapper<Identifier, com.mojang.serialization.MapCodec<? extends SpecialModelRenderer.Unbaked>> SpecialModelRenderers.ID_MAPPERprivate final Optional<Identifier> HangingSignSpecialRenderer.Unbaked.textureThe field for thetexturerecord component.private final Optional<Identifier> StandingSignSpecialRenderer.Unbaked.textureThe field for thetexturerecord component.private final Optional<Identifier> SkullSpecialRenderer.Unbaked.textureOverrideThe field for thetextureOverriderecord component.Methods in net.minecraft.client.renderer.special that return IdentifierModifier and TypeMethodDescriptionBedSpecialRenderer.Unbaked.texture()Returns the value of thetexturerecord component.ChestSpecialRenderer.Unbaked.texture()Returns the value of thetexturerecord component.CopperGolemStatueSpecialRenderer.Unbaked.texture()Returns the value of thetexturerecord component.ShulkerBoxSpecialRenderer.Unbaked.texture()Returns the value of thetexturerecord component.Methods in net.minecraft.client.renderer.special that return types with arguments of type IdentifierModifier and TypeMethodDescriptionHangingSignSpecialRenderer.Unbaked.texture()Returns the value of thetexturerecord component.StandingSignSpecialRenderer.Unbaked.texture()Returns the value of thetexturerecord component.SkullSpecialRenderer.Unbaked.textureOverride()Returns the value of thetextureOverriderecord component.Constructors in net.minecraft.client.renderer.special with parameters of type IdentifierModifierConstructorDescriptionCopperGolemStatueSpecialRenderer(CopperGolemStatueModel model, Identifier texture) Unbaked(Identifier texture) Creates an instance of aUnbakedrecord class.Unbaked(Identifier texture) Unbaked(Identifier texture, float openness) Creates an instance of aUnbakedrecord class.Unbaked(Identifier texture, CopperGolemStatueBlock.Pose pose) Creates an instance of aUnbakedrecord class.Unbaked(Identifier texture, float openness, Direction orientation) Creates an instance of aUnbakedrecord class.Constructor parameters in net.minecraft.client.renderer.special with type arguments of type IdentifierModifierConstructorDescriptionUnbaked(WoodType woodType, Optional<Identifier> texture) Creates an instance of aUnbakedrecord class.Unbaked(SkullBlock.Type kind, Optional<Identifier> textureOverride, float animation) Creates an instance of aUnbakedrecord class.Unbaked(WoodType woodType, Optional<Identifier> texture) Creates an instance of aUnbakedrecord class. -
Uses of Identifier in net.minecraft.client.renderer.state
Fields in net.minecraft.client.renderer.state declared as Identifier -
Uses of Identifier in net.minecraft.client.renderer.texture
Fields in net.minecraft.client.renderer.texture declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierTextureAtlasSprite.atlasLocationstatic final IdentifierTextureManager.INTENTIONAL_MISSING_TEXTUREprivate final IdentifierSpriteLoader.locationprivate final IdentifierTextureAtlas.locationstatic final IdentifierTextureAtlas.LOCATION_BLOCKSDeprecated.static final IdentifierTextureAtlas.LOCATION_ITEMSDeprecated.static final IdentifierTextureAtlas.LOCATION_PARTICLESDeprecated.private static final IdentifierMissingTextureAtlasSprite.MISSING_TEXTURE_LOCATIONprivate final IdentifierSpriteContents.nameprivate final IdentifierReloadableTexture.resourceIdFields in net.minecraft.client.renderer.texture with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<Identifier, AbstractTexture> TextureManager.byPathprivate final Map<Identifier, TextureAtlasSprite> SpriteLoader.Preparations.regionsThe field for theregionsrecord component.private Map<Identifier, TextureAtlasSprite> TextureAtlas.texturesByNameMethods in net.minecraft.client.renderer.texture that return IdentifierModifier and TypeMethodDescriptionTextureAtlasSprite.atlasLocation()static IdentifierMissingTextureAtlasSprite.getLocation()TextureAtlas.location()SpriteContents.name()Stitcher.Entry.name()ReloadableTexture.resourceId()Methods in net.minecraft.client.renderer.texture that return types with arguments of type IdentifierModifier and TypeMethodDescriptionprivate Map<Identifier, TextureAtlasSprite> SpriteLoader.getStitchedSprites(Stitcher<SpriteContents> stitcher, int atlasWidth, int atlasHeight) TextureAtlas.getTextures()SpriteLoader.Preparations.regions()Returns the value of theregionsrecord component.Methods in net.minecraft.client.renderer.texture with parameters of type IdentifierModifier and TypeMethodDescriptionSkinTextureDownloader.downloadAndRegisterSkin(Identifier textureId, Path localCopy, String url, boolean processLegacySkin) voidDumpable.dumpContents(Identifier selfId, Path dir) voidDynamicTexture.dumpContents(Identifier selfId, Path dir) voidTextureAtlas.dumpContents(Identifier selfId, Path dir) static NativeImage[]MipmapGenerator.generateMipLevels(Identifier name, NativeImage[] currentMips, int newMipLevel, MipmapStrategy mipmapStrategy, float alphaCutoffBias, Transparency transparency) @Nullable TextureAtlasSpriteSpriteLoader.Preparations.getSprite(Identifier id) TextureAtlas.getSprite(Identifier location) TextureManager.getTexture(Identifier location) static TextureContentsTextureContents.load(ResourceManager resourceManager, Identifier location) SpriteLoader.loadAndStitch(ResourceManager manager, Identifier atlasInfoLocation, int maxMipmapLevels, Executor taskExecutor, Set<MetadataSectionType<?>> additionalMetadata) private static TextureContentsTextureManager.loadContents(ResourceManager manager, Identifier location, ReloadableTexture texture) private TextureContentsTextureManager.loadContentsSafe(Identifier textureId, ReloadableTexture texture) voidTextureManager.register(Identifier location, AbstractTexture texture) voidTextureManager.registerAndLoad(Identifier textureId, ReloadableTexture texture) voidTextureManager.registerForNextReload(Identifier location) voidTextureManager.release(Identifier location) private voidTextureManager.safeClose(Identifier id, AbstractTexture texture) private static TextureManager.PendingReloadTextureManager.scheduleLoad(ResourceManager manager, Identifier location, ReloadableTexture texture, Executor executor) Method parameters in net.minecraft.client.renderer.texture with type arguments of type IdentifierModifier and TypeMethodDescriptionprivate static voidTextureAtlas.dumpSpriteNames(Path dir, String outputId, Map<Identifier, TextureAtlasSprite> regions) Constructors in net.minecraft.client.renderer.texture with parameters of type IdentifierModifierConstructorDescriptionCubeMapTexture(Identifier resourceId) ReloadableTexture(Identifier resourceId) SimpleTexture(Identifier location) SpriteContents(Identifier name, FrameSize frameSize, NativeImage image) SpriteContents(Identifier name, FrameSize frameSize, NativeImage image, Optional<AnimationMetadataSection> animationInfo, List<MetadataSectionType.WithValue<?>> additionalMetadata, Optional<TextureMetadataSection> textureInfo) SpriteLoader(Identifier location, int maxSupportedTextureSize) TextureAtlas(Identifier location) protectedTextureAtlasSprite(Identifier atlasLocation, SpriteContents contents, int atlasWidth, int atlasHeight, int x, int y, int padding) Constructor parameters in net.minecraft.client.renderer.texture with type arguments of type IdentifierModifierConstructorDescriptionPreparations(int width, int height, int mipLevel, TextureAtlasSprite missing, Map<Identifier, TextureAtlasSprite> regions, CompletableFuture<Void> readyForUpload) Creates an instance of aPreparationsrecord class. -
Uses of Identifier in net.minecraft.client.renderer.texture.atlas
Fields in net.minecraft.client.renderer.texture.atlas with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static final ExtraCodecs.LateBoundIdMapper<Identifier, com.mojang.serialization.MapCodec<? extends SpriteSource>> SpriteSources.ID_MAPPERMethods in net.minecraft.client.renderer.texture.atlas with parameters of type IdentifierModifier and TypeMethodDescriptionvoidSpriteSource.Output.add(Identifier id, SpriteSource.DiscardableLoader sprite) default voidSpriteSource.Output.add(Identifier id, Resource resource) static SpriteSourceListSpriteSourceList.load(ResourceManager resourceManager, Identifier atlasId) default SpriteContentsSpriteResourceLoader.loadSprite(Identifier p_295581_, Resource resource) @Nullable SpriteContentsSpriteResourceLoader.loadSprite(Identifier id, Resource resource, SpriteContentsConstructor constructor) Method parameters in net.minecraft.client.renderer.texture.atlas with type arguments of type IdentifierModifier and TypeMethodDescriptionvoidSpriteSource.Output.removeAll(Predicate<Identifier> predicate) -
Uses of Identifier in net.minecraft.client.renderer.texture.atlas.sources
Fields in net.minecraft.client.renderer.texture.atlas.sources declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierLazyLoadedImage.idprivate final IdentifierPalettedPermutations.paletteKeyThe field for thepaletteKeyrecord component.private final IdentifierPalettedPermutations.PalettedSpriteSupplier.permutationLocationThe field for thepermutationLocationrecord component.private final IdentifierUnstitcher.resourceThe field for theresourcerecord component.private final IdentifierSingleFile.resourceIdThe field for theresourceIdrecord component.private final IdentifierUnstitcher.Region.spriteThe field for thespriterecord component.Fields in net.minecraft.client.renderer.texture.atlas.sources with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<String, Identifier> PalettedPermutations.permutationsThe field for thepermutationsrecord component.private final Optional<Identifier> SingleFile.spriteIdThe field for thespriteIdrecord component.private final List<Identifier> PalettedPermutations.texturesThe field for thetexturesrecord component.Methods in net.minecraft.client.renderer.texture.atlas.sources that return IdentifierModifier and TypeMethodDescriptionPalettedPermutations.paletteKey()Returns the value of thepaletteKeyrecord component.PalettedPermutations.PalettedSpriteSupplier.permutationLocation()Returns the value of thepermutationLocationrecord component.Unstitcher.resource()Returns the value of theresourcerecord component.SingleFile.resourceId()Returns the value of theresourceIdrecord component.Unstitcher.Region.sprite()Returns the value of thespriterecord component.Methods in net.minecraft.client.renderer.texture.atlas.sources that return types with arguments of type IdentifierModifier and TypeMethodDescriptionPalettedPermutations.permutations()Returns the value of thepermutationsrecord component.SingleFile.spriteId()Returns the value of thespriteIdrecord component.PalettedPermutations.textures()Returns the value of thetexturesrecord component.Methods in net.minecraft.client.renderer.texture.atlas.sources with parameters of type IdentifierModifier and TypeMethodDescriptionprivate static int[]PalettedPermutations.loadPaletteEntryFromImage(ResourceManager resourceManager, Identifier location) Constructors in net.minecraft.client.renderer.texture.atlas.sources with parameters of type IdentifierModifierConstructorDescriptionLazyLoadedImage(Identifier id, Resource resource, int count) PalettedPermutations(List<Identifier> textures, Identifier paletteKey, Map<String, Identifier> permutations) PalettedPermutations(List<Identifier> textures, Identifier paletteKey, Map<String, Identifier> permutations, String separator) Creates an instance of aPalettedPermutationsrecord class.PalettedSpriteSupplier(LazyLoadedImage baseImage, Supplier<IntUnaryOperator> palette, Identifier permutationLocation) Creates an instance of aPalettedSpriteSupplierrecord class.Region(Identifier sprite, double x, double y, double width, double height) Creates an instance of aRegionrecord class.SingleFile(Identifier resourceId) SingleFile(Identifier resourceId, Optional<Identifier> spriteId) Creates an instance of aSingleFilerecord class.Unstitcher(Identifier resource, List<Unstitcher.Region> regions, double xDivisor, double yDivisor) Creates an instance of aUnstitcherrecord class.Constructor parameters in net.minecraft.client.renderer.texture.atlas.sources with type arguments of type IdentifierModifierConstructorDescriptionPalettedPermutations(List<Identifier> textures, Identifier paletteKey, Map<String, Identifier> permutations) PalettedPermutations(List<Identifier> textures, Identifier paletteKey, Map<String, Identifier> permutations) PalettedPermutations(List<Identifier> textures, Identifier paletteKey, Map<String, Identifier> permutations, String separator) Creates an instance of aPalettedPermutationsrecord class.PalettedPermutations(List<Identifier> textures, Identifier paletteKey, Map<String, Identifier> permutations, String separator) Creates an instance of aPalettedPermutationsrecord class.SingleFile(Identifier resourceId, Optional<Identifier> spriteId) Creates an instance of aSingleFilerecord class. -
Uses of Identifier in net.minecraft.client.resources
Fields in net.minecraft.client.resources declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierMapTextureManager.MapInstance.locationprivate static final IdentifierDryFoliageColorReloadListener.LOCATIONprivate static final IdentifierFoliageColorReloadListener.LOCATIONprivate static final IdentifierGrassColorReloadListener.LOCATIONprivate static final IdentifierClientPackSource.PACKS_DIRstatic final IdentifierSplashManager.SPLASHES_LOCATIONFields in net.minecraft.client.resources with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final List<Identifier> WaypointStyle.spriteLocationsThe field for thespriteLocationsrecord component.private final List<Identifier> WaypointStyle.spritesThe field for thespritesrecord component.Methods in net.minecraft.client.resources that return IdentifierModifier and TypeMethodDescriptionstatic IdentifierDefaultPlayerSkin.getDefaultTexture()private IdentifierSkinManager.TextureCache.getTextureLocation(String textureHash) MapTextureManager.prepareMapTexture(MapId id, MapItemSavedData data) WaypointStyle.sprite(float distance) Methods in net.minecraft.client.resources that return types with arguments of type IdentifierModifier and TypeMethodDescriptionWaypointStyle.spriteLocations()Returns the value of thespriteLocationsrecord component.WaypointStyle.sprites()Returns the value of thespritesrecord component.Methods in net.minecraft.client.resources with parameters of type IdentifierModifier and TypeMethodDescriptionstatic int[]LegacyStuffWrapper.getPixels(ResourceManager resourceManager, Identifier location) Deprecated.Method parameters in net.minecraft.client.resources with type arguments of type IdentifierModifier and TypeMethodDescriptionprotected voidWaypointStyleManager.apply(Map<Identifier, WaypointStyle> preparations, ResourceManager manager, ProfilerFiller profiler) Constructor parameters in net.minecraft.client.resources with type arguments of type IdentifierModifierConstructorDescriptionWaypointStyle(int nearDistance, int farDistance, List<Identifier> sprites) WaypointStyle(int nearDistance, int farDistance, List<Identifier> sprites, List<Identifier> spriteLocations) Creates an instance of aWaypointStylerecord class. -
Uses of Identifier in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierSpriteId.atlasLocationThe field for theatlasLocationrecord component.private final IdentifierAtlasManager.AtlasConfig.definitionLocationThe field for thedefinitionLocationrecord component.private static final IdentifierBlockStateDefinitions.GLOW_ITEM_FRAME_LOCATIONprivate final IdentifierClientItemInfoLoader.PendingLoad.idThe field for theidrecord component.private final IdentifierModelDiscovery.ModelWrapper.idprivate static final IdentifierBlockStateDefinitions.ITEM_FRAME_LOCATIONstatic final IdentifierMissingBlockModel.LOCATIONprivate final IdentifierSpriteId.textureThe field for thetexturerecord component.private final IdentifierAtlasManager.AtlasConfig.textureIdThe field for thetextureIdrecord component.private final IdentifierEquipmentClientInfo.Layer.textureIdThe field for thetextureIdrecord component.Fields in net.minecraft.client.resources.model with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<Identifier, AtlasManager.AtlasEntry> AtlasManager.atlasByIdprivate final Map<Identifier, AtlasManager.AtlasEntry> AtlasManager.atlasByTextureprivate Map<Identifier, ItemModel> ModelManager.bakedItemStackModelsstatic final List<Identifier> ModelBakery.BREAKING_LOCATIONSprivate final Map<Identifier, ClientItem> ModelBakery.clientInfosprivate final Map<Identifier, ClientItem> ClientItemInfoLoader.LoadedClientInfos.contentsThe field for thecontentsrecord component.static final List<Identifier> ModelBakery.DESTROY_STAGESprivate final Map<Identifier, ClientItem.Properties> ModelBakery.BakingResult.itemPropertiesThe field for theitemPropertiesrecord component.private Map<Identifier, ClientItem.Properties> ModelManager.itemPropertiesprivate final Map<Identifier, ItemModel> ModelBakery.BakingResult.itemStackModelsThe field for theitemStackModelsrecord component.private final Map<Identifier, ResolvedModel> ModelManager.ResolvedModels.modelsThe field for themodelsrecord component.private final it.unimi.dsi.fastutil.objects.Object2ObjectMap<Identifier, ModelDiscovery.ModelWrapper> ModelDiscovery.modelWrappersprivate Set<Identifier> ModelManager.reportedMissingItemModelsprivate final Map<Identifier, ResolvedModel> ModelBakery.resolvedModelsprivate static final Map<Identifier, StateDefinition<Block, BlockState>> BlockStateDefinitions.STATIC_DEFINITIONSprivate final Map<Identifier, CompletableFuture<SpriteLoader.Preparations>> AtlasManager.PendingStitchResults.stitchFuturesByIdprivate final it.unimi.dsi.fastutil.objects.Object2ObjectFunction<Identifier, ModelDiscovery.ModelWrapper> ModelDiscovery.uncachedResolverMethods in net.minecraft.client.resources.model that return IdentifierModifier and TypeMethodDescriptionSpriteId.atlasLocation()Returns the value of theatlasLocationrecord component.AtlasManager.AtlasConfig.definitionLocation()Returns the value of thedefinitionLocationrecord component.EquipmentClientInfo.Layer.getTextureLocation(EquipmentClientInfo.LayerType type) ClientItemInfoLoader.PendingLoad.id()Returns the value of theidrecord component.default @Nullable IdentifierUnbakedModel.parent()SpriteId.texture()Returns the value of thetexturerecord component.AtlasManager.AtlasConfig.textureId()Returns the value of thetextureIdrecord component.EquipmentClientInfo.Layer.textureId()Returns the value of thetextureIdrecord component.Methods in net.minecraft.client.resources.model that return types with arguments of type IdentifierModifier and TypeMethodDescriptionClientItemInfoLoader.LoadedClientInfos.contents()Returns the value of thecontentsrecord component.(package private) static Function<Identifier, StateDefinition<Block, BlockState>> BlockStateDefinitions.definitionLocationToBlockStateMapper()ModelBakery.BakingResult.itemProperties()Returns the value of theitemPropertiesrecord component.ModelBakery.BakingResult.itemStackModels()Returns the value of theitemStackModelsrecord component.private static CompletableFuture<Map<Identifier, UnbakedModel>> ModelManager.loadBlockModels(ResourceManager manager, Executor executor) ModelManager.ResolvedModels.models()Returns the value of themodelsrecord component.ModelDiscovery.resolve()Methods in net.minecraft.client.resources.model with parameters of type IdentifierModifier and TypeMethodDescriptionEquipmentClientInfo.Builder.addHumanoidLayers(Identifier textureId) EquipmentClientInfo.Builder.addHumanoidLayers(Identifier textureId, boolean dyeable) EquipmentClientInfo.Builder.addMainHumanoidLayer(Identifier textureId, boolean dyeable) voidModelDiscovery.addSpecialModel(Identifier id, UnbakedModel model) private ModelDiscovery.ModelWrapperModelDiscovery.createAndQueueWrapper(Identifier id, UnbakedModel rawModel) AtlasManager.PendingStitchResults.get(Identifier atlasId) AtlasManager.getAtlasOrThrow(Identifier atlasId) ModelManager.getItemModel(Identifier id) ModelManager.getItemProperties(Identifier id) ModelBaker.getModel(Identifier location) ModelBakery.ModelBakerImpl.getModel(Identifier location) private ModelDiscovery.ModelWrapperModelDiscovery.getOrCreateModel(Identifier id) static EquipmentClientInfo.LayerEquipmentClientInfo.Layer.leatherDyeable(Identifier textureId, boolean dyeable) private static BlockStateModelLoader.LoadedModelsBlockStateModelLoader.loadBlockStateDefinitionStack(Identifier stateDefinitionId, StateDefinition<Block, BlockState> stateDefinition, List<BlockStateModelLoader.LoadedBlockModelDefinition> definitionStack) voidResolvableModel.Resolver.markDependency(Identifier id) static EquipmentClientInfo.LayerEquipmentClientInfo.Layer.onlyIfDyed(Identifier textureId, boolean dyeable) Method parameters in net.minecraft.client.resources.model with type arguments of type IdentifierModifier and TypeMethodDescriptionprotected voidEquipmentAssetManager.apply(Map<Identifier, EquipmentClientInfo> preparations, ResourceManager manager, ProfilerFiller profiler) SpriteId.buffer(SpriteGetter sprites, MultiBufferSource bufferSource, Function<Identifier, RenderType> renderType) SpriteId.buffer(SpriteGetter sprites, MultiBufferSource bufferSource, Function<Identifier, RenderType> renderType, boolean sheeted, boolean hasFoil) private static ModelManager.ResolvedModelsModelManager.discoverModelDependencies(Map<Identifier, UnbakedModel> allModels, BlockStateModelLoader.LoadedModels blockStateModels, ClientItemInfoLoader.LoadedClientInfos itemInfos) private static ModelManager.ResolvedModelsModelManager.discoverModelDependencies(Map<Identifier, UnbakedModel> allModels, BlockStateModelLoader.LoadedModels blockStateModels, ClientItemInfoLoader.LoadedClientInfos itemInfos, StandaloneModelLoader.LoadedModels standaloneModels) voidAtlasManager.forEach(BiConsumer<Identifier, TextureAtlas> output) SpriteId.renderType(Function<Identifier, RenderType> renderType) Constructors in net.minecraft.client.resources.model with parameters of type IdentifierModifierConstructorDescriptionAtlasConfig(Identifier textureId, Identifier definitionLocation, boolean createMipmaps) AtlasConfig(Identifier textureId, Identifier definitionLocation, boolean createMipmaps, Set<MetadataSectionType<?>> additionalMetadata) Creates an instance of aAtlasConfigrecord class.Layer(Identifier textureId) Layer(Identifier textureId, Optional<EquipmentClientInfo.Dyeable> dyeable, boolean usePlayerTexture) Creates an instance of aLayerrecord class.privateModelWrapper(Identifier id, UnbakedModel wrapped, boolean valid) privatePendingLoad(Identifier id, @Nullable ClientItem clientItemInfo) Creates an instance of aPendingLoadrecord class.SpriteId(Identifier atlasLocation, Identifier texture) Creates an instance of aSpriteIdrecord class.Constructor parameters in net.minecraft.client.resources.model with type arguments of type IdentifierModifierConstructorDescriptionLoadedClientInfos(Map<Identifier, ClientItem> contents) Creates an instance of aLoadedClientInfosrecord class.ModelDiscovery(Map<Identifier, UnbakedModel> unbakedModels, UnbakedModel missingUnbakedModel) privatePendingStitchResults(List<AtlasManager.PendingStitch> pendingStitches, Map<Identifier, CompletableFuture<SpriteLoader.Preparations>> stitchFuturesById, CompletableFuture<?> allReadyToUpload) privateResolvedModels(ResolvedModel missing, Map<Identifier, ResolvedModel> models) Creates an instance of aResolvedModelsrecord class. -
Uses of Identifier in net.minecraft.client.resources.sounds
Fields in net.minecraft.client.resources.sounds declared as IdentifierModifier and TypeFieldDescriptionprotected final IdentifierAbstractSoundInstance.identifierprivate final IdentifierSound.locationMethods in net.minecraft.client.resources.sounds that return IdentifierModifier and TypeMethodDescriptionAbstractSoundInstance.getIdentifier()SoundInstance.getIdentifier()Sound.getLocation()Sound.getPath()Constructors in net.minecraft.client.resources.sounds with parameters of type IdentifierModifierConstructorDescriptionprotectedAbstractSoundInstance(Identifier identifier, SoundSource source, RandomSource random) SimpleSoundInstance(Identifier location, SoundSource source, float volume, float pitch, RandomSource random, boolean looping, int delay, SoundInstance.Attenuation attenuation, double x, double y, double z, boolean relative) Sound(Identifier location, SampledFloat volume, SampledFloat pitch, int weight, Sound.Type type, boolean stream, boolean preload, int attenuationDistance) -
Uses of Identifier in net.minecraft.client.searchtree
Method parameters in net.minecraft.client.searchtree with type arguments of type IdentifierModifier and TypeMethodDescriptionstatic <T> IdentifierSearchTree<T> IdentifierSearchTree.create(List<T> elements, Function<T, Stream<Identifier>> idGetter) Constructor parameters in net.minecraft.client.searchtree with type arguments of type IdentifierModifierConstructorDescriptionIdSearchTree(Function<T, Stream<Identifier>> idGetter, List<T> contents) -
Uses of Identifier in net.minecraft.client.sounds
Fields in net.minecraft.client.sounds declared as IdentifierModifier and TypeFieldDescriptionstatic final IdentifierSoundManager.EMPTY_SOUND_LOCATIONstatic final IdentifierSoundManager.INTENTIONALLY_EMPTY_SOUND_LOCATIONFields in net.minecraft.client.sounds with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<Identifier, CompletableFuture<SoundBuffer>> SoundBufferLibrary.cacheprivate static final Set<Identifier> SoundEngine.ONLY_WARN_ONCEA set of resource locations for which a missing sound warning has been issuedprivate final Map<Identifier, WeighedSoundEvents> SoundManager.Preparations.registryprivate final Map<Identifier, WeighedSoundEvents> SoundManager.registryprivate Map<Identifier, Resource> SoundManager.Preparations.soundCacheprivate final Map<Identifier, Resource> SoundManager.soundCacheMethods in net.minecraft.client.sounds that return types with arguments of type IdentifierMethods in net.minecraft.client.sounds with parameters of type IdentifierModifier and TypeMethodDescriptionSoundBufferLibrary.getCompleteBuffer(Identifier location) Returns Returns a CompletableFuture containing the complete SoundBuffer. The SoundBuffer is loaded asynchronously and cached..@Nullable WeighedSoundEventsSoundManager.getSoundEvent(Identifier location) Returns The sound event associated with the specific, orinvalid reference
ResourceLocation
nullif not found.SoundBufferLibrary.getStream(Identifier location, boolean looping) Returns Returns a CompletableFuture containing the AudioStream. The AudioStream is loaded asynchronously..private voidSoundManager.Preparations.handleRegistration(Identifier eventLocation, SoundEventRegistration soundEventRegistration) voidSoundEngine.stop(@Nullable Identifier sound, @Nullable SoundSource source) voidSoundManager.stop(@Nullable Identifier sound, @Nullable SoundSource source) Stops all sounds associated with the specified ID and category.private static booleanSoundManager.validateSoundResource(Sound sound, Identifier eventLocation, ResourceProvider resourceProvider) Validates a sound resourceMethod parameters in net.minecraft.client.sounds with type arguments of type IdentifierModifier and TypeMethodDescriptionvoidSoundManager.Preparations.apply(Map<Identifier, WeighedSoundEvents> registry, Map<Identifier, Resource> soundCache, SoundEngine engine) Applies the prepared sound event registrations and caches to the sound manager.Constructors in net.minecraft.client.sounds with parameters of type Identifier -
Uses of Identifier in net.minecraft.commands
Fields in net.minecraft.commands declared as IdentifierMethods in net.minecraft.commands that return IdentifierMethods in net.minecraft.commands that return types with arguments of type IdentifierModifier and TypeMethodDescriptionCommandSourceStack.getAvailableSounds()SharedSuggestionProvider.getAvailableSounds()Method parameters in net.minecraft.commands with type arguments of type IdentifierModifier and TypeMethodDescriptionstatic <T> voidSharedSuggestionProvider.filterResources(Iterable<T> values, String contents, String prefix, Function<T, Identifier> converter, Consumer<T> consumer) static <T> voidSharedSuggestionProvider.filterResources(Iterable<T> values, String contents, Function<T, Identifier> converter, Consumer<T> consumer) static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> SharedSuggestionProvider.suggestResource(Iterable<Identifier> values, com.mojang.brigadier.suggestion.SuggestionsBuilder builder) static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> SharedSuggestionProvider.suggestResource(Iterable<Identifier> values, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, String prefix) static <T> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> SharedSuggestionProvider.suggestResource(Iterable<T> values, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, Function<T, Identifier> id, Function<T, com.mojang.brigadier.Message> tooltip) static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> SharedSuggestionProvider.suggestResource(Stream<Identifier> values, com.mojang.brigadier.suggestion.SuggestionsBuilder builder) static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> SharedSuggestionProvider.suggestResource(Stream<Identifier> values, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, String prefix) static <T> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> SharedSuggestionProvider.suggestResource(Stream<T> values, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, Function<T, Identifier> id, Function<T, com.mojang.brigadier.Message> tooltip) Constructors in net.minecraft.commands with parameters of type Identifier -
Uses of Identifier in net.minecraft.commands.arguments
Classes in net.minecraft.commands.arguments that implement interfaces with type arguments of type IdentifierMethods in net.minecraft.commands.arguments that return IdentifierModifier and TypeMethodDescriptionstatic IdentifierIdentifierArgument.getId(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, String name) DimensionArgument.parse(com.mojang.brigadier.StringReader reader) IdentifierArgument.parse(com.mojang.brigadier.StringReader reader) Methods in net.minecraft.commands.arguments with parameters of type IdentifierModifier and TypeMethodDescriptionprivate static booleanResourceSelectorArgument.matches(String pattern, Identifier key) -
Uses of Identifier in net.minecraft.commands.arguments.blocks
Fields in net.minecraft.commands.arguments.blocks declared as Identifier -
Uses of Identifier in net.minecraft.commands.arguments.item
Fields in net.minecraft.commands.arguments.item declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierItemPredicateArgument.COUNT_IDprivate final IdentifierItemPredicateArgument.ComponentWrapper.idThe field for theidrecord component.private final IdentifierItemPredicateArgument.PredicateWrapper.idThe field for theidrecord component.Fields in net.minecraft.commands.arguments.item with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static final Map<Identifier, ItemPredicateArgument.ComponentWrapper> ItemPredicateArgument.PSEUDO_COMPONENTSprivate static final Map<Identifier, ItemPredicateArgument.PredicateWrapper> ItemPredicateArgument.PSEUDO_PREDICATESMethods in net.minecraft.commands.arguments.item that return IdentifierModifier and TypeMethodDescriptionItemPredicateArgument.ComponentWrapper.id()Returns the value of theidrecord component.ItemPredicateArgument.PredicateWrapper.id()Returns the value of theidrecord component.Methods in net.minecraft.commands.arguments.item that return types with arguments of type IdentifierModifier and TypeMethodDescriptionstatic com.mojang.datafixers.util.Pair<Identifier, Collection<CommandFunction<CommandSourceStack>>> FunctionArgument.getFunctionCollection(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, String name) static com.mojang.datafixers.util.Pair<Identifier, com.mojang.datafixers.util.Either<CommandFunction<CommandSourceStack>, Collection<CommandFunction<CommandSourceStack>>>> FunctionArgument.getFunctionOrTag(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, String name) ComponentPredicateParser.Context.listComponentTypes()ItemPredicateArgument.Context.listComponentTypes()ComponentPredicateParser.Context.listElementTypes()ItemPredicateArgument.Context.listElementTypes()ComponentPredicateParser.Context.listPredicateTypes()ItemPredicateArgument.Context.listPredicateTypes()ComponentPredicateParser.Context.listTagTypes()ItemPredicateArgument.Context.listTagTypes()ComponentPredicateParser.ComponentLookupRule.possibleResources()ComponentPredicateParser.ElementLookupRule.possibleResources()ComponentPredicateParser.PredicateLookupRule.possibleResources()ComponentPredicateParser.TagLookupRule.possibleResources()com.mojang.datafixers.util.Pair<Identifier, com.mojang.datafixers.util.Either<CommandFunction<CommandSourceStack>, Collection<CommandFunction<CommandSourceStack>>>> FunctionArgument.Result.unwrap(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context) com.mojang.datafixers.util.Pair<Identifier, Collection<CommandFunction<CommandSourceStack>>> FunctionArgument.Result.unwrapToCollection(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context) Methods in net.minecraft.commands.arguments.item with parameters of type IdentifierModifier and TypeMethodDescriptionstatic <T> ItemPredicateArgument.ComponentWrapperItemPredicateArgument.ComponentWrapper.create(com.mojang.brigadier.ImmutableStringReader reader, Identifier id, DataComponentType<T> type) ComponentPredicateParser.Context.forElementType(com.mojang.brigadier.ImmutableStringReader reader, Identifier id) ItemPredicateArgument.Context.forElementType(com.mojang.brigadier.ImmutableStringReader reader, Identifier id) ComponentPredicateParser.Context.forTagType(com.mojang.brigadier.ImmutableStringReader reader, Identifier id) ItemPredicateArgument.Context.forTagType(com.mojang.brigadier.ImmutableStringReader reader, Identifier id) private static CommandFunction<CommandSourceStack> FunctionArgument.getFunction(com.mojang.brigadier.context.CommandContext<CommandSourceStack> c, Identifier id) private static Collection<CommandFunction<CommandSourceStack>> FunctionArgument.getFunctionTag(com.mojang.brigadier.context.CommandContext<CommandSourceStack> c, Identifier id) ComponentPredicateParser.Context.lookupComponentType(com.mojang.brigadier.ImmutableStringReader reader, Identifier id) ItemPredicateArgument.Context.lookupComponentType(com.mojang.brigadier.ImmutableStringReader reader, Identifier componentId) ComponentPredicateParser.Context.lookupPredicateType(com.mojang.brigadier.ImmutableStringReader reader, Identifier id) ItemPredicateArgument.Context.lookupPredicateType(com.mojang.brigadier.ImmutableStringReader reader, Identifier componentId) protected CComponentPredicateParser.ComponentLookupRule.validateElement(com.mojang.brigadier.ImmutableStringReader reader, Identifier id) protected TComponentPredicateParser.ElementLookupRule.validateElement(com.mojang.brigadier.ImmutableStringReader reader, Identifier id) protected PComponentPredicateParser.PredicateLookupRule.validateElement(com.mojang.brigadier.ImmutableStringReader reader, Identifier id) protected TComponentPredicateParser.TagLookupRule.validateElement(com.mojang.brigadier.ImmutableStringReader reader, Identifier id) Constructors in net.minecraft.commands.arguments.item with parameters of type IdentifierModifierConstructorDescriptionprivateComponentWrapper(Identifier id, Predicate<ItemStack> presenceChecker, com.mojang.serialization.Decoder<? extends Predicate<ItemStack>> valueChecker) Creates an instance of aComponentWrapperrecord class.privatePredicateWrapper(Identifier id, com.mojang.serialization.Decoder<? extends Predicate<ItemStack>> type) Creates an instance of aPredicateWrapperrecord class.Constructor parameters in net.minecraft.commands.arguments.item with type arguments of type IdentifierModifierConstructorDescriptionprivateComponentLookupRule(NamedRule<com.mojang.brigadier.StringReader, Identifier> idParser, ComponentPredicateParser.Context<T, C, P> context) privateElementLookupRule(NamedRule<com.mojang.brigadier.StringReader, Identifier> idParser, ComponentPredicateParser.Context<T, C, P> context) privatePredicateLookupRule(NamedRule<com.mojang.brigadier.StringReader, Identifier> idParser, ComponentPredicateParser.Context<T, C, P> context) privateTagLookupRule(NamedRule<com.mojang.brigadier.StringReader, Identifier> idParser, ComponentPredicateParser.Context<T, C, P> context) -
Uses of Identifier in net.minecraft.commands.execution
Methods in net.minecraft.commands.execution with parameters of type IdentifierModifier and TypeMethodDescriptionvoidTraceCallbacks.onCall(int depth, Identifier function, int size) -
Uses of Identifier in net.minecraft.commands.functions
Fields in net.minecraft.commands.functions declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierMacroFunction.idprivate final IdentifierPlainTextFunction.idThe field for theidrecord component.Methods in net.minecraft.commands.functions that return IdentifierModifier and TypeMethodDescriptionCommandFunction.id()InstantiatedFunction.id()MacroFunction.id()PlainTextFunction.id()Returns the value of theidrecord component.Methods in net.minecraft.commands.functions with parameters of type IdentifierModifier and TypeMethodDescriptionFunctionBuilder.build(Identifier id) static <T extends ExecutionCommandSource<T>>
CommandFunction<T> CommandFunction.fromLines(Identifier id, com.mojang.brigadier.CommandDispatcher<T> dispatcher, T compilationContext, List<String> lines) MacroFunction.Entry.instantiate(List<String> substitutions, com.mojang.brigadier.CommandDispatcher<T> dispatcher, Identifier funtionId) MacroFunction.MacroEntry.instantiate(List<String> substitutions, com.mojang.brigadier.CommandDispatcher<T> dispatcher, Identifier functionId) MacroFunction.PlainTextEntry.instantiate(List<String> substitutions, com.mojang.brigadier.CommandDispatcher<T> dispatcher, Identifier functionId) Constructors in net.minecraft.commands.functions with parameters of type IdentifierModifierConstructorDescriptionMacroFunction(Identifier id, List<MacroFunction.Entry<T>> entries, List<String> parameters) PlainTextFunction(Identifier id, List<UnboundEntryAction<T>> entries) Creates an instance of aPlainTextFunctionrecord class. -
Uses of Identifier in net.minecraft.commands.synchronization
Fields in net.minecraft.commands.synchronization declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierSuggestionProviders.ID_ASK_SERVERprivate final IdentifierSuggestionProviders.RegisteredSuggestion.nameThe field for thenamerecord component.Fields in net.minecraft.commands.synchronization with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static final Map<Identifier, com.mojang.brigadier.suggestion.SuggestionProvider<SharedSuggestionProvider>> SuggestionProviders.PROVIDERS_BY_NAMEMethods in net.minecraft.commands.synchronization that return IdentifierModifier and TypeMethodDescriptionstatic IdentifierSuggestionProviders.getName(com.mojang.brigadier.suggestion.SuggestionProvider<?> provider) Gets the ID for the given provider.SuggestionProviders.RegisteredSuggestion.name()Returns the value of thenamerecord component.Methods in net.minecraft.commands.synchronization with parameters of type IdentifierModifier and TypeMethodDescriptionstatic <S extends SharedSuggestionProvider>
com.mojang.brigadier.suggestion.SuggestionProvider<S> SuggestionProviders.getProvider(Identifier name) static <S extends SharedSuggestionProvider>
com.mojang.brigadier.suggestion.SuggestionProvider<S> SuggestionProviders.register(Identifier name, com.mojang.brigadier.suggestion.SuggestionProvider<SharedSuggestionProvider> provider) Constructors in net.minecraft.commands.synchronization with parameters of type IdentifierModifierConstructorDescriptionprivateRegisteredSuggestion(Identifier name, com.mojang.brigadier.suggestion.SuggestionProvider<SharedSuggestionProvider> delegate) Creates an instance of aRegisteredSuggestionrecord class. -
Uses of Identifier in net.minecraft.core
Fields in net.minecraft.core declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierDefaultedMappedRegistry.defaultKeyprivate final IdentifierClientAsset.ResourceTexture.idThe field for theidrecord component.private final IdentifierRegistrySynchronization.PackedRegistryEntry.idThe field for theidrecord component.private final IdentifierClientAsset.DownloadedTexture.texturePathThe field for thetexturePathrecord component.private final IdentifierClientAsset.ResourceTexture.texturePathThe field for thetexturePathrecord component.Fields in net.minecraft.core with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<Identifier, Holder.Reference<T>> MappedRegistry.byLocationprivate final Map<Identifier, HolderGetter<?>> RegistrySetBuilder.BuildState.registriesThe field for theregistriesrecord component.Methods in net.minecraft.core that return IdentifierModifier and TypeMethodDescriptionDefaultedMappedRegistry.getDefaultKey()DefaultedRegistry.getDefaultKey()@NonNull Identifier@Nullable Identifier@Nullable Identifier@Nullable IdentifierDefaultedMappedRegistry.getKeyOrNull(T element) ClientAsset.DownloadedTexture.id()ClientAsset.id()ClientAsset.ResourceTexture.id()Returns the value of theidrecord component.RegistrySynchronization.PackedRegistryEntry.id()Returns the value of theidrecord component.ClientAsset.DownloadedTexture.texturePath()Returns the value of thetexturePathrecord component.ClientAsset.ResourceTexture.texturePath()Returns the value of thetexturePathrecord component.ClientAsset.Texture.texturePath()Methods in net.minecraft.core that return types with arguments of type IdentifierModifier and TypeMethodDescriptionMappedRegistry.keySet()Registry.keySet()Map<Identifier, HolderGetter<?>> RegistrySetBuilder.BuildState.registries()Returns the value of theregistriesrecord component.Methods in net.minecraft.core with parameters of type IdentifierModifier and TypeMethodDescriptionbooleanMappedRegistry.containsKey(Identifier key) booleanRegistry.containsKey(Identifier key) MappedRegistry.get(Identifier id) Registry.get(Identifier id) intMappedRegistry.getId(Identifier name) DefaultedMappedRegistry.getOptional(@Nullable Identifier key) Registry.getOptional(@Nullable Identifier key) DefaultedMappedRegistry.getValue(@Nullable Identifier key) @NonNull TDefaultedRegistry.getValue(@Nullable Identifier key) @Nullable TMappedRegistry.getValue(@Nullable Identifier key) @Nullable TRegistry.getValue(@Nullable Identifier key) booleanHolder.Direct.is(Identifier key) booleanHolder.is(Identifier key) booleanHolder.Reference.is(Identifier key) static <V, T extends V>
TRegistry.register(Registry<V> registry, Identifier location, T value) static <R, T extends R>
Holder.Reference<T> Registry.registerForHolder(Registry<R> registry, Identifier location, T value) Constructors in net.minecraft.core with parameters of type IdentifierModifierConstructorDescriptionDownloadedTexture(Identifier texturePath, String url) Creates an instance of aDownloadedTexturerecord class.PackedRegistryEntry(Identifier id, Optional<Tag> data) Creates an instance of aPackedRegistryEntryrecord class.ResourceTexture(Identifier texture) ResourceTexture(Identifier id, Identifier texturePath) Creates an instance of aResourceTexturerecord class.Constructor parameters in net.minecraft.core with type arguments of type IdentifierModifierConstructorDescriptionprivateBuildState(RegistrySetBuilder.UniversalOwner owner, RegistrySetBuilder.UniversalLookup lookup, Map<Identifier, HolderGetter<?>> registries, Map<ResourceKey<?>, RegistrySetBuilder.RegisteredValue<?>> registeredValues, List<RuntimeException> errors) Creates an instance of aBuildStaterecord class. -
Uses of Identifier in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type IdentifierModifier and TypeFieldDescriptionstatic final DataComponentType<Identifier> DataComponents.ITEM_MODELstatic final DataComponentType<Identifier> DataComponents.NOTE_BLOCK_SOUNDstatic final DataComponentType<Identifier> DataComponents.TOOLTIP_STYLE -
Uses of Identifier in net.minecraft.core.component.predicates
Fields in net.minecraft.core.component.predicates with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Optional<Identifier> AttributeModifiersPredicate.EntryPredicate.idThe field for theidrecord component.Methods in net.minecraft.core.component.predicates that return types with arguments of type IdentifierModifier and TypeMethodDescriptionAttributeModifiersPredicate.EntryPredicate.id()Returns the value of theidrecord component. -
Uses of Identifier in net.minecraft.core.registries
Fields in net.minecraft.core.registries declared as IdentifierFields in net.minecraft.core.registries with type parameters of type IdentifierModifier and TypeFieldDescriptionstatic final Registry<Identifier> BuiltInRegistries.CUSTOM_STATstatic final ResourceKey<Registry<Identifier>> Registries.CUSTOM_STATprivate static final Map<Identifier, Supplier<?>> BuiltInRegistries.LOADERSMethods in net.minecraft.core.registries that return types with arguments of type IdentifierModifier and TypeMethodDescriptionstatic Set<Identifier> BuiltInRegistries.getVanillaRegistrationOrder() -
Uses of Identifier in net.minecraft.data
Fields in net.minecraft.data declared as IdentifierModifier and TypeFieldDescriptionstatic final IdentifierAtlasIds.ARMOR_TRIMSstatic final IdentifierAtlasIds.BANNER_PATTERNSstatic final IdentifierAtlasIds.BEDSstatic final IdentifierAtlasIds.BLOCKSstatic final IdentifierAtlasIds.CELESTIALSstatic final IdentifierAtlasIds.CHESTSstatic final IdentifierAtlasIds.DECORATED_POTstatic final IdentifierAtlasIds.GUIstatic final IdentifierAtlasIds.ITEMSstatic final IdentifierAtlasIds.MAP_DECORATIONSstatic final IdentifierAtlasIds.PAINTINGSstatic final IdentifierAtlasIds.PARTICLESstatic final IdentifierAtlasIds.SHIELD_PATTERNSstatic final IdentifierAtlasIds.SHULKER_BOXESstatic final IdentifierAtlasIds.SIGNSMethods in net.minecraft.data with parameters of type IdentifierModifier and TypeMethodDescriptionPackOutput.PathProvider.file(Identifier element, String extension) PackOutput.PathProvider.json(Identifier element) Method parameters in net.minecraft.data with type arguments of type IdentifierModifier and TypeMethodDescriptionstatic <T> CompletableFuture<?> DataProvider.saveAll(CachedOutput cache, com.mojang.serialization.Codec<T> codec, PackOutput.PathProvider pathProvider, Map<Identifier, T> entries) -
Uses of Identifier in net.minecraft.data.info
Methods in net.minecraft.data.info with parameters of type IdentifierModifier and TypeMethodDescriptionprivate PathBiomeParametersDumpReport.createPath(Identifier element) -
Uses of Identifier in net.minecraft.data.loot
Methods in net.minecraft.data.loot that return IdentifierModifier and TypeMethodDescriptionprivate static IdentifierLootTableProvider.sequenceIdForLootTable(ResourceKey<LootTable> id) -
Uses of Identifier in net.minecraft.data.recipes
Fields in net.minecraft.data.recipes declared as Identifier -
Uses of Identifier in net.minecraft.data.tags
Fields in net.minecraft.data.tags with type parameters of type IdentifierModifier and TypeFieldDescriptionprotected final Map<Identifier, TagBuilder> TagsProvider.buildersMethods in net.minecraft.data.tags with parameters of type Identifier -
Uses of Identifier in net.minecraft.data.worldgen
Methods in net.minecraft.data.worldgen with parameters of type IdentifierModifier and TypeMethodDescriptionstatic ResourceKey<StructureTemplatePool> Pools.createKey(Identifier location) -
Uses of Identifier in net.minecraft.gametest.framework
Fields in net.minecraft.gametest.framework declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierTestData.structureThe field for thestructurerecord component.Fields in net.minecraft.gametest.framework with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Optional<Identifier> TestEnvironmentDefinition.Functions.setupFunctionThe field for thesetupFunctionrecord component.private final Optional<Identifier> TestEnvironmentDefinition.Functions.teardownFunctionThe field for theteardownFunctionrecord component.private final Map<Identifier, TestData<ResourceKey<TestEnvironmentDefinition<?>>>> GeneratedTest.testsThe field for thetestsrecord component.Methods in net.minecraft.gametest.framework that return IdentifierModifier and TypeMethodDescriptionGameTestInfo.getStructure()GameTestInfo.id()GameTestInstance.structure()TestData.structure()Returns the value of thestructurerecord component.Methods in net.minecraft.gametest.framework that return types with arguments of type IdentifierModifier and TypeMethodDescriptionTestEnvironmentDefinition.Functions.setupFunction()Returns the value of thesetupFunctionrecord component.TestEnvironmentDefinition.Functions.teardownFunction()Returns the value of theteardownFunctionrecord component.GeneratedTest.tests()Returns the value of thetestsrecord component.Methods in net.minecraft.gametest.framework with parameters of type IdentifierModifier and TypeMethodDescriptionstatic TestInstanceBlockEntityStructureUtils.createNewEmptyTest(Identifier id, BlockPos structurePos, Vec3i size, Rotation rotation, ServerLevel level) private static intTestCommand.createNewStructure(CommandSourceStack source, Identifier id, int xSize, int ySize, int zSize) private static voidTestEnvironmentDefinition.Functions.run(ServerLevel level, Identifier functionId) private static booleanTestCommand.verifyStructureExists(CommandSourceStack source, Identifier structure) Constructors in net.minecraft.gametest.framework with parameters of type IdentifierModifierConstructorDescriptionGeneratedTest(Map<Identifier, TestData<ResourceKey<TestEnvironmentDefinition<?>>>> tests, Identifier functionId, Consumer<GameTestHelper> function) GeneratedTest(Identifier id, TestData<ResourceKey<TestEnvironmentDefinition<?>>> testData, Consumer<GameTestHelper> function) TestData(EnvironmentType environment, Identifier structure, int maxTicks, int setupTicks, boolean required) TestData(EnvironmentType environment, Identifier structure, int maxTicks, int setupTicks, boolean required, Rotation rotation) TestData(EnvironmentType environment, Identifier structure, int maxTicks, int setupTicks, boolean required, Rotation rotation, boolean manualOnly, int maxAttempts, int requiredSuccesses, boolean skyAccess, int padding) Creates an instance of aTestDatarecord class.Constructor parameters in net.minecraft.gametest.framework with type arguments of type IdentifierModifierConstructorDescriptionFunctions(Optional<Identifier> setupFunction, Optional<Identifier> teardownFunction) Creates an instance of aFunctionsrecord class.GeneratedTest(Map<Identifier, TestData<ResourceKey<TestEnvironmentDefinition<?>>>> tests, Identifier functionId, Consumer<GameTestHelper> function) GeneratedTest(Map<Identifier, TestData<ResourceKey<TestEnvironmentDefinition<?>>>> tests, ResourceKey<Consumer<GameTestHelper>> functionKey, Consumer<GameTestHelper> function) Creates an instance of aGeneratedTestrecord class. -
Uses of Identifier in net.minecraft.network
Methods in net.minecraft.network that return IdentifierMethods in net.minecraft.network with parameters of type Identifier -
Uses of Identifier in net.minecraft.network.chat
Fields in net.minecraft.network.chat declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierFontDescription.AtlasSprite.atlasIdThe field for theatlasIdrecord component.private final IdentifierClickEvent.Custom.idThe field for theidrecord component.private final IdentifierFontDescription.Resource.idThe field for theidrecord component.private final IdentifierFontDescription.AtlasSprite.spriteIdThe field for thespriteIdrecord component.Methods in net.minecraft.network.chat that return IdentifierModifier and TypeMethodDescriptionFontDescription.AtlasSprite.atlasId()Returns the value of theatlasIdrecord component.ClickEvent.Custom.id()Returns the value of theidrecord component.FontDescription.Resource.id()Returns the value of theidrecord component.FontDescription.AtlasSprite.spriteId()Returns the value of thespriteIdrecord component.Methods in net.minecraft.network.chat with parameters of type IdentifierConstructors in net.minecraft.network.chat with parameters of type IdentifierModifierConstructorDescriptionAtlasSprite(Identifier atlasId, Identifier spriteId) Creates an instance of aAtlasSpriterecord class.Custom(Identifier id, Optional<Tag> payload) Creates an instance of aCustomrecord class.Resource(Identifier id) Creates an instance of aResourcerecord class. -
Uses of Identifier in net.minecraft.network.chat.contents.data
Fields in net.minecraft.network.chat.contents.data declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierStorageDataSource.idThe field for theidrecord component.Methods in net.minecraft.network.chat.contents.data that return IdentifierModifier and TypeMethodDescriptionStorageDataSource.id()Returns the value of theidrecord component.Constructors in net.minecraft.network.chat.contents.data with parameters of type IdentifierModifierConstructorDescriptionCreates an instance of aStorageDataSourcerecord class. -
Uses of Identifier in net.minecraft.network.chat.contents.objects
Fields in net.minecraft.network.chat.contents.objects declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierAtlasSprite.atlasThe field for theatlasrecord component.static final IdentifierAtlasSprite.DEFAULT_ATLASprivate final IdentifierAtlasSprite.spriteThe field for thespriterecord component.Methods in net.minecraft.network.chat.contents.objects that return IdentifierModifier and TypeMethodDescriptionAtlasSprite.atlas()Returns the value of theatlasrecord component.AtlasSprite.sprite()Returns the value of thespriterecord component.Methods in net.minecraft.network.chat.contents.objects with parameters of type IdentifierConstructors in net.minecraft.network.chat.contents.objects with parameters of type IdentifierModifierConstructorDescriptionAtlasSprite(Identifier atlas, Identifier sprite) Creates an instance of aAtlasSpriterecord class. -
Uses of Identifier in net.minecraft.network.protocol
Fields in net.minecraft.network.protocol declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierPacketType.idThe field for theidrecord component.Methods in net.minecraft.network.protocol that return IdentifierConstructors in net.minecraft.network.protocol with parameters of type IdentifierModifierConstructorDescriptionPacketType(PacketFlow flow, Identifier id) Creates an instance of aPacketTyperecord class. -
Uses of Identifier in net.minecraft.network.protocol.common
Fields in net.minecraft.network.protocol.common declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierServerboundCustomClickActionPacket.idThe field for theidrecord component.private final IdentifierClientboundStoreCookiePacket.keyThe field for thekeyrecord component.Methods in net.minecraft.network.protocol.common that return IdentifierModifier and TypeMethodDescriptionServerboundCustomClickActionPacket.id()Returns the value of theidrecord component.ClientboundStoreCookiePacket.key()Returns the value of thekeyrecord component.Constructors in net.minecraft.network.protocol.common with parameters of type IdentifierModifierConstructorDescriptionClientboundStoreCookiePacket(Identifier key, byte[] payload) Creates an instance of aClientboundStoreCookiePacketrecord class.ServerboundCustomClickActionPacket(Identifier id, Optional<Tag> payload) Creates an instance of aServerboundCustomClickActionPacketrecord class. -
Uses of Identifier in net.minecraft.network.protocol.common.custom
Fields in net.minecraft.network.protocol.common.custom declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierCustomPacketPayload.Type.idThe field for theidrecord component.private final IdentifierDiscardedPayload.idThe field for theidrecord component.Methods in net.minecraft.network.protocol.common.custom that return IdentifierModifier and TypeMethodDescriptionCustomPacketPayload.Type.id()Returns the value of theidrecord component.DiscardedPayload.id()Returns the value of theidrecord component.Methods in net.minecraft.network.protocol.common.custom with parameters of type IdentifierModifier and TypeMethodDescriptionstatic <T extends FriendlyByteBuf>
StreamCodec<T, DiscardedPayload> DiscardedPayload.codec(Identifier id, int maxPayloadSize) StreamCodec<B, ? extends CustomPacketPayload> CustomPacketPayload.FallbackProvider.create(Identifier typeId) Constructors in net.minecraft.network.protocol.common.custom with parameters of type IdentifierModifierConstructorDescriptionCreates an instance of aDiscardedPayloadrecord class.Type(Identifier id) Creates an instance of aTyperecord class. -
Uses of Identifier in net.minecraft.network.protocol.configuration
Fields in net.minecraft.network.protocol.configuration with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Set<Identifier> ClientboundUpdateEnabledFeaturesPacket.featuresThe field for thefeaturesrecord component.Methods in net.minecraft.network.protocol.configuration that return types with arguments of type IdentifierModifier and TypeMethodDescriptionClientboundUpdateEnabledFeaturesPacket.features()Returns the value of thefeaturesrecord component.Constructor parameters in net.minecraft.network.protocol.configuration with type arguments of type IdentifierModifierConstructorDescriptionClientboundUpdateEnabledFeaturesPacket(Set<Identifier> features) Creates an instance of aClientboundUpdateEnabledFeaturesPacketrecord class. -
Uses of Identifier in net.minecraft.network.protocol.cookie
Fields in net.minecraft.network.protocol.cookie declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierClientboundCookieRequestPacket.keyThe field for thekeyrecord component.private final IdentifierServerboundCookieResponsePacket.keyThe field for thekeyrecord component.Methods in net.minecraft.network.protocol.cookie that return IdentifierModifier and TypeMethodDescriptionClientboundCookieRequestPacket.key()Returns the value of thekeyrecord component.ServerboundCookieResponsePacket.key()Returns the value of thekeyrecord component.Constructors in net.minecraft.network.protocol.cookie with parameters of type IdentifierModifierConstructorDescriptionCreates an instance of aClientboundCookieRequestPacketrecord class.ServerboundCookieResponsePacket(Identifier key, byte @Nullable [] payload) Creates an instance of aServerboundCookieResponsePacketrecord class. -
Uses of Identifier in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierClientboundCooldownPacket.cooldownGroupThe field for thecooldownGrouprecord component.private final @Nullable IdentifierClientboundStopSoundPacket.nameprivate final IdentifierServerboundSetJigsawBlockPacket.nameprivate final IdentifierServerboundSetJigsawBlockPacket.poolprivate final @Nullable IdentifierClientboundCommandsPacket.ArgumentNodeStub.suggestionIdThe field for thesuggestionIdrecord component.private final @Nullable IdentifierClientboundSelectAdvancementsTabPacket.tabprivate final @Nullable IdentifierServerboundSeenAdvancementsPacket.tabprivate final IdentifierServerboundSetJigsawBlockPacket.targetFields in net.minecraft.network.protocol.game with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<Identifier, AdvancementProgress> ClientboundUpdateAdvancementsPacket.progressprivate final Set<Identifier> ClientboundUpdateAdvancementsPacket.removedMethods in net.minecraft.network.protocol.game that return IdentifierModifier and TypeMethodDescriptionClientboundCooldownPacket.cooldownGroup()Returns the value of thecooldownGrouprecord component.@Nullable IdentifierClientboundStopSoundPacket.getName()ServerboundSetJigsawBlockPacket.getName()ServerboundSetJigsawBlockPacket.getPool()@Nullable IdentifierClientboundSelectAdvancementsTabPacket.getTab()@Nullable IdentifierServerboundSeenAdvancementsPacket.getTab()ServerboundSetJigsawBlockPacket.getTarget()@Nullable IdentifierClientboundCommandsPacket.ArgumentNodeStub.suggestionId()Returns the value of thesuggestionIdrecord component.@Nullable IdentifierClientboundCommandsPacket.NodeInspector.suggestionId(com.mojang.brigadier.tree.ArgumentCommandNode<S, ?> node) Methods in net.minecraft.network.protocol.game that return types with arguments of type IdentifierModifier and TypeMethodDescriptionClientboundUpdateAdvancementsPacket.getProgress()ClientboundUpdateAdvancementsPacket.getRemoved()Methods in net.minecraft.network.protocol.game with parameters of type IdentifierModifier and TypeMethodDescriptioncom.mojang.brigadier.builder.ArgumentBuilder<S, ?> ClientboundCommandsPacket.NodeBuilder.createArgument(String id, com.mojang.brigadier.arguments.ArgumentType<?> argumentType, @Nullable Identifier suggestionId) Constructors in net.minecraft.network.protocol.game with parameters of type IdentifierModifierConstructorDescriptionprivateArgumentNodeStub(String id, ArgumentTypeInfo.Template<?> argumentType, @Nullable Identifier suggestionId) Creates an instance of aArgumentNodeStubrecord class.ClientboundCooldownPacket(Identifier cooldownGroup, int duration) Creates an instance of aClientboundCooldownPacketrecord class.ClientboundSelectAdvancementsTabPacket(@Nullable Identifier tab) ClientboundStopSoundPacket(@Nullable Identifier name, @Nullable SoundSource source) ServerboundSeenAdvancementsPacket(ServerboundSeenAdvancementsPacket.Action action, @Nullable Identifier tab) ServerboundSetJigsawBlockPacket(BlockPos blockPos, Identifier name, Identifier target, Identifier pool, String finalState, JigsawBlockEntity.JointType joint, int selectionPriority, int placementPriority) Constructor parameters in net.minecraft.network.protocol.game with type arguments of type IdentifierModifierConstructorDescriptionClientboundUpdateAdvancementsPacket(boolean reset, Collection<AdvancementHolder> newAdvancements, Set<Identifier> removedAdvancements, Map<Identifier, AdvancementProgress> progress, boolean showAdvancements) ClientboundUpdateAdvancementsPacket(boolean reset, Collection<AdvancementHolder> newAdvancements, Set<Identifier> removedAdvancements, Map<Identifier, AdvancementProgress> progress, boolean showAdvancements) -
Uses of Identifier in net.minecraft.network.protocol.login
Methods in net.minecraft.network.protocol.login with parameters of type IdentifierModifier and TypeMethodDescriptionprivate static CustomQueryPayloadClientboundCustomQueryPacket.readPayload(Identifier identifier, FriendlyByteBuf input) private static DiscardedQueryPayloadClientboundCustomQueryPacket.readUnknownPayload(Identifier identifier, FriendlyByteBuf input) -
Uses of Identifier in net.minecraft.network.protocol.login.custom
Fields in net.minecraft.network.protocol.login.custom declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierDiscardedQueryPayload.idThe field for theidrecord component.Methods in net.minecraft.network.protocol.login.custom that return IdentifierModifier and TypeMethodDescriptionCustomQueryPayload.id()DiscardedQueryPayload.id()Returns the value of theidrecord component.Constructors in net.minecraft.network.protocol.login.custom with parameters of type IdentifierModifierConstructorDescriptionCreates an instance of aDiscardedQueryPayloadrecord class. -
Uses of Identifier in net.minecraft.realms
Fields in net.minecraft.realms declared as Identifier -
Uses of Identifier in net.minecraft.resources
Classes in net.minecraft.resources that implement interfaces with type arguments of type IdentifierModifier and TypeClassDescriptionfinal classAn immutable location of a resource, in terms of a path and namespace.Fields in net.minecraft.resources declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierResourceKey.identifierprivate final IdentifierResourceKey.InternKey.identifierThe field for theidentifierrecord component.private final IdentifierResourceKey.InternKey.registryThe field for theregistryrecord component.private final IdentifierResourceKey.registryNameThe name of the parent registry of the resource.Fields in net.minecraft.resources with type parameters of type IdentifierModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Identifier> Identifier.CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, Identifier> Identifier.STREAM_CODECMethods in net.minecraft.resources that return IdentifierModifier and TypeMethodDescriptionstatic IdentifierIdentifier.bySeparator(String identifier, char separator) private static IdentifierIdentifier.createUntrusted(String namespace, String path) FileToIdConverter.fileToId(Identifier file) static IdentifierIdentifier.fromNamespaceAndPath(String namespace, String path) ResourceKey.identifier()ResourceKey.InternKey.identifier()Returns the value of theidentifierrecord component.FileToIdConverter.idToFile(Identifier id) static Identifierstatic IdentifierIdentifier.read(com.mojang.brigadier.StringReader reader) static IdentifierIdentifier.readNonEmpty(com.mojang.brigadier.StringReader reader) ResourceKey.InternKey.registry()Returns the value of theregistryrecord component.ResourceKey.registry()static @Nullable Identifierstatic @Nullable IdentifierIdentifier.tryBySeparator(String identifier, char separator) static @Nullable IdentifierAttempts to parse the specifiedlocationas aResourceLocationby splitting it into a namespace and path by a colon.static IdentifierIdentifier.withDefaultNamespace(String path) Identifier.withPath(UnaryOperator<String> modifier) Identifier.withPrefix(String prefix) Identifier.withSuffix(String suffix) Methods in net.minecraft.resources that return types with arguments of type IdentifierModifier and TypeMethodDescriptionFileToIdConverter.listMatchingResources(ResourceManager manager) FileToIdConverter.listMatchingResourcesFromNamespace(ResourceManager manager, String namespace) List all resources under the given namespace which match this converterFileToIdConverter.listMatchingResourceStacks(ResourceManager manager) FileToIdConverter.listMatchingResourceStacksFromNamespace(ResourceManager manager, String namespace) List all resource stacks under the given namespace which match this converterstatic com.mojang.serialization.DataResult<Identifier> Methods in net.minecraft.resources with parameters of type IdentifierModifier and TypeMethodDescriptionintIdentifier.compareNamespaced(Identifier o) intIdentifier.compareTo(Identifier o) private static <T> ResourceKey<T> ResourceKey.create(Identifier registryName, Identifier identifier) static <T> ResourceKey<T> ResourceKey.create(ResourceKey<? extends Registry<T>> registryName, Identifier location) Constructs a newResourceKeyfor a resource with the specifiedlocationwithin the registry specified by the givenregistryKey.static <T> ResourceKey<Registry<T>> ResourceKey.createRegistryKey(Identifier identifier) booleanFileToIdConverter.extensionMatches(Identifier id) FileToIdConverter.fileToId(Identifier file) FileToIdConverter.idToFile(Identifier id) Constructors in net.minecraft.resources with parameters of type IdentifierModifierConstructorDescriptionprivateInternKey(Identifier registry, Identifier identifier) Creates an instance of aInternKeyrecord class.privateResourceKey(Identifier registryName, Identifier identifier) -
Uses of Identifier in net.minecraft.server
Fields in net.minecraft.server declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierServerFunctionManager.LOAD_FUNCTION_TAGprivate static final IdentifierServerFunctionManager.TICK_FUNCTION_TAGFields in net.minecraft.server with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate Map<Identifier, AdvancementHolder> ServerAdvancementManager.advancementsprivate Map<Identifier, CommandFunction<CommandSourceStack>> ServerFunctionLibrary.functionsprivate final Map<Identifier, AdvancementProgress> PlayerAdvancements.Data.mapThe field for themaprecord component.private Map<Identifier, List<CommandFunction<CommandSourceStack>>> ServerFunctionLibrary.tagsMethods in net.minecraft.server that return types with arguments of type IdentifierModifier and TypeMethodDescriptionServerFunctionLibrary.getAvailableTags()ServerFunctionManager.getFunctionNames()ServerFunctionLibrary.getFunctions()ServerFunctionManager.getTagNames()PlayerAdvancements.Data.map()Returns the value of themaprecord component.Methods in net.minecraft.server with parameters of type IdentifierModifier and TypeMethodDescriptionprivate voidServerFunctionManager.executeTagFunctions(Collection<CommandFunction<CommandSourceStack>> functions, Identifier loadFunctionTag) @Nullable AdvancementHolderServerAdvancementManager.get(Identifier id) ServerFunctionManager.get(Identifier id) ServerFunctionLibrary.getFunction(Identifier id) MinecraftServer.getRandomSequence(Identifier key) ServerFunctionLibrary.getTag(Identifier tag) ServerFunctionManager.getTag(Identifier id) voidMinecraftServer.handleCustomClickAction(Identifier id, Optional<Tag> payload) private voidServerAdvancementManager.validate(Identifier id, Advancement advancement) Method parameters in net.minecraft.server with type arguments of type IdentifierModifier and TypeMethodDescriptionprotected voidServerAdvancementManager.apply(Map<Identifier, Advancement> preparations, ResourceManager manager, ProfilerFiller profiler) voidPlayerAdvancements.Data.forEach(BiConsumer<Identifier, AdvancementProgress> consumer) Constructor parameters in net.minecraft.server with type arguments of type IdentifierModifierConstructorDescriptionprivateData(Map<Identifier, AdvancementProgress> map) Creates an instance of aDatarecord class. -
Uses of Identifier in net.minecraft.server.bossevents
Fields in net.minecraft.server.bossevents declared as IdentifierFields in net.minecraft.server.bossevents with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<Identifier, CustomBossEvent> CustomBossEvents.eventsprivate static final com.mojang.serialization.Codec<Map<Identifier, CustomBossEvent.Packed>> CustomBossEvents.EVENTS_CODECMethods in net.minecraft.server.bossevents that return IdentifierMethods in net.minecraft.server.bossevents that return types with arguments of type IdentifierMethods in net.minecraft.server.bossevents with parameters of type IdentifierModifier and TypeMethodDescriptionCustomBossEvents.create(RandomSource random, Identifier id, Component name) @Nullable CustomBossEventCustomBossEvents.get(Identifier id) static CustomBossEventCustomBossEvent.load(UUID id, Identifier customId, CustomBossEvent.Packed packed, Runnable setDirty) Constructors in net.minecraft.server.bossevents with parameters of type IdentifierModifierConstructorDescriptionCustomBossEvent(UUID id, Identifier customId, Component name, Runnable dirtyCallback) -
Uses of Identifier in net.minecraft.server.commands
Methods in net.minecraft.server.commands that return types with arguments of type IdentifierModifier and TypeMethodDescriptionprivate static Stream<Identifier> AttributeCommand.getAttributeModifiers(Entity target, Holder<Attribute> attribute) Methods in net.minecraft.server.commands with parameters of type IdentifierModifier and TypeMethodDescriptionprivate static intAttributeCommand.addModifier(CommandSourceStack source, Entity target, Holder<Attribute> attribute, Identifier id, double value, AttributeModifier.Operation operation) private static intBossBarCommands.createBar(CommandSourceStack source, Identifier id, Component name) private static intStopwatchCommand.createStopwatch(CommandSourceStack source, Identifier id) private static <T extends ExecutionCommandSource<T>>
CommandResultCallbackFunctionCommand.decorateOutputIfNeeded(T originalSource, FunctionCommand.Callbacks<T> callbacks, Identifier id, CommandResultCallback callback) private static intAttributeCommand.getAttributeModifier(CommandSourceStack source, Entity target, Holder<Attribute> attribute, Identifier id, double scale) private static <T extends ExecutionCommandSource<T>>
voidFunctionCommand.instantiateAndQueueFunctions(@Nullable CompoundTag arguments, ExecutionControl<T> output, com.mojang.brigadier.CommandDispatcher<T> dispatcher, T noCallbackSource, CommandFunction<T> function, Identifier id, CommandResultCallback functionResultCollector, boolean returnParentFrame) voidDebugCommand.Tracer.onCall(int depth, Identifier function, int size) static intPlaceCommand.placeJigsaw(CommandSourceStack source, Holder<StructureTemplatePool> pool, Identifier target, int maxDepth, BlockPos pos) static intPlaceCommand.placeTemplate(CommandSourceStack source, Identifier template, BlockPos pos, Rotation rotation, Mirror mirror, float integrity, int seed, boolean strict) private static intPlaySoundCommand.playSound(CommandSourceStack source, Collection<ServerPlayer> players, Identifier sound, SoundSource soundSource, Vec3 position, float volume, float pitch, float minVolume) private static intStopwatchCommand.queryStopwatch(CommandSourceStack source, Identifier id, double scale) private static intRandomCommand.randomSample(CommandSourceStack source, MinMaxBounds.Ints range, @Nullable Identifier sequence, boolean announce) private static intAttributeCommand.removeModifier(CommandSourceStack source, Entity target, Holder<Attribute> attribute, Identifier id) private static intStopwatchCommand.removeStopwatch(CommandSourceStack source, Identifier id) private static intRandomCommand.resetSequence(CommandSourceStack source, Identifier sequence) private static intRandomCommand.resetSequence(CommandSourceStack source, Identifier sequence, int salt, boolean includeWorldSeed, boolean includeSequenceId) private static intStopwatchCommand.restartStopwatch(CommandSourceStack source, Identifier id) voidFunctionCommand.Callbacks.signalResult(T originalSource, Identifier functionId, int newValue) private static intStopSoundCommand.stopSound(CommandSourceStack source, Collection<ServerPlayer> targets, @Nullable SoundSource soundSource, @Nullable Identifier sound) Method parameters in net.minecraft.server.commands with type arguments of type IdentifierModifier and TypeMethodDescriptionprivate static intScheduleCommand.schedule(CommandSourceStack source, com.mojang.datafixers.util.Pair<Identifier, com.mojang.datafixers.util.Either<CommandFunction<CommandSourceStack>, Collection<CommandFunction<CommandSourceStack>>>> callback, int time, boolean replace) -
Uses of Identifier in net.minecraft.server.commands.data
Fields in net.minecraft.server.commands.data declared as IdentifierConstructors in net.minecraft.server.commands.data with parameters of type Identifier -
Uses of Identifier in net.minecraft.server.dialog.action
Fields in net.minecraft.server.dialog.action declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierCustomAll.idThe field for theidrecord component.Methods in net.minecraft.server.dialog.action that return IdentifierConstructors in net.minecraft.server.dialog.action with parameters of type IdentifierModifierConstructorDescriptionCustomAll(Identifier id, Optional<CompoundTag> additions) Creates an instance of aCustomAllrecord class. -
Uses of Identifier in net.minecraft.server.jsonrpc
Methods in net.minecraft.server.jsonrpc with parameters of type IdentifierModifier and TypeMethodDescriptionstatic JsonObjectJsonRPCUtils.createRequest(@Nullable Integer id, Identifier method, List<JsonElement> params) private IncomingRpcMethod<?, ?> IncomingRpcMethod.IncomingRpcMethodBuilder.register(Registry<IncomingRpcMethod<?, ?>> methodRegistry, Identifier id) private Holder.Reference<OutgoingRpcMethod<Params, Result>> OutgoingRpcMethod.OutgoingRpcMethodBuilder.register(Identifier id) -
Uses of Identifier in net.minecraft.server.jsonrpc.api
Fields in net.minecraft.server.jsonrpc.api declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierMethodInfo.Named.nameThe field for thenamerecord component.Methods in net.minecraft.server.jsonrpc.api that return IdentifierModifier and TypeMethodDescriptionMethodInfo.Named.name()Returns the value of thenamerecord component.Methods in net.minecraft.server.jsonrpc.api with parameters of type IdentifierConstructors in net.minecraft.server.jsonrpc.api with parameters of type IdentifierModifierConstructorDescriptionNamed(Identifier name, MethodInfo<Params, Result> contents) Creates an instance of aNamedrecord class. -
Uses of Identifier in net.minecraft.server.level
Fields in net.minecraft.server.level declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierWorldGenRegion.WORLDGEN_REGION_RANDOMMethod parameters in net.minecraft.server.level with type arguments of type IdentifierModifier and TypeMethodDescriptionstatic CompoundTagChunkMap.getChunkDataFixContextTag(ResourceKey<Level> dimension, Optional<Identifier> generatorIdentifier) -
Uses of Identifier in net.minecraft.server.network
Constructors in net.minecraft.server.network with parameters of type Identifier -
Uses of Identifier in net.minecraft.server.packs
Subinterfaces with type arguments of type Identifier in net.minecraft.server.packsMethods in net.minecraft.server.packs with parameters of type IdentifierModifier and TypeMethodDescriptionprivate static StringFilePackResources.getPathFromLocation(PackType type, Identifier location) @Nullable IoSupplier<InputStream> CompositePackResources.getResource(PackType type, Identifier location) FilePackResources.getResource(PackType type, Identifier location) @Nullable IoSupplier<InputStream> PackResources.getResource(PackType type, Identifier location) static @Nullable IoSupplier<InputStream> PathPackResources.getResource(Path topDir, Identifier location) @Nullable IoSupplier<InputStream> PathPackResources.getResource(PackType type, Identifier location) @Nullable IoSupplier<InputStream> VanillaPackResources.getResource(PackType type, Identifier location) voidVanillaPackResources.listRawPaths(PackType type, Identifier resource, Consumer<Path> output) -
Uses of Identifier in net.minecraft.server.packs.repository
Fields in net.minecraft.server.packs.repository declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierBuiltInPackSource.packDirprivate static final IdentifierServerPacksSource.PACKS_DIRConstructors in net.minecraft.server.packs.repository with parameters of type IdentifierModifierConstructorDescriptionBuiltInPackSource(PackType packType, VanillaPackResources vanillaPack, Identifier packDir, DirectoryValidator validator) -
Uses of Identifier in net.minecraft.server.packs.resources
Subclasses with type arguments of type Identifier in net.minecraft.server.packs.resourcesFields in net.minecraft.server.packs.resources declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierFallbackResourceManager.EntryStack.fileLocationThe field for thefileLocationrecord component.private final IdentifierFallbackResourceManager.EntryStack.metadataLocationThe field for themetadataLocationrecord component.Fields in net.minecraft.server.packs.resources with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final @Nullable Predicate<Identifier> FallbackResourceManager.PackEntry.filterThe field for thefilterrecord component.Methods in net.minecraft.server.packs.resources that return IdentifierModifier and TypeMethodDescriptionFallbackResourceManager.EntryStack.fileLocation()Returns the value of thefileLocationrecord component.private static IdentifierFallbackResourceManager.getIdentifierFromMetadata(Identifier identifier) private static IdentifierFallbackResourceManager.getMetadataLocation(Identifier identifier) protected IdentifierSimpleJsonResourceReloadListener.getPreparedPath(Identifier rl) FallbackResourceManager.EntryStack.metadataLocation()Returns the value of themetadataLocationrecord component.Methods in net.minecraft.server.packs.resources that return types with arguments of type IdentifierModifier and TypeMethodDescription@Nullable Predicate<Identifier> FallbackResourceManager.PackEntry.filter()Returns the value of thefilterrecord component.FallbackResourceManager.listResources(String directory, Predicate<Identifier> filter) MultiPackResourceManager.listResources(String directory, Predicate<Identifier> filter) ReloadableResourceManager.listResources(String directory, Predicate<Identifier> filenameFilter) ResourceManager.Empty.listResources(String directory, Predicate<Identifier> filter) ResourceManager.listResources(String directory, Predicate<Identifier> filter) FallbackResourceManager.listResourceStacks(String directory, Predicate<Identifier> filter) MultiPackResourceManager.listResourceStacks(String directory, Predicate<Identifier> filter) ReloadableResourceManager.listResourceStacks(String directory, Predicate<Identifier> filter) ResourceManager.Empty.listResourceStacks(String directory, Predicate<Identifier> filter) ResourceManager.listResourceStacks(String directory, Predicate<Identifier> filter) protected Map<Identifier, T> SimpleJsonResourceReloadListener.prepare(ResourceManager manager, ProfilerFiller profiler) Performs any reloading that can be done off-thread, such as file IOMethods in net.minecraft.server.packs.resources with parameters of type IdentifierModifier and TypeMethodDescriptionprivate static ResourceFallbackResourceManager.createResource(PackResources source, Identifier location, IoSupplier<InputStream> resource, IoSupplier<ResourceMetadata> metadata) private IoSupplier<ResourceMetadata> FallbackResourceManager.createStackMetadataFinder(Identifier location, int finalPackIndex) private static IdentifierFallbackResourceManager.getIdentifierFromMetadata(Identifier identifier) private static IdentifierFallbackResourceManager.getMetadataLocation(Identifier identifier) protected IdentifierSimpleJsonResourceReloadListener.getPreparedPath(Identifier rl) FallbackResourceManager.getResource(Identifier location) MultiPackResourceManager.getResource(Identifier location) ReloadableResourceManager.getResource(Identifier location) ResourceManager.Empty.getResource(Identifier location) ResourceProvider.getResource(Identifier location) default ResourceResourceProvider.getResourceOrThrow(Identifier location) FallbackResourceManager.getResourceStack(Identifier location) MultiPackResourceManager.getResourceStack(Identifier location) ReloadableResourceManager.getResourceStack(Identifier location) ResourceManager.Empty.getResourceStack(Identifier location) ResourceManager.getResourceStack(Identifier location) booleanFallbackResourceManager.PackEntry.isFiltered(Identifier location) private static booleanFallbackResourceManager.isMetadata(Identifier location) default InputStreamResourceProvider.open(Identifier location) default BufferedReaderResourceProvider.openAsReader(Identifier location) private static IoSupplier<InputStream> FallbackResourceManager.wrapForDebug(Identifier location, PackResources source, IoSupplier<InputStream> resource) Method parameters in net.minecraft.server.packs.resources with type arguments of type IdentifierModifier and TypeMethodDescriptionprivate static voidFallbackResourceManager.applyPackFiltersToExistingResources(FallbackResourceManager.PackEntry entry, Map<Identifier, FallbackResourceManager.EntryStack> foundResources) voidFallbackResourceManager.PackEntry.filterAll(Collection<Identifier> collection) static ResourceProviderResourceProvider.fromMap(Map<Identifier, Resource> map) private voidFallbackResourceManager.listPackResources(FallbackResourceManager.PackEntry entry, String directory, Predicate<Identifier> filter, Map<Identifier, FallbackResourceManager.EntryStack> foundResources) private voidFallbackResourceManager.listPackResources(FallbackResourceManager.PackEntry entry, String directory, Predicate<Identifier> filter, Map<Identifier, FallbackResourceManager.EntryStack> foundResources) FallbackResourceManager.listResources(String directory, Predicate<Identifier> filter) MultiPackResourceManager.listResources(String directory, Predicate<Identifier> filter) ReloadableResourceManager.listResources(String directory, Predicate<Identifier> filenameFilter) ResourceManager.Empty.listResources(String directory, Predicate<Identifier> filter) ResourceManager.listResources(String directory, Predicate<Identifier> filter) FallbackResourceManager.listResourceStacks(String directory, Predicate<Identifier> filter) MultiPackResourceManager.listResourceStacks(String directory, Predicate<Identifier> filter) ReloadableResourceManager.listResourceStacks(String directory, Predicate<Identifier> filter) ResourceManager.Empty.listResourceStacks(String directory, Predicate<Identifier> filter) ResourceManager.listResourceStacks(String directory, Predicate<Identifier> filter) voidFallbackResourceManager.push(PackResources pack, Predicate<Identifier> filter) voidFallbackResourceManager.pushFilterOnly(String name, Predicate<Identifier> filter) private voidFallbackResourceManager.pushInternal(String name, @Nullable PackResources pack, @Nullable Predicate<Identifier> contentFilter) static <T> voidSimpleJsonResourceReloadListener.scanDirectory(ResourceManager manager, FileToIdConverter lister, com.mojang.serialization.DynamicOps<JsonElement> ops, com.mojang.serialization.Codec<T> codec, Map<Identifier, T> result) static <T> voidSimpleJsonResourceReloadListener.scanDirectory(ResourceManager manager, ResourceKey<? extends Registry<T>> registryKey, com.mojang.serialization.DynamicOps<JsonElement> ops, com.mojang.serialization.Codec<T> codec, Map<Identifier, T> result) static <T> voidSimpleJsonResourceReloadListener.scanDirectoryWithOptionalValues(ResourceManager manager, ResourceKey<? extends Registry<T>> registryKey, com.mojang.serialization.DynamicOps<JsonElement> ops, com.mojang.serialization.Codec<Optional<T>> codec, Map<Identifier, Optional<T>> result) Constructors in net.minecraft.server.packs.resources with parameters of type IdentifierModifierConstructorDescription(package private)EntryStack(Identifier fileLocation) privateEntryStack(Identifier fileLocation, Identifier metadataLocation, List<FallbackResourceManager.ResourceWithSource> fileSources, Map<PackResources, IoSupplier<InputStream>> metaSources) Creates an instance of aEntryStackrecord class.LeakedResourceWarningInputStream(InputStream wrapped, Identifier location, String name) Constructor parameters in net.minecraft.server.packs.resources with type arguments of type IdentifierModifierConstructorDescriptionprivatePackEntry(String name, @Nullable PackResources resources, @Nullable Predicate<Identifier> filter) Creates an instance of aPackEntryrecord class. -
Uses of Identifier in net.minecraft.server.permissions
Fields in net.minecraft.server.permissions declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierPermission.Atom.idThe field for theidrecord component.Methods in net.minecraft.server.permissions that return IdentifierModifier and TypeMethodDescriptionPermission.Atom.id()Returns the value of theidrecord component.Methods in net.minecraft.server.permissions with parameters of type IdentifierConstructors in net.minecraft.server.permissions with parameters of type Identifier -
Uses of Identifier in net.minecraft.sounds
Fields in net.minecraft.sounds declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierSoundEvent.locationThe field for thelocationrecord component.Methods in net.minecraft.sounds that return IdentifierModifier and TypeMethodDescriptionSoundEvent.location()Returns the value of thelocationrecord component.Methods in net.minecraft.sounds with parameters of type IdentifierModifier and TypeMethodDescriptionprivate static SoundEventSoundEvent.create(Identifier location, Optional<Float> range) static SoundEventSoundEvent.createFixedRangeEvent(Identifier location, float range) static SoundEventSoundEvent.createVariableRangeEvent(Identifier location) private static SoundEventSoundEvents.register(Identifier id) private static SoundEventSoundEvents.register(Identifier id, Identifier soundId) private static Holder<SoundEvent> SoundEvents.register(Identifier id, Identifier soundId, float range) private static Holder.Reference<SoundEvent> SoundEvents.registerForHolder(Identifier id) private static Holder.Reference<SoundEvent> SoundEvents.registerForHolder(Identifier id, Identifier soundId) Constructors in net.minecraft.sounds with parameters of type IdentifierModifierConstructorDescriptionSoundEvent(Identifier location, Optional<Float> fixedRange) Creates an instance of aSoundEventrecord class. -
Uses of Identifier in net.minecraft.stats
Fields in net.minecraft.stats declared as IdentifierModifier and TypeFieldDescriptionstatic final IdentifierStats.ANIMALS_BREDstatic final IdentifierStats.AVIATE_ONE_CMstatic final IdentifierStats.BELL_RINGstatic final IdentifierStats.BOAT_ONE_CMstatic final IdentifierStats.CLEAN_ARMORstatic final IdentifierStats.CLEAN_BANNERstatic final IdentifierStats.CLEAN_SHULKER_BOXstatic final IdentifierStats.CLIMB_ONE_CMstatic final IdentifierStats.CROUCH_ONE_CMstatic final IdentifierStats.CROUCH_TIMEstatic final IdentifierStats.DAMAGE_ABSORBEDstatic final IdentifierStats.DAMAGE_BLOCKED_BY_SHIELDstatic final IdentifierStats.DAMAGE_DEALTstatic final IdentifierStats.DAMAGE_DEALT_ABSORBEDstatic final IdentifierStats.DAMAGE_DEALT_RESISTEDstatic final IdentifierStats.DAMAGE_RESISTEDstatic final IdentifierStats.DAMAGE_TAKENstatic final IdentifierStats.DEATHSstatic final IdentifierStats.DROPstatic final IdentifierStats.EAT_CAKE_SLICEstatic final IdentifierStats.ENCHANT_ITEMstatic final IdentifierStats.FALL_ONE_CMstatic final IdentifierStats.FILL_CAULDRONstatic final IdentifierStats.FISH_CAUGHTstatic final IdentifierStats.FLY_ONE_CMstatic final IdentifierStats.HAPPY_GHAST_ONE_CMstatic final IdentifierStats.HORSE_ONE_CMstatic final IdentifierStats.INSPECT_DISPENSERstatic final IdentifierStats.INSPECT_DROPPERstatic final IdentifierStats.INSPECT_HOPPERstatic final IdentifierStats.INTERACT_WITH_ANVILstatic final IdentifierStats.INTERACT_WITH_BEACONstatic final Identifierstatic final Identifierstatic final IdentifierStats.INTERACT_WITH_CAMPFIREstatic final Identifierstatic final Identifierstatic final IdentifierStats.INTERACT_WITH_FURNACEstatic final IdentifierStats.INTERACT_WITH_GRINDSTONEstatic final IdentifierStats.INTERACT_WITH_LECTERNstatic final IdentifierStats.INTERACT_WITH_LOOMstatic final Identifierstatic final IdentifierStats.INTERACT_WITH_SMOKERstatic final Identifierstatic final IdentifierStats.JUMPstatic final IdentifierStats.LEAVE_GAMEstatic final IdentifierStats.MINECART_ONE_CMstatic final IdentifierStats.MOB_KILLSstatic final IdentifierStats.NAUTILUS_ONE_CMstatic final IdentifierStats.OPEN_BARRELstatic final IdentifierStats.OPEN_CHESTstatic final IdentifierStats.OPEN_ENDERCHESTstatic final IdentifierStats.OPEN_SHULKER_BOXstatic final IdentifierStats.PIG_ONE_CMstatic final IdentifierStats.PLAY_NOTEBLOCKstatic final IdentifierStats.PLAY_RECORDstatic final IdentifierStats.PLAY_TIMEstatic final IdentifierStats.PLAYER_KILLSstatic final IdentifierStats.POT_FLOWERstatic final IdentifierStats.RAID_TRIGGERstatic final IdentifierStats.RAID_WINstatic final IdentifierStats.SLEEP_IN_BEDstatic final IdentifierStats.SPRINT_ONE_CMstatic final IdentifierStats.STRIDER_ONE_CMstatic final IdentifierStats.SWIM_ONE_CMstatic final IdentifierStats.TALKED_TO_VILLAGERstatic final IdentifierStats.TARGET_HITstatic final IdentifierStats.TIME_SINCE_DEATHstatic final IdentifierStats.TIME_SINCE_RESTstatic final IdentifierStats.TOTAL_WORLD_TIMEstatic final IdentifierStats.TRADED_WITH_VILLAGERstatic final IdentifierStats.TRIGGER_TRAPPED_CHESTstatic final IdentifierStats.TUNE_NOTEBLOCKstatic final IdentifierStats.USE_CAULDRONstatic final IdentifierStats.WALK_ON_WATER_ONE_CMstatic final IdentifierStats.WALK_ONE_CMstatic final IdentifierStats.WALK_UNDER_WATER_ONE_CMFields in net.minecraft.stats with type parameters of type IdentifierMethods in net.minecraft.stats that return IdentifierModifier and TypeMethodDescriptionprivate static IdentifierStats.makeCustomStat(String id, StatFormatter formatter) Methods in net.minecraft.stats with parameters of type IdentifierModifier and TypeMethodDescriptionprivate static StringStat.locationToKey(@Nullable Identifier location) -
Uses of Identifier in net.minecraft.tags
Classes in net.minecraft.tags that implement interfaces with type arguments of type IdentifierFields in net.minecraft.tags declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierTagEntry.idprivate final IdentifierTagKey.locationThe field for thelocationrecord component.Fields in net.minecraft.tags with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<Identifier, it.unimi.dsi.fastutil.ints.IntList> TagNetworkSerialization.NetworkPayload.tagsMethods in net.minecraft.tags that return IdentifierModifier and TypeMethodDescriptionTagEntry.getId()TagKey.location()Returns the value of thelocationrecord component.Methods in net.minecraft.tags that return types with arguments of type IdentifierModifier and TypeMethodDescriptionMap<Identifier, List<T>> TagLoader.build(Map<Identifier, List<TagLoader.EntryWithSource>> builders) TagLoader.load(ResourceManager resourceManager) Methods in net.minecraft.tags with parameters of type IdentifierModifier and TypeMethodDescriptionTagBuilder.addElement(Identifier id) TagBuilder.addOptionalElement(Identifier id) TagBuilder.addOptionalTag(Identifier id) TagBuilder.addTag(Identifier id) BlockTags.create(Identifier name) FluidTags.create(Identifier name) ItemTags.create(Identifier name) static <T> TagKey<T> TagKey.create(ResourceKey<? extends Registry<T>> registry, Identifier location) static TagEntryTagEntry.element(Identifier id) @Nullable TTagEntry.Lookup.element(Identifier key, boolean required) TagLoader.ElementLookup.get(Identifier id, boolean required) static TagEntryTagEntry.optionalElement(Identifier id) static TagEntryTagEntry.optionalTag(Identifier id) @Nullable Collection<T> TagEntry.Lookup.tag(Identifier key) static TagEntryTagEntry.tag(Identifier id) Method parameters in net.minecraft.tags with type arguments of type IdentifierModifier and TypeMethodDescriptionMap<Identifier, List<T>> TagLoader.build(Map<Identifier, List<TagLoader.EntryWithSource>> builders) booleanTagEntry.verifyIfPresent(Predicate<Identifier> elementCheck, Predicate<Identifier> tagCheck) voidTagEntry.visitOptionalDependencies(Consumer<Identifier> output) voidTagLoader.SortingEntry.visitOptionalDependencies(Consumer<Identifier> output) voidTagEntry.visitRequiredDependencies(Consumer<Identifier> output) voidTagLoader.SortingEntry.visitRequiredDependencies(Consumer<Identifier> output) TagLoader.wrapTags(ResourceKey<? extends Registry<T>> registryKey, Map<Identifier, List<Holder<T>>> tags) Constructors in net.minecraft.tags with parameters of type IdentifierModifierConstructorDescriptionprivateTagEntry(Identifier id, boolean tag, boolean required) TagKey(ResourceKey<? extends Registry<T>> registry, Identifier location) Deprecated.Constructor parameters in net.minecraft.tags with type arguments of type IdentifierModifierConstructorDescription(package private)NetworkPayload(Map<Identifier, it.unimi.dsi.fastutil.ints.IntList> tags) -
Uses of Identifier in net.minecraft.util
Fields in net.minecraft.util declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierExtraCodecs.TagOrElementLocation.idThe field for theidrecord component.Fields in net.minecraft.util with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Predicate<Identifier> IdentifierPattern.locationPredicateMethods in net.minecraft.util that return IdentifierModifier and TypeMethodDescriptionExtraCodecs.TagOrElementLocation.id()Returns the value of theidrecord component.Methods in net.minecraft.util that return types with arguments of type IdentifierMethods in net.minecraft.util with parameters of type IdentifierModifier and TypeMethodDescriptionstatic StringUtil.makeDescriptionId(String prefix, @Nullable Identifier location) Constructors in net.minecraft.util with parameters of type IdentifierModifierConstructorDescriptionTagOrElementLocation(Identifier id, boolean tag) Creates an instance of aTagOrElementLocationrecord class. -
Uses of Identifier in net.minecraft.util.context
Fields in net.minecraft.util.context declared as IdentifierMethods in net.minecraft.util.context that return IdentifierConstructors in net.minecraft.util.context with parameters of type Identifier -
Uses of Identifier in net.minecraft.util.datafix.fixes
Fields in net.minecraft.util.datafix.fixes with type parameters of type IdentifierModifier and TypeFieldDescriptionstatic final Map<com.mojang.datafixers.util.Pair<com.mojang.serialization.Dynamic<Tag>, com.mojang.serialization.Dynamic<Tag>>, Identifier> TrialSpawnerConfigInRegistryFix.VanillaTrialChambers.CONFIGS_TO_KEYMethods in net.minecraft.util.datafix.fixes with parameters of type IdentifierModifier and TypeMethodDescriptionprivate static voidTrialSpawnerConfigInRegistryFix.VanillaTrialChambers.register(Identifier location, String normalNbt, String ominousNbt) -
Uses of Identifier in net.minecraft.util.parsing.packrat.commands
Classes in net.minecraft.util.parsing.packrat.commands that implement interfaces with type arguments of type IdentifierFields in net.minecraft.util.parsing.packrat.commands with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final NamedRule<com.mojang.brigadier.StringReader, Identifier> ResourceLookupRule.idParserstatic final Rule<com.mojang.brigadier.StringReader, Identifier> IdentifierParseRule.INSTANCEMethods in net.minecraft.util.parsing.packrat.commands that return IdentifierModifier and TypeMethodDescription@Nullable IdentifierIdentifierParseRule.parse(ParseState<com.mojang.brigadier.StringReader> state) Methods in net.minecraft.util.parsing.packrat.commands that return types with arguments of type IdentifierMethods in net.minecraft.util.parsing.packrat.commands with parameters of type IdentifierModifier and TypeMethodDescriptionprotected abstract VResourceLookupRule.validateElement(com.mojang.brigadier.ImmutableStringReader reader, Identifier id) Constructor parameters in net.minecraft.util.parsing.packrat.commands with type arguments of type IdentifierModifierConstructorDescriptionprotectedResourceLookupRule(NamedRule<com.mojang.brigadier.StringReader, Identifier> idParser, C context) -
Uses of Identifier in net.minecraft.world
Fields in net.minecraft.world with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<Identifier, RandomSequence> RandomSequences.sequencesprivate final Map<Identifier, Stopwatch> Stopwatches.stopwatchesMethods in net.minecraft.world that return types with arguments of type IdentifierModifier and TypeMethodDescriptionStopwatches.ids()private Map<Identifier, Long> Stopwatches.pack()Methods in net.minecraft.world with parameters of type IdentifierModifier and TypeMethodDescriptionbooleanStopwatches.add(Identifier id, Stopwatch stopwatch) private RandomSequenceRandomSequences.createSequence(Identifier key, long worldSeed) private RandomSequenceRandomSequences.createSequence(Identifier key, long worldSeed, int salt, boolean includeWorldSeed, boolean includeSequenceId) RandomSequences.get(Identifier key, long worldSeed) @Nullable StopwatchStopwatches.get(Identifier id) booleanStopwatches.remove(Identifier id) voidRandomSequences.reset(Identifier id, long worldSeed) voidRandomSequences.reset(Identifier id, long worldSeed, int salt, boolean includeWorldSeed, boolean includeSequenceId) static RandomSupport.Seed128bitRandomSequence.seedForKey(Identifier key) booleanStopwatches.update(Identifier id, UnaryOperator<Stopwatch> update) Method parameters in net.minecraft.world with type arguments of type IdentifierModifier and TypeMethodDescriptionprivate static XoroshiroRandomSourceRandomSequence.createSequence(long seed, Optional<Identifier> key) voidRandomSequences.forAllSequences(BiConsumer<Identifier, RandomSequence> consumer) private static StopwatchesStopwatches.unpack(Map<Identifier, Long> stopwatches) Constructors in net.minecraft.world with parameters of type IdentifierConstructor parameters in net.minecraft.world with type arguments of type IdentifierModifierConstructorDescriptionRandomSequence(long seed, Optional<Identifier> key) privateRandomSequences(int salt, boolean includeWorldSeed, boolean includeSequenceId, Map<Identifier, RandomSequence> sequences) -
Uses of Identifier in net.minecraft.world.effect
Fields in net.minecraft.world.effect declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierMobEffect.AttributeTemplate.idThe field for theidrecord component.Methods in net.minecraft.world.effect that return IdentifierModifier and TypeMethodDescriptionMobEffect.AttributeTemplate.id()Returns the value of theidrecord component.Methods in net.minecraft.world.effect with parameters of type IdentifierModifier and TypeMethodDescriptionMobEffect.addAttributeModifier(Holder<Attribute> attribute, Identifier id, double amount, AttributeModifier.Operation operation) MobEffect.addAttributeModifier(Holder<Attribute> attribute, Identifier id, AttributeModifier.Operation operation, it.unimi.dsi.fastutil.ints.Int2DoubleFunction curve) Neo: attribute template with custom level curve, for mob effects providing non-linear attribute modifiers.Constructors in net.minecraft.world.effect with parameters of type IdentifierModifierConstructorDescriptionAttributeTemplate(Identifier id, double amount, AttributeModifier.Operation operation) AttributeTemplate(Identifier id, double amount, AttributeModifier.Operation operation, @Nullable it.unimi.dsi.fastutil.ints.Int2DoubleFunction curve) Creates an instance of aAttributeTemplaterecord class. -
Uses of Identifier in net.minecraft.world.entity
Fields in net.minecraft.world.entity declared as IdentifierModifier and TypeFieldDescriptionprotected static final Identifierprivate static final IdentifierLivingEntity.SPEED_MODIFIER_POWDER_SNOW_IDprivate static final IdentifierLivingEntity.SPRINTING_MODIFIER_IDMethods in net.minecraft.world.entity that return Identifier -
Uses of Identifier in net.minecraft.world.entity.ai.attributes
Fields in net.minecraft.world.entity.ai.attributes declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierAttributeModifier.idThe field for theidrecord component.Fields in net.minecraft.world.entity.ai.attributes with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<Identifier, AttributeModifier> AttributeInstance.modifierByIdprivate final Map<AttributeModifier.Operation, Map<Identifier, AttributeModifier>> AttributeInstance.modifiersByOperationprivate final Map<Identifier, AttributeModifier> AttributeInstance.permanentModifiersMethods in net.minecraft.world.entity.ai.attributes that return IdentifierModifier and TypeMethodDescriptionAttributeModifier.id()Returns the value of theidrecord component.Methods in net.minecraft.world.entity.ai.attributes that return types with arguments of type IdentifierModifier and TypeMethodDescription(package private) Map<Identifier, AttributeModifier> AttributeInstance.getModifiers(AttributeModifier.Operation operation) Methods in net.minecraft.world.entity.ai.attributes with parameters of type IdentifierModifier and TypeMethodDescription@Nullable AttributeModifierAttributeInstance.getModifier(Identifier id) doubleAttributeMap.getModifierValue(Holder<Attribute> attribute, Identifier id) doubleAttributeSupplier.getModifierValue(Holder<Attribute> attribute, Identifier id) booleanAttributeInstance.hasModifier(Identifier modifier) booleanAttributeMap.hasModifier(Holder<Attribute> attribute, Identifier id) booleanAttributeSupplier.hasModifier(Holder<Attribute> attribute, Identifier modifier) booleanAttributeModifier.is(Identifier id) booleanAttributeInstance.removeModifier(Identifier id) Constructors in net.minecraft.world.entity.ai.attributes with parameters of type IdentifierModifierConstructorDescriptionAttributeModifier(Identifier id, double amount, AttributeModifier.Operation operation) Creates an instance of aAttributeModifierrecord class. -
Uses of Identifier in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal declared as IdentifierModifier and TypeFieldDescriptionstatic final IdentifierTemperatureVariants.COLDstatic final IdentifierTemperatureVariants.TEMPERATEstatic final IdentifierTemperatureVariants.WARM -
Uses of Identifier in net.minecraft.world.entity.animal.chicken
Methods in net.minecraft.world.entity.animal.chicken with parameters of type IdentifierModifier and TypeMethodDescriptionprivate static ResourceKey<ChickenVariant> ChickenVariants.createKey(Identifier id) -
Uses of Identifier in net.minecraft.world.entity.animal.cow
Methods in net.minecraft.world.entity.animal.cow with parameters of type IdentifierModifier and TypeMethodDescriptionprivate static ResourceKey<CowVariant> CowVariants.createKey(Identifier id) -
Uses of Identifier in net.minecraft.world.entity.animal.frog
Methods in net.minecraft.world.entity.animal.frog with parameters of type IdentifierModifier and TypeMethodDescriptionprivate static ResourceKey<FrogVariant> FrogVariants.createKey(Identifier id) -
Uses of Identifier in net.minecraft.world.entity.animal.golem
Fields in net.minecraft.world.entity.animal.golem declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierCopperGolemOxidationLevel.eyeTextureThe field for theeyeTexturerecord component.private final IdentifierCopperGolemOxidationLevel.textureThe field for thetexturerecord component.Methods in net.minecraft.world.entity.animal.golem that return IdentifierModifier and TypeMethodDescriptionCopperGolemOxidationLevel.eyeTexture()Returns the value of theeyeTexturerecord component.CopperGolemOxidationLevel.texture()Returns the value of thetexturerecord component.Constructors in net.minecraft.world.entity.animal.golem with parameters of type IdentifierModifierConstructorDescriptionCopperGolemOxidationLevel(SoundEvent spinHeadSound, SoundEvent hurtSound, SoundEvent deathSound, SoundEvent stepSound, Identifier texture, Identifier eyeTexture) Creates an instance of aCopperGolemOxidationLevelrecord class. -
Uses of Identifier in net.minecraft.world.entity.animal.nautilus
Methods in net.minecraft.world.entity.animal.nautilus with parameters of type IdentifierModifier and TypeMethodDescriptionprivate static ResourceKey<ZombieNautilusVariant> ZombieNautilusVariants.createKey(Identifier id) -
Uses of Identifier in net.minecraft.world.entity.animal.pig
Methods in net.minecraft.world.entity.animal.pig with parameters of type IdentifierModifier and TypeMethodDescriptionprivate static ResourceKey<PigVariant> PigVariants.createKey(Identifier id) -
Uses of Identifier in net.minecraft.world.entity.animal.rabbit
Fields in net.minecraft.world.entity.animal.rabbit declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierRabbit.EVIL_ATTACK_POWER_MODIFIERprivate static final IdentifierRabbit.KILLER_BUNNY -
Uses of Identifier in net.minecraft.world.entity.animal.wolf
Methods in net.minecraft.world.entity.animal.wolf that return Identifier -
Uses of Identifier in net.minecraft.world.entity.decoration.painting
Fields in net.minecraft.world.entity.decoration.painting declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierPaintingVariant.assetIdThe field for theassetIdrecord component.Methods in net.minecraft.world.entity.decoration.painting that return IdentifierModifier and TypeMethodDescriptionPaintingVariant.assetId()Returns the value of theassetIdrecord component.Constructors in net.minecraft.world.entity.decoration.painting with parameters of type IdentifierModifierConstructorDescriptionPaintingVariant(int width, int height, Identifier assetId, Optional<Component> title, Optional<Component> author) Creates an instance of aPaintingVariantrecord class. -
Uses of Identifier in net.minecraft.world.entity.monster
Fields in net.minecraft.world.entity.monster declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierShulker.COVERED_ARMOR_MODIFIER_IDprivate static final IdentifierEnderMan.SPEED_MODIFIER_ATTACKING_IDprivate static final Identifierprivate static final IdentifierStrider.SUFFOCATING_MODIFIER_ID -
Uses of Identifier in net.minecraft.world.entity.monster.piglin
Fields in net.minecraft.world.entity.monster.piglin declared as Identifier -
Uses of Identifier in net.minecraft.world.entity.monster.zombie
Fields in net.minecraft.world.entity.monster.zombie declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierZombie.LEADER_ZOMBIE_BONUS_IDprivate static final Identifierprivate static final IdentifierZombifiedPiglin.SPEED_MODIFIER_ATTACKING_IDprivate static final IdentifierZombie.SPEED_MODIFIER_BABY_IDprivate static final IdentifierZombie.ZOMBIE_RANDOM_SPAWN_BONUS_ID -
Uses of Identifier in net.minecraft.world.entity.player
Methods in net.minecraft.world.entity.player with parameters of type IdentifierModifier and TypeMethodDescriptionvoidPlayer.awardStat(Identifier location) voidPlayer.awardStat(Identifier location, int count) -
Uses of Identifier in net.minecraft.world.entity.raid
Fields in net.minecraft.world.entity.raid declared as Identifier -
Uses of Identifier in net.minecraft.world.entity.variant
Constructors in net.minecraft.world.entity.variant with parameters of type Identifier -
Uses of Identifier in net.minecraft.world.flag
Fields in net.minecraft.world.flag with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<Identifier, FeatureFlag> FeatureFlagRegistry.Builder.flagsprivate final Map<Identifier, FeatureFlag> FeatureFlagRegistry.namesMethods in net.minecraft.world.flag that return types with arguments of type IdentifierModifier and TypeMethodDescriptionFeatureFlagRegistry.getAllFlags()FeatureFlagRegistry.toNames(FeatureFlagSet set) Methods in net.minecraft.world.flag with parameters of type IdentifierModifier and TypeMethodDescriptionFeatureFlagRegistry.Builder.create(Identifier name) Deprecated.Neo: useFeatureFlagRegistry.Builder.create(Identifier, boolean)insteadFeatureFlagRegistry.Builder.create(Identifier p_250098_, boolean modded) FeatureFlagRegistry.getFlag(Identifier name) Method parameters in net.minecraft.world.flag with type arguments of type IdentifierModifier and TypeMethodDescriptionFeatureFlagRegistry.fromNames(Iterable<Identifier> flagIds) FeatureFlagRegistry.fromNames(Iterable<Identifier> flagIds, Consumer<Identifier> unknownFlags) FeatureFlagRegistry.fromNames(Iterable<Identifier> flagIds, Consumer<Identifier> unknownFlags) Constructor parameters in net.minecraft.world.flag with type arguments of type IdentifierModifierConstructorDescriptionprivateFeatureFlagRegistry(FeatureFlagUniverse universe, FeatureFlagSet allFlags, Map<Identifier, FeatureFlag> names) -
Uses of Identifier in net.minecraft.world.inventory
Fields in net.minecraft.world.inventory declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierHorseInventoryMenu.ARMOR_SLOT_SPRITEprivate static final IdentifierNautilusInventoryMenu.ARMOR_SLOT_SPRITEprivate IdentifierSlot.backgroundSpritestatic final IdentifierInventoryMenu.EMPTY_ARMOR_SLOT_BOOTSstatic final IdentifierInventoryMenu.EMPTY_ARMOR_SLOT_CHESTPLATEstatic final IdentifierInventoryMenu.EMPTY_ARMOR_SLOT_HELMETstatic final IdentifierInventoryMenu.EMPTY_ARMOR_SLOT_LEGGINGSstatic final IdentifierInventoryMenu.EMPTY_ARMOR_SLOT_SHIELDprivate static final IdentifierBrewingStandMenu.EMPTY_SLOT_FUELprivate static final IdentifierEnchantmentMenu.EMPTY_SLOT_LAPIS_LAZULIprivate static final IdentifierBrewingStandMenu.EMPTY_SLOT_POTIONprivate final @Nullable IdentifierArmorSlot.emptyIconprivate static final IdentifierHorseInventoryMenu.LLAMA_ARMOR_SLOT_SPRITEprivate static final IdentifierHorseInventoryMenu.SADDLE_SLOT_SPRITEprivate static final IdentifierNautilusInventoryMenu.SADDLE_SLOT_SPRITEFields in net.minecraft.world.inventory with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static final Map<EquipmentSlot, Identifier> InventoryMenu.TEXTURE_EMPTY_SLOTSMethods in net.minecraft.world.inventory that return IdentifierModifier and TypeMethodDescription@Nullable IdentifierArmorSlot.getNoItemIcon()BrewingStandMenu.FuelSlot.getNoItemIcon()BrewingStandMenu.PotionSlot.getNoItemIcon()@Nullable IdentifierSlot.getNoItemIcon()Methods in net.minecraft.world.inventory with parameters of type IdentifierModifier and TypeMethodDescriptionSlot.setBackground(Identifier sprite) Sets the background atlas and sprite location.Constructors in net.minecraft.world.inventory with parameters of type IdentifierModifierConstructorDescriptionArmorSlot(Container inventory, LivingEntity owner, EquipmentSlot slot, int slotIndex, int x, int y, @Nullable Identifier emptyIcon) -
Uses of Identifier in net.minecraft.world.item
Fields in net.minecraft.world.item declared as IdentifierModifier and TypeFieldDescriptionprivate IdentifierCreativeModeTab.backgroundTextureprivate IdentifierCreativeModeTab.Builder.backgroundTexturestatic final Identifierstatic final IdentifierItem.BASE_ATTACK_SPEED_IDprivate static final IdentifierCreativeModeTab.Builder.CREATIVE_INVENTORY_TABS_IMAGEprivate static final IdentifierCreativeModeTab.Builder.CREATIVE_ITEM_SEARCH_BACKGROUNDprivate static final IdentifierCreativeModeTab.DEFAULT_BACKGROUNDprivate static final IdentifierSmithingTemplateItem.EMPTY_SLOT_AMETHYST_SHARDprivate static final IdentifierSmithingTemplateItem.EMPTY_SLOT_AXEprivate static final IdentifierSmithingTemplateItem.EMPTY_SLOT_BOOTSprivate static final IdentifierSmithingTemplateItem.EMPTY_SLOT_CHESTPLATEprivate static final IdentifierSmithingTemplateItem.EMPTY_SLOT_DIAMONDprivate static final IdentifierSmithingTemplateItem.EMPTY_SLOT_EMERALDprivate static final IdentifierSmithingTemplateItem.EMPTY_SLOT_HELMETprivate static final IdentifierSmithingTemplateItem.EMPTY_SLOT_HOEprivate static final IdentifierSmithingTemplateItem.EMPTY_SLOT_INGOTprivate static final IdentifierSmithingTemplateItem.EMPTY_SLOT_LAPIS_LAZULIprivate static final IdentifierSmithingTemplateItem.EMPTY_SLOT_LEGGINGSprivate static final IdentifierSmithingTemplateItem.EMPTY_SLOT_NAUTILUS_ARMORprivate static final IdentifierSmithingTemplateItem.EMPTY_SLOT_PICKAXEprivate static final IdentifierSmithingTemplateItem.EMPTY_SLOT_QUARTZprivate static final IdentifierSmithingTemplateItem.EMPTY_SLOT_REDSTONE_DUSTprivate static final IdentifierSmithingTemplateItem.EMPTY_SLOT_SHOVELprivate static final IdentifierSmithingTemplateItem.EMPTY_SLOT_SPEARprivate static final IdentifierSmithingTemplateItem.EMPTY_SLOT_SWORDprivate static final IdentifierCreativeModeTabs.INVENTORY_BACKGROUNDprivate static final IdentifierCreativeModeTab.SCROLLER_DISABLED_SPRITEprivate static final IdentifierCreativeModeTab.SCROLLER_SPRITEprivate final @Nullable IdentifierCreativeModeTab.scrollerSpriteLocationprivate static final IdentifierCreativeModeTabs.SEARCH_BACKGROUNDprivate @Nullable IdentifierCreativeModeTab.Builder.spriteScrollerLocationprivate IdentifierCreativeModeTab.Builder.tabsImageprivate final IdentifierCreativeModeTab.tabsImageFields in net.minecraft.world.item with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final List<Identifier> SmithingTemplateItem.additionalSlotEmptyIconsprivate final List<Identifier> SmithingTemplateItem.baseSlotEmptyIconsprivate final Map<Identifier, ItemCooldowns.CooldownInstance> ItemCooldowns.cooldownsprivate final DependantName<Item, Identifier> Item.Properties.modelprivate final List<Identifier> CreativeModeTab.Builder.tabsAfterfinal List<Identifier> CreativeModeTab.tabsAfterprivate final List<Identifier> CreativeModeTab.Builder.tabsBeforefinal List<Identifier> CreativeModeTab.tabsBeforeMethods in net.minecraft.world.item that return IdentifierModifier and TypeMethodDescriptionstatic IdentifierCreativeModeTab.createTextureLocation(String name) Item.Properties.effectiveModel()CreativeModeTab.getBackgroundTexture()ItemCooldowns.getCooldownGroup(ItemStack item) CreativeModeTab.getScrollerSprite()CreativeModeTab.getTabsImage()Methods in net.minecraft.world.item that return types with arguments of type IdentifierModifier and TypeMethodDescriptionprivate static List<Identifier> SmithingTemplateItem.createNetheriteUpgradeIconList()private static List<Identifier> SmithingTemplateItem.createNetheriteUpgradeMaterialList()private static List<Identifier> SmithingTemplateItem.createTrimmableArmorIconList()private static List<Identifier> SmithingTemplateItem.createTrimmableMaterialIconList()SmithingTemplateItem.getAdditionalSlotEmptyIcons()SmithingTemplateItem.getBaseSlotEmptyIcons()Methods in net.minecraft.world.item with parameters of type IdentifierModifier and TypeMethodDescriptionvoidItemCooldowns.addCooldown(Identifier cooldownGroup, int time) CreativeModeTab.Builder.backgroundTexture(Identifier backgroundTexture) Item.Properties.finalizeInitializer(Component name, Identifier model) protected voidItemCooldowns.onCooldownEnded(Identifier cooldownGroup) protected voidServerItemCooldowns.onCooldownEnded(Identifier cooldownGroup) protected voidItemCooldowns.onCooldownStarted(Identifier cooldownGroup, int duration) protected voidServerItemCooldowns.onCooldownStarted(Identifier cooldownGroup, int duration) voidItemCooldowns.removeCooldown(Identifier cooldownGroup) CreativeModeTab.Builder.withScrollBarSpriteLocation(Identifier scrollBarSpriteLocation) Sets the location of the scroll bar background.CreativeModeTab.Builder.withTabsAfter(Identifier... tabs) Define tabs that should come after this tab.CreativeModeTab.Builder.withTabsBefore(Identifier... tabs) Define tabs that should come before this tab.CreativeModeTab.Builder.withTabsImage(Identifier tabsImage) Sets the image of the tab to a custom resource location, instead of an item's texture.Constructors in net.minecraft.world.item with parameters of type IdentifierModifierConstructorDescriptionprivateCreativeModeTab(CreativeModeTab.Row row, int column, CreativeModeTab.Type type, Component displayName, Supplier<ItemStack> iconGenerator, CreativeModeTab.DisplayItemsGenerator displayItemsGenerator, Identifier scrollerSpriteLocation, boolean hasSearchBar, int searchBarWidth, Identifier tabsImage, int labelColor, int slotColor, List<Identifier> tabsBefore, List<Identifier> tabsAfter) Constructor parameters in net.minecraft.world.item with type arguments of type IdentifierModifierConstructorDescriptionprivateCreativeModeTab(CreativeModeTab.Row row, int column, CreativeModeTab.Type type, Component displayName, Supplier<ItemStack> iconGenerator, CreativeModeTab.DisplayItemsGenerator displayItemsGenerator, Identifier scrollerSpriteLocation, boolean hasSearchBar, int searchBarWidth, Identifier tabsImage, int labelColor, int slotColor, List<Identifier> tabsBefore, List<Identifier> tabsAfter) SmithingTemplateItem(Component appliesTo, Component ingredients, Component baseSlotDescription, Component additionsSlotDescription, List<Identifier> baseSlotEmptyIcons, List<Identifier> additionalSlotEmptyIcons, Item.Properties properties) -
Uses of Identifier in net.minecraft.world.item.component
Fields in net.minecraft.world.item.component with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Optional<Identifier> UseCooldown.cooldownGroupThe field for thecooldownGrouprecord component.Methods in net.minecraft.world.item.component that return types with arguments of type IdentifierModifier and TypeMethodDescriptionUseCooldown.cooldownGroup()Returns the value of thecooldownGrouprecord component.Methods in net.minecraft.world.item.component with parameters of type IdentifierModifier and TypeMethodDescriptionbooleanItemAttributeModifiers.Entry.matches(Holder<Attribute> attribute, Identifier id) Constructor parameters in net.minecraft.world.item.component with type arguments of type IdentifierModifierConstructorDescriptionUseCooldown(float seconds, Optional<Identifier> cooldownGroup) Creates an instance of aUseCooldownrecord class. -
Uses of Identifier in net.minecraft.world.item.crafting
Methods in net.minecraft.world.item.crafting with parameters of type IdentifierModifier and TypeMethodDescriptionstatic <T extends Recipe<?>>
RecipeType<T> RecipeType.simple(Identifier name) -
Uses of Identifier in net.minecraft.world.item.enchantment
Methods in net.minecraft.world.item.enchantment with parameters of type Identifier -
Uses of Identifier in net.minecraft.world.item.enchantment.effects
Fields in net.minecraft.world.item.enchantment.effects declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierRunFunction.functionThe field for thefunctionrecord component.private final IdentifierEnchantmentAttributeEffect.idThe field for theidrecord component.Methods in net.minecraft.world.item.enchantment.effects that return IdentifierModifier and TypeMethodDescriptionRunFunction.function()Returns the value of thefunctionrecord component.EnchantmentAttributeEffect.id()Returns the value of theidrecord component.private IdentifierEnchantmentAttributeEffect.idForSlot(StringRepresentable slot) Constructors in net.minecraft.world.item.enchantment.effects with parameters of type IdentifierModifierConstructorDescriptionEnchantmentAttributeEffect(Identifier id, Holder<Attribute> attribute, LevelBasedValue amount, AttributeModifier.Operation operation) Creates an instance of aEnchantmentAttributeEffectrecord class.RunFunction(Identifier function) Creates an instance of aRunFunctionrecord class. -
Uses of Identifier in net.minecraft.world.item.equipment
Fields in net.minecraft.world.item.equipment with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate Optional<Identifier> Equippable.Builder.cameraOverlayprivate final Optional<Identifier> Equippable.cameraOverlayThe field for thecameraOverlayrecord component.Methods in net.minecraft.world.item.equipment that return types with arguments of type IdentifierModifier and TypeMethodDescriptionEquippable.cameraOverlay()Returns the value of thecameraOverlayrecord component.Methods in net.minecraft.world.item.equipment with parameters of type Identifier -
Uses of Identifier in net.minecraft.world.item.equipment.trim
Fields in net.minecraft.world.item.equipment.trim declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierTrimPattern.assetIdThe field for theassetIdrecord component.Methods in net.minecraft.world.item.equipment.trim that return IdentifierModifier and TypeMethodDescriptionTrimPattern.assetId()Returns the value of theassetIdrecord component.static IdentifierTrimPatterns.defaultAssetId(ResourceKey<TrimPattern> registryKey) ArmorTrim.layerAssetId(String layerAssetPrefix, ResourceKey<EquipmentAsset> equipmentAsset) Constructors in net.minecraft.world.item.equipment.trim with parameters of type IdentifierModifierConstructorDescriptionTrimPattern(Identifier assetId, Component description, boolean decal) Creates an instance of aTrimPatternrecord class. -
Uses of Identifier in net.minecraft.world.item.trading
Fields in net.minecraft.world.item.trading with type parameters of type IdentifierMethods in net.minecraft.world.item.trading that return types with arguments of type IdentifierConstructor parameters in net.minecraft.world.item.trading with type arguments of type IdentifierModifierConstructorDescriptionTradeSet(HolderSet<VillagerTrade> trades, NumberProvider amount, boolean allowDuplicates, Optional<Identifier> randomSequence) -
Uses of Identifier in net.minecraft.world.level.biome
Fields in net.minecraft.world.level.biome declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierMultiNoiseBiomeSourceParameterList.Preset.idThe field for theidrecord component.Fields in net.minecraft.world.level.biome with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static final Map<Identifier, MultiNoiseBiomeSourceParameterList.Preset> MultiNoiseBiomeSourceParameterList.Preset.BY_NAMEMethods in net.minecraft.world.level.biome that return IdentifierModifier and TypeMethodDescriptionMultiNoiseBiomeSourceParameterList.Preset.id()Returns the value of theidrecord component.Constructors in net.minecraft.world.level.biome with parameters of type IdentifierModifierConstructorDescriptionCreates an instance of aPresetrecord class. -
Uses of Identifier in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block declared as IdentifierModifier and TypeFieldDescriptionstatic final IdentifierShulkerBoxBlock.CONTENTSstatic final IdentifierDecoratedPotBlock.SHERDS_DYNAMIC_DROP_IDFields in net.minecraft.world.level.block with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<Identifier, Supplier<? extends Block>> FlowerPotBlock.fullPotsMethods in net.minecraft.world.level.block that return IdentifierModifier and TypeMethodDescriptionprivate @Nullable IdentifierNoteBlock.getCustomSoundId(Level level, BlockPos pos) Methods in net.minecraft.world.level.block that return types with arguments of type IdentifierModifier and TypeMethodDescriptionMap<Identifier, Supplier<? extends Block>> FlowerPotBlock.getFullPotsView()Returns all the filled pots that can be spawned from filling this pot.protected Stat<Identifier> ChestBlock.getOpenChestStat()protected Stat<Identifier> TrappedChestBlock.getOpenChestStat()Methods in net.minecraft.world.level.block with parameters of type IdentifierModifier and TypeMethodDescriptionvoidFlowerPotBlock.addPlant(Identifier flower, Supplier<? extends Block> fullPot) Maps the given flower to the filled pot it is for. -
Uses of Identifier in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierBannerPattern.assetIdThe field for theassetIdrecord component.private final IdentifierDecoratedPotPattern.assetIdThe field for theassetIdrecord component.static final IdentifierJigsawBlockEntity.EMPTY_IDprivate IdentifierJigsawBlockEntity.nameprivate @Nullable IdentifierSkullBlockEntity.noteBlockSoundprivate @Nullable IdentifierStructureBlockEntity.structureNameprivate IdentifierJigsawBlockEntity.targetMethods in net.minecraft.world.level.block.entity that return IdentifierModifier and TypeMethodDescriptionBannerPattern.assetId()Returns the value of theassetIdrecord component.DecoratedPotPattern.assetId()Returns the value of theassetIdrecord component.JigsawBlockEntity.getName()@Nullable IdentifierSkullBlockEntity.getNoteBlockSound()JigsawBlockEntity.getTarget()Methods in net.minecraft.world.level.block.entity that return types with arguments of type IdentifierModifier and TypeMethodDescriptionMethods in net.minecraft.world.level.block.entity with parameters of type IdentifierModifier and TypeMethodDescriptionstatic booleanTestInstanceBlockEntity.export(ServerLevel level, Identifier structureId, Consumer<Component> feedbackOutput) static booleanStructureBlockEntity.saveStructure(ServerLevel level, Identifier structureName, BlockPos pos, Vec3i structureSize, boolean ignoreEntities, String author, boolean saveToDisk, List<Block> ignoreBlocks) voidJigsawBlockEntity.setName(Identifier name) voidStructureBlockEntity.setStructureName(@Nullable Identifier structureName) voidJigsawBlockEntity.setTarget(Identifier target) Constructors in net.minecraft.world.level.block.entity with parameters of type IdentifierModifierConstructorDescriptionBannerPattern(Identifier assetId, String translationKey) Creates an instance of aBannerPatternrecord class.DecoratedPotPattern(Identifier assetId) Creates an instance of aDecoratedPotPatternrecord class. -
Uses of Identifier in net.minecraft.world.level.chunk
Methods in net.minecraft.world.level.chunk that return types with arguments of type Identifier -
Uses of Identifier in net.minecraft.world.level.gamerules
Fields in net.minecraft.world.level.gamerules declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierGameRuleCategory.idThe field for theidrecord component.Methods in net.minecraft.world.level.gamerules that return IdentifierModifier and TypeMethodDescriptionGameRuleCategory.getDescriptionId()GameRule.getIdentifier()GameRuleCategory.id()Returns the value of theidrecord component.Methods in net.minecraft.world.level.gamerules with parameters of type IdentifierModifier and TypeMethodDescriptionstatic GameRuleCategoryGameRuleCategory.register(Identifier id) Deprecated.Prefer registering usingRegisterGameRuleCategoryEventConstructors in net.minecraft.world.level.gamerules with parameters of type IdentifierModifierConstructorDescriptionCreates an instance of aGameRuleCategoryrecord class. -
Uses of Identifier in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierSurfaceRules.VerticalGradientConditionSource.randomNameThe field for therandomNamerecord component.Fields in net.minecraft.world.level.levelgen with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<Identifier, PositionalRandomFactory> RandomState.positionalRandomsMethods in net.minecraft.world.level.levelgen that return IdentifierModifier and TypeMethodDescriptionSurfaceRules.VerticalGradientConditionSource.randomName()Returns the value of therandomNamerecord component.Methods in net.minecraft.world.level.levelgen with parameters of type IdentifierModifier and TypeMethodDescriptiondefault RandomSourcePositionalRandomFactory.fromHashOf(Identifier name) RandomState.getOrCreateRandomFactory(Identifier name) Constructors in net.minecraft.world.level.levelgen with parameters of type IdentifierModifierConstructorDescriptionprivateVerticalGradientConditionSource(Identifier randomName, VerticalAnchor trueAtAndBelow, VerticalAnchor falseAtAndAbove) Creates an instance of aVerticalGradientConditionSourcerecord class. -
Uses of Identifier in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type IdentifierModifier and TypeFieldDescriptionfinal List<Identifier> FossilFeatureConfiguration.fossilStructuresfinal List<Identifier> FossilFeatureConfiguration.overlayStructuresConstructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type IdentifierModifierConstructorDescriptionFossilFeatureConfiguration(List<Identifier> fossilStructures, List<Identifier> overlayStructures, Holder<StructureProcessorList> fossilProcessors, Holder<StructureProcessorList> overlayProcessors, int maxEmptyCornersAllowed) -
Uses of Identifier in net.minecraft.world.level.levelgen.structure
Methods in net.minecraft.world.level.levelgen.structure that return IdentifierModifier and TypeMethodDescriptionprotected IdentifierTemplateStructurePiece.makeTemplateLocation()Constructors in net.minecraft.world.level.levelgen.structure with parameters of type IdentifierModifierConstructorDescriptionTemplateStructurePiece(StructurePieceType type, int genDepth, StructureTemplateManager structureTemplateManager, Identifier templateLocation, String templateName, StructurePlaceSettings placeSettings, BlockPos position) Constructor parameters in net.minecraft.world.level.levelgen.structure with type arguments of type IdentifierModifierConstructorDescriptionTemplateStructurePiece(StructurePieceType type, CompoundTag tag, StructureTemplateManager structureTemplateManager, Function<Identifier, StructurePlaceSettings> structurePlaceSettingsSupplier) -
Uses of Identifier in net.minecraft.world.level.levelgen.structure.pieces
Fields in net.minecraft.world.level.levelgen.structure.pieces declared as IdentifierFields in net.minecraft.world.level.levelgen.structure.pieces with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static final Map<Identifier, Identifier> PiecesContainer.RENAMESprivate static final Map<Identifier, Identifier> PiecesContainer.RENAMES -
Uses of Identifier in net.minecraft.world.level.levelgen.structure.pools
Fields in net.minecraft.world.level.levelgen.structure.pools declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierFeaturePoolElement.DEFAULT_JIGSAW_NAMEFields in net.minecraft.world.level.levelgen.structure.pools with type parameters of type IdentifierModifier and TypeFieldDescriptionprotected final com.mojang.datafixers.util.Either<Identifier, StructureTemplate> SinglePoolElement.templateprivate static final com.mojang.serialization.Codec<com.mojang.datafixers.util.Either<Identifier, StructureTemplate>> SinglePoolElement.TEMPLATE_CODECMethods in net.minecraft.world.level.levelgen.structure.pools that return IdentifierMethods in net.minecraft.world.level.levelgen.structure.pools that return types with arguments of type IdentifierModifier and TypeMethodDescriptionprotected static <E extends SinglePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E, com.mojang.datafixers.util.Either<Identifier, StructureTemplate>> SinglePoolElement.templateCodec()Methods in net.minecraft.world.level.levelgen.structure.pools with parameters of type IdentifierModifier and TypeMethodDescriptionstatic booleanJigsawPlacement.generateJigsaw(ServerLevel level, Holder<StructureTemplatePool> pool, Identifier target, int maxDepth, BlockPos position, boolean keepJigsaws) JigsawPlacement.getRandomNamedJigsaw(StructurePoolElement element, Identifier targetJigsawId, BlockPos position, Rotation rotation, StructureTemplateManager structureTemplateManager, WorldgenRandom random) Method parameters in net.minecraft.world.level.levelgen.structure.pools with type arguments of type IdentifierModifier and TypeMethodDescriptionstatic Optional<Structure.GenerationStub> JigsawPlacement.addPieces(Structure.GenerationContext context, Holder<StructureTemplatePool> startPool, Optional<Identifier> startJigsaw, int maxDepth, BlockPos position, boolean doExpansionHack, Optional<Heightmap.Types> projectStartToHeightmap, JigsawStructure.MaxDistance maxDistanceFromCenter, PoolAliasLookup poolAliasLookup, DimensionPadding dimensionPadding, LiquidSettings liquidSettings) private static <T> com.mojang.serialization.DataResult<T> SinglePoolElement.encodeTemplate(com.mojang.datafixers.util.Either<Identifier, StructureTemplate> template, com.mojang.serialization.DynamicOps<T> ops, T prefix) Constructor parameters in net.minecraft.world.level.levelgen.structure.pools with type arguments of type IdentifierModifierConstructorDescriptionprotectedLegacySinglePoolElement(com.mojang.datafixers.util.Either<Identifier, StructureTemplate> template, Holder<StructureProcessorList> processors, StructureTemplatePool.Projection projection, Optional<LiquidSettings> liquidSettings) protectedSinglePoolElement(com.mojang.datafixers.util.Either<Identifier, StructureTemplate> template, Holder<StructureProcessorList> processors, StructureTemplatePool.Projection projection, Optional<LiquidSettings> overrideLiquidSettings) -
Uses of Identifier in net.minecraft.world.level.levelgen.structure.structures
Fields in net.minecraft.world.level.levelgen.structure.structures declared as IdentifierModifier and TypeFieldDescriptionprivate static final Identifier[]OceanRuinPieces.BIG_RUINS_BRICKprivate static final Identifier[]OceanRuinPieces.BIG_RUINS_CRACKEDprivate static final Identifier[]OceanRuinPieces.BIG_RUINS_MOSSYprivate static final Identifier[]OceanRuinPieces.BIG_WARM_RUINSprivate static final Identifier[]NetherFossilPieces.FOSSILSprivate static final Identifier[]OceanRuinPieces.RUINS_BRICKprivate static final Identifier[]OceanRuinPieces.RUINS_CRACKEDprivate static final Identifier[]OceanRuinPieces.RUINS_MOSSYprivate static final Identifier[]ShipwreckPieces.STRUCTURE_LOCATION_BEACHEDprivate static final IdentifierIglooPieces.STRUCTURE_LOCATION_IGLOOprivate static final IdentifierIglooPieces.STRUCTURE_LOCATION_LABORATORYprivate static final IdentifierIglooPieces.STRUCTURE_LOCATION_LADDERprivate static final Identifier[]ShipwreckPieces.STRUCTURE_LOCATION_OCEANprivate static final Identifier[]OceanRuinPieces.WARM_RUINSFields in net.minecraft.world.level.levelgen.structure.structures with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static final Map<Identifier, BlockPos> IglooPieces.OFFSETSprivate static final Map<Identifier, BlockPos> IglooPieces.PIVOTSprivate final Optional<Identifier> JigsawStructure.startJigsawNameMethods in net.minecraft.world.level.levelgen.structure.structures that return IdentifierModifier and TypeMethodDescriptionprivate static IdentifierOceanRuinPieces.getBigWarmRuin(RandomSource random) private static IdentifierOceanRuinPieces.getSmallWarmRuin(RandomSource random) private static IdentifierEndCityPieces.EndCityPiece.makeIdentifier(String templateName) private static IdentifierWoodlandMansionPieces.WoodlandMansionPiece.makeLocation(String templateName) protected IdentifierEndCityPieces.EndCityPiece.makeTemplateLocation()protected IdentifierWoodlandMansionPieces.WoodlandMansionPiece.makeTemplateLocation()Methods in net.minecraft.world.level.levelgen.structure.structures with parameters of type IdentifierModifier and TypeMethodDescriptionprivate static BlockPosIglooPieces.IglooPiece.makePosition(Identifier templateLocation, BlockPos position, int depth) private static StructurePlaceSettingsIglooPieces.IglooPiece.makeSettings(Rotation rotation, Identifier templateLocation) private static StructurePlaceSettingsRuinedPortalPiece.makeSettings(StructureTemplateManager structureTemplateManager, CompoundTag tag, Identifier location) Constructors in net.minecraft.world.level.levelgen.structure.structures with parameters of type IdentifierModifierConstructorDescriptionIglooPiece(StructureTemplateManager structureTemplateManager, Identifier templateLocation, BlockPos position, Rotation rotation, int depth) NetherFossilPiece(StructureTemplateManager structureTemplateManager, Identifier templateLocation, BlockPos position, Rotation rotation) OceanRuinPiece(StructureTemplateManager structureTemplateManager, Identifier templateLocation, BlockPos position, Rotation rotation, float integrity, OceanRuinStructure.Type biomeType, boolean isLarge) RuinedPortalPiece(StructureTemplateManager structureTemplateManager, BlockPos templatePosition, RuinedPortalPiece.VerticalPlacement verticalPlacement, RuinedPortalPiece.Properties properties, Identifier templateLocation, StructureTemplate template, Rotation rotation, Mirror mirror, BlockPos pivot) ShipwreckPiece(StructureTemplateManager structureTemplateManager, Identifier templateLocation, BlockPos position, Rotation rotation, boolean isBeached) Constructor parameters in net.minecraft.world.level.levelgen.structure.structures with type arguments of type IdentifierModifierConstructorDescriptionJigsawStructure(Structure.StructureSettings settings, Holder<StructureTemplatePool> startPool, Optional<Identifier> startJigsawName, int maxDepth, HeightProvider startHeight, boolean useExpansionHack, Optional<Heightmap.Types> projectStartToHeightmap, JigsawStructure.MaxDistance maxDistanceFromCenter, List<PoolAliasBinding> poolAliases, DimensionPadding dimensionPadding, LiquidSettings liquidSettings) -
Uses of Identifier in net.minecraft.world.level.levelgen.structure.templatesystem
Fields in net.minecraft.world.level.levelgen.structure.templatesystem declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierStructureTemplate.JigsawBlockInfo.nameThe field for thenamerecord component.private final IdentifierStructureTemplate.JigsawBlockInfo.targetThe field for thetargetrecord component.Fields in net.minecraft.world.level.levelgen.structure.templatesystem with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<Identifier, Optional<StructureTemplate>> StructureTemplateManager.structureRepositoryMethods in net.minecraft.world.level.levelgen.structure.templatesystem that return IdentifierModifier and TypeMethodDescriptionStructureTemplate.JigsawBlockInfo.name()Returns the value of thenamerecord component.StructureTemplate.JigsawBlockInfo.target()Returns the value of thetargetrecord component.Methods in net.minecraft.world.level.levelgen.structure.templatesystem that return types with arguments of type IdentifierMethods in net.minecraft.world.level.levelgen.structure.templatesystem with parameters of type IdentifierModifier and TypeMethodDescriptionStructureTemplateManager.get(Identifier id) StructureTemplateManager.getOrCreate(Identifier id) voidStructureTemplateManager.remove(Identifier id) booleanStructureTemplateManager.save(Identifier id) private Optional<StructureTemplate> StructureTemplateManager.tryLoad(Identifier id) Constructors in net.minecraft.world.level.levelgen.structure.templatesystem with parameters of type IdentifierModifierConstructorDescriptionJigsawBlockInfo(StructureTemplate.StructureBlockInfo info, JigsawBlockEntity.JointType jointType, Identifier name, ResourceKey<StructureTemplatePool> pool, Identifier target, int placementPriority, int selectionPriority) Creates an instance of aJigsawBlockInforecord class. -
Uses of Identifier in net.minecraft.world.level.levelgen.structure.templatesystem.loader
Methods in net.minecraft.world.level.levelgen.structure.templatesystem.loader that return types with arguments of type IdentifierModifier and TypeMethodDescriptionDirectoryTemplateSource.list()ResourceManagerTemplateSource.list()abstract Stream<Identifier> TemplateSource.list()Methods in net.minecraft.world.level.levelgen.structure.templatesystem.loader with parameters of type IdentifierModifier and TypeMethodDescriptionTemplatePathFactory.createAndValidatePathToStructure(Identifier resourceLocation) TemplatePathFactory.createAndValidatePathToStructure(Identifier id, FileToIdConverter converter) DirectoryTemplateSource.load(Identifier id) ResourceManagerTemplateSource.load(Identifier id) abstract Optional<StructureTemplate> TemplateSource.load(Identifier id) -
Uses of Identifier in net.minecraft.world.level.saveddata
Fields in net.minecraft.world.level.saveddata declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierSavedDataType.idThe field for theidrecord component.Methods in net.minecraft.world.level.saveddata that return IdentifierModifier and TypeMethodDescriptionSavedDataType.id()Returns the value of theidrecord component.Constructors in net.minecraft.world.level.saveddata with parameters of type IdentifierModifierConstructorDescriptionSavedDataType(Identifier id, Supplier<T> constructor, com.mojang.serialization.Codec<T> codec) SavedDataType(Identifier id, Supplier<T> constructor, com.mojang.serialization.Codec<T> codec, @Nullable DataFixTypes dataFixType) SavedDataType(Identifier id, SavedDataType.Factory<T> constructor, SavedDataType.Factory<com.mojang.serialization.Codec<T>> codec) SavedDataType(Identifier id, SavedDataType.Factory<T> factory, SavedDataType.Factory<com.mojang.serialization.Codec<T>> codecFactory, @Nullable DataFixTypes dataFixType) Creates an instance of aSavedDataTyperecord class. -
Uses of Identifier in net.minecraft.world.level.saveddata.maps
Fields in net.minecraft.world.level.saveddata.maps declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierMapDecorationType.assetIdThe field for theassetIdrecord component.Methods in net.minecraft.world.level.saveddata.maps that return IdentifierModifier and TypeMethodDescriptionMapDecorationType.assetId()Returns the value of theassetIdrecord component.MapDecoration.getSpriteLocation()Constructors in net.minecraft.world.level.saveddata.maps with parameters of type IdentifierModifierConstructorDescriptionMapDecorationType(Identifier assetId, boolean showOnItemFrame, int mapColor, boolean explorationMapElement, boolean trackCount) Creates an instance of aMapDecorationTyperecord class. -
Uses of Identifier in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage that return types with arguments of type IdentifierMethods in net.minecraft.world.level.storage with parameters of type IdentifierModifier and TypeMethodDescriptionCommandStorage.get(Identifier id) private PathSavedDataStorage.getDataFile(Identifier id) voidCommandStorage.set(Identifier id, CompoundTag contents) -
Uses of Identifier in net.minecraft.world.level.storage.loot
Fields in net.minecraft.world.level.storage.loot declared as IdentifierModifier and TypeFieldDescriptionprivate IdentifierLootTable.lootTableIdprivate @Nullable IdentifierLootContext.Builder.queriedLootTableIdprivate @Nullable IdentifierLootContext.queriedLootTableIdFields in net.minecraft.world.level.storage.loot with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<Identifier, LootParams.DynamicDrop> LootParams.Builder.dynamicDropsprivate final Map<Identifier, LootParams.DynamicDrop> LootParams.dynamicDropsprivate final BiConsumer<T, Identifier> LootDataType.idSetterThe field for theidSetterrecord component.private Optional<Identifier> LootTable.Builder.randomSequenceprivate final Optional<Identifier> LootTable.randomSequenceMethods in net.minecraft.world.level.storage.loot that return IdentifierMethods in net.minecraft.world.level.storage.loot that return types with arguments of type IdentifierModifier and TypeMethodDescriptionLootDataType.idSetter()Returns the value of theidSetterrecord component.Methods in net.minecraft.world.level.storage.loot with parameters of type IdentifierModifier and TypeMethodDescriptionvoidLootContext.addDynamicDrops(Identifier location, Consumer<ItemStack> output) Add the dynamic drops for the given dynamic drops name to the given consumer.voidLootParams.addDynamicDrops(Identifier location, Consumer<ItemStack> output) voidLootTable.setLootTableId(Identifier id) voidLootContext.setQueriedLootTableId(@Nullable Identifier queriedLootTableId) LootTable.Builder.setRandomSequence(Identifier key) LootParams.Builder.withDynamicDrop(Identifier location, LootParams.DynamicDrop dynamicDrop) LootContext.Builder.withQueriedLootTableId(Identifier queriedLootTableId) Method parameters in net.minecraft.world.level.storage.loot with type arguments of type IdentifierModifier and TypeMethodDescriptionLootContext.Builder.create(Optional<Identifier> randomSequenceKey) Constructors in net.minecraft.world.level.storage.loot with parameters of type IdentifierModifierConstructorDescriptionprivateLootContext(LootParams params, RandomSource random, HolderGetter.Provider p_287619_, Identifier queriedLootTableId) Constructor parameters in net.minecraft.world.level.storage.loot with type arguments of type IdentifierModifierConstructorDescriptionLootDataType(ResourceKey<Registry<T>> registryKey, com.mojang.serialization.Codec<T> codec, LootDataType.ContextGetter<T> contextGetter, @Nullable T defaultValue, com.mojang.serialization.Codec<Optional<T>> conditionalCodec, BiConsumer<T, Identifier> idSetter) Creates an instance of aLootDataTyperecord class.privateLootDataType(ResourceKey<Registry<T>> registryKey, com.mojang.serialization.Codec<T> codec, LootDataType.ContextGetter<T> contextGetter, @Nullable T defaultValue, BiConsumer<T, Identifier> idSetter) LootParams(ServerLevel level, ContextMap params, Map<Identifier, LootParams.DynamicDrop> dynamicDrops, float luck) privateLootTable(ContextKeySet paramSet, Optional<Identifier> randomSequence, List<LootPool> pools, List<LootItemFunction> functions) -
Uses of Identifier in net.minecraft.world.level.storage.loot.entries
Fields in net.minecraft.world.level.storage.loot.entries declared as IdentifierMethods in net.minecraft.world.level.storage.loot.entries with parameters of type IdentifierModifier and TypeMethodDescriptionstatic LootPoolSingletonContainer.Builder<?> DynamicLoot.dynamicEntry(Identifier name) Constructors in net.minecraft.world.level.storage.loot.entries with parameters of type IdentifierModifierConstructorDescriptionprivateDynamicLoot(Identifier name, int weight, int quality, List<LootItemCondition> conditions, List<LootItemFunction> functions) -
Uses of Identifier in net.minecraft.world.level.storage.loot.functions
Fields in net.minecraft.world.level.storage.loot.functions declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierApplyBonusCount.FormulaType.idThe field for theidrecord component.private final IdentifierSetAttributesFunction.Modifier.idThe field for theidrecord component.private final IdentifierSetAttributesFunction.ModifierBuilder.idFields in net.minecraft.world.level.storage.loot.functions with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static final Map<Identifier, ApplyBonusCount.FormulaType> ApplyBonusCount.FORMULASMethods in net.minecraft.world.level.storage.loot.functions that return IdentifierModifier and TypeMethodDescriptionApplyBonusCount.FormulaType.id()Returns the value of theidrecord component.SetAttributesFunction.Modifier.id()Returns the value of theidrecord component.Methods in net.minecraft.world.level.storage.loot.functions with parameters of type IdentifierModifier and TypeMethodDescriptionSetAttributesFunction.modifier(Identifier id, Holder<Attribute> attribute, AttributeModifier.Operation operation, NumberProvider amount) Constructors in net.minecraft.world.level.storage.loot.functions with parameters of type IdentifierModifierConstructorDescriptionprivateFormulaType(Identifier id, com.mojang.serialization.Codec<? extends ApplyBonusCount.Formula> codec) Creates an instance of aFormulaTyperecord class.privateModifier(Identifier id, Holder<Attribute> attribute, AttributeModifier.Operation operation, NumberProvider amount, List<EquipmentSlotGroup> slots) Creates an instance of aModifierrecord class.ModifierBuilder(Identifier id, Holder<Attribute> attribute, AttributeModifier.Operation operation, NumberProvider amount) -
Uses of Identifier in net.minecraft.world.level.storage.loot.parameters
Fields in net.minecraft.world.level.storage.loot.parameters with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static final BiMap<Identifier, ContextKeySet> LootContextParamSets.REGISTRY -
Uses of Identifier in net.minecraft.world.level.storage.loot.providers.nbt
Fields in net.minecraft.world.level.storage.loot.providers.nbt declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierStorageNbtProvider.idThe field for theidrecord component.Methods in net.minecraft.world.level.storage.loot.providers.nbt that return IdentifierModifier and TypeMethodDescriptionStorageNbtProvider.id()Returns the value of theidrecord component.Constructors in net.minecraft.world.level.storage.loot.providers.nbt with parameters of type IdentifierModifierConstructorDescriptionCreates an instance of aStorageNbtProviderrecord class. -
Uses of Identifier in net.minecraft.world.level.storage.loot.providers.number
Fields in net.minecraft.world.level.storage.loot.providers.number declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierStorageValue.storageThe field for thestoragerecord component.Methods in net.minecraft.world.level.storage.loot.providers.number that return IdentifierModifier and TypeMethodDescriptionStorageValue.storage()Returns the value of thestoragerecord component.Constructors in net.minecraft.world.level.storage.loot.providers.number with parameters of type IdentifierModifierConstructorDescriptionStorageValue(Identifier storage, NbtPathArgument.NbtPath path) Creates an instance of aStorageValuerecord class. -
Uses of Identifier in net.minecraft.world.level.timers
Fields in net.minecraft.world.level.timers declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierFunctionCallback.functionIdThe field for thefunctionIdrecord component.private final IdentifierFunctionTagCallback.tagIdThe field for thetagIdrecord component.Fields in net.minecraft.world.level.timers with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final ExtraCodecs.LateBoundIdMapper<Identifier, com.mojang.serialization.MapCodec<? extends TimerCallback<C>>> TimerCallbacks.idMapperMethods in net.minecraft.world.level.timers that return IdentifierModifier and TypeMethodDescriptionFunctionCallback.functionId()Returns the value of thefunctionIdrecord component.FunctionTagCallback.tagId()Returns the value of thetagIdrecord component.Methods in net.minecraft.world.level.timers with parameters of type IdentifierModifier and TypeMethodDescriptionTimerCallbacks.register(Identifier id, com.mojang.serialization.MapCodec<? extends TimerCallback<C>> codec) Constructors in net.minecraft.world.level.timers with parameters of type IdentifierModifierConstructorDescriptionFunctionCallback(Identifier functionId) Creates an instance of aFunctionCallbackrecord class.FunctionTagCallback(Identifier tagId) Creates an instance of aFunctionTagCallbackrecord class. -
Uses of Identifier in net.minecraft.world.scores.criteria
Methods in net.minecraft.world.scores.criteria with parameters of type IdentifierModifier and TypeMethodDescriptionprivate static <T> Optional<ObjectiveCriteria> ObjectiveCriteria.getStat(StatType<T> statType, Identifier key) -
Uses of Identifier in net.neoforged.neoforge.capabilities
Fields in net.neoforged.neoforge.capabilities declared as IdentifierFields in net.neoforged.neoforge.capabilities with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final ConcurrentMap<Identifier, CapabilityRegistry.StoredCap<C>> CapabilityRegistry.capsMethods in net.neoforged.neoforge.capabilities that return IdentifierModifier and TypeMethodDescriptionprivate static Identifierfinal IdentifierBaseCapability.name()Returns the name of this capability.Methods in net.neoforged.neoforge.capabilities with parameters of type IdentifierModifier and TypeMethodDescriptionstatic <T, C extends @Nullable Object>
BlockCapability<T, C> BlockCapability.create(Identifier name, Class<T> typeClass, Class<C> contextClass) Creates a new block capability, or gets it if it already exists.CapabilityRegistry.CapabilityConstructor.create(Identifier name, Class<?> typeClass, Class<?> contextClass) Creates a new capability with the given name, type class and context class.CapabilityRegistry.create(Identifier name, Class<?> typeClass, Class<?> contextClass) Creates a new capability with the given name, type class and context class, or returns an existing one if it was already created.static <T, C extends @Nullable Object>
EntityCapability<T, C> EntityCapability.create(Identifier name, Class<T> typeClass, Class<C> contextClass) Creates a new entity capability, or gets it if it already exists.static <T, C extends @Nullable Object>
ItemCapability<T, C> ItemCapability.create(Identifier name, Class<T> typeClass, Class<C> contextClass) Creates a new item capability, or gets it if it already exists.static <T> BlockCapability<T, @Nullable Direction> BlockCapability.createSided(Identifier name, Class<T> typeClass) Creates a new block capability with nullableDirectioncontext, or gets it if it already exists.static <T> EntityCapability<T, @Nullable Direction> EntityCapability.createSided(Identifier name, Class<T> typeClass) Creates a new entity capability with nullableDirectioncontext, or gets it if it already exists.static <T> BlockCapability<T, @Nullable Void> BlockCapability.createVoid(Identifier name, Class<T> typeClass) Creates a new block capability withVoidcontext, or gets it if it already exists.static <T> EntityCapability<T, @Nullable Void> EntityCapability.createVoid(Identifier name, Class<T> typeClass) Creates a new entity capability withVoidcontext, or gets it if it already exists.static <T> ItemCapability<T, @Nullable Void> ItemCapability.createVoid(Identifier name, Class<T> typeClass) Creates a new item capability withVoidcontext, or gets it if it already exists.Constructors in net.neoforged.neoforge.capabilities with parameters of type IdentifierModifierConstructorDescriptionprotectedBaseCapability(Identifier name, Class<T> typeClass, Class<C> contextClass) privateBlockCapability(Identifier name, Class<T> typeClass, Class<C> contextClass) privateEntityCapability(Identifier name, Class<T> typeClass, Class<C> contextClass) privateItemCapability(Identifier name, Class<T> typeClass, Class<C> contextClass) -
Uses of Identifier in net.neoforged.neoforge.client
Fields in net.neoforged.neoforge.client declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierClientCommandHandler.ASK_SERVER_IDprivate static final IdentifierClientHooks.ICON_SHEETFields in net.neoforged.neoforge.client with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static @Nullable Map<Identifier, CustomCloudsRenderer> CustomEnvironmentEffectsRendererManager.CUSTOM_CLOUD_RENDERERSprivate static @Nullable Map<Identifier, CustomSkyboxRenderer> CustomEnvironmentEffectsRendererManager.CUSTOM_SKYBOX_RENDERERSprivate static @Nullable Map<Identifier, CustomWeatherEffectRenderer> CustomEnvironmentEffectsRendererManager.CUSTOM_WEATHER_EFFECT_RENDERERSprivate static final Function<Identifier, RenderType> NeoForgeRenderTypes.Internal.ITEM_CUTOUT_UNLITprivate static final Function<Identifier, RenderType> NeoForgeRenderTypes.Internal.ITEM_TRANSLUCENT_UNLITstatic Function<Identifier, RenderType> NeoForgeRenderTypes.Internal.LAYERED_ITEM_CUTOUTstatic Function<Identifier, RenderType> NeoForgeRenderTypes.Internal.LAYERED_ITEM_CUTOUT_MIPPEDstatic Function<Identifier, RenderType> NeoForgeRenderTypes.Internal.LAYERED_ITEM_SOLIDstatic Function<Identifier, RenderType> NeoForgeRenderTypes.Internal.LAYERED_ITEM_TRANSLUCENTprivate static Map<EntityType<?>, Identifier> EntitySpectatorShaderManager.SHADERSstatic Function<Identifier, RenderType> NeoForgeRenderTypes.Internal.TEXT_FILTEREDstatic Function<Identifier, RenderType> NeoForgeRenderTypes.Internal.TEXT_INTENSITY_FILTEREDstatic Function<Identifier, RenderType> NeoForgeRenderTypes.Internal.TEXT_INTENSITY_POLYGON_OFFSET_FILTEREDstatic Function<Identifier, RenderType> NeoForgeRenderTypes.Internal.TEXT_INTENSITY_SEETHROUGH_FILTEREDstatic Function<Identifier, RenderType> NeoForgeRenderTypes.Internal.TEXT_POLYGON_OFFSET_FILTEREDstatic Function<Identifier, RenderType> NeoForgeRenderTypes.Internal.TEXT_SEETHROUGH_FILTEREDstatic Function<Identifier, RenderType> NeoForgeRenderTypes.Internal.UNLIT_TRANSLUCENT_SORTEDstatic Function<Identifier, RenderType> NeoForgeRenderTypes.Internal.UNLIT_TRANSLUCENT_UNSORTEDstatic Function<Identifier, RenderType> NeoForgeRenderTypes.Internal.UNSORTED_TRANSLUCENTMethods in net.neoforged.neoforge.client that return IdentifierModifier and TypeMethodDescriptionstatic @Nullable IdentifierEntitySpectatorShaderManager.get(EntityType<?> entityType) Finds the path to the spectator mode shader used for the specified entity type, or null if none is registered.static IdentifierClientHooks.getArmorTexture(ItemStack armor, EquipmentClientInfo.LayerType type, EquipmentClientInfo.Layer layer, Identifier _default) private static IdentifierClientNeoForgeMod.neoForgeId(String path) Methods in net.neoforged.neoforge.client with parameters of type IdentifierModifier and TypeMethodDescription@Nullable AdvancementHolderClientCommandSourceStack.getAdvancement(Identifier id) Returns the advancement from the id from the client side where the advancement needs to be visible to the player.static IdentifierClientHooks.getArmorTexture(ItemStack armor, EquipmentClientInfo.LayerType type, EquipmentClientInfo.Layer layer, Identifier _default) static @Nullable CustomCloudsRendererCustomEnvironmentEffectsRendererManager.getCustomCloudsRenderer(Identifier id) Finds theCustomCloudsRendererfor a given identifier, or null if none is registered.static @Nullable CustomSkyboxRendererCustomEnvironmentEffectsRendererManager.getCustomSkyboxRenderer(Identifier id) Finds theCustomSkyboxRendererfor a given identifier, or null if none is registered.static @Nullable CustomWeatherEffectRendererCustomEnvironmentEffectsRendererManager.getCustomWeatherEffectRenderer(Identifier id) Finds theCustomWeatherEffectRendererfor a given identifier, or null if none is registered.static RenderTypeNeoForgeRenderTypes.getEntityCutoutMipped(Identifier textureLocation) static RenderTypeNeoForgeRenderTypes.getItemCutoutUnlit(Identifier texture) static RenderTypeNeoForgeRenderTypes.getItemLayeredCutout(Identifier textureLocation) static RenderTypeNeoForgeRenderTypes.getItemLayeredSolid(Identifier textureLocation) static RenderTypeNeoForgeRenderTypes.getItemLayeredTranslucent(Identifier textureLocation) static RenderTypeNeoForgeRenderTypes.getItemTranslucentUnlit(Identifier texture) static RenderTypeNeoForgeRenderTypes.getTextFiltered(Identifier locationIn) private static RenderTypeNeoForgeRenderTypes.Internal.getTextFiltered(Identifier locationIn) static RenderTypeNeoForgeRenderTypes.getTextIntensityFiltered(Identifier locationIn) private static RenderTypeNeoForgeRenderTypes.Internal.getTextIntensityFiltered(Identifier locationIn) static RenderTypeNeoForgeRenderTypes.getTextIntensityPolygonOffsetFiltered(Identifier locationIn) private static RenderTypeNeoForgeRenderTypes.Internal.getTextIntensityPolygonOffsetFiltered(Identifier locationIn) static RenderTypeNeoForgeRenderTypes.getTextIntensitySeeThroughFiltered(Identifier locationIn) private static RenderTypeNeoForgeRenderTypes.Internal.getTextIntensitySeeThroughFiltered(Identifier locationIn) static RenderTypeNeoForgeRenderTypes.getTextPolygonOffsetFiltered(Identifier locationIn) private static RenderTypeNeoForgeRenderTypes.Internal.getTextPolygonOffsetFiltered(Identifier locationIn) static RenderTypeNeoForgeRenderTypes.getTextSeeThroughFiltered(Identifier locationIn) private static RenderTypeNeoForgeRenderTypes.Internal.getTextSeeThroughFiltered(Identifier locationIn) static RenderTypeNeoForgeRenderTypes.getUnlitTranslucent(Identifier textureLocation) static RenderTypeNeoForgeRenderTypes.getUnlitUnsortedTranslucent(Identifier textureLocation) static RenderTypeNeoForgeRenderTypes.getUnsortedTranslucent(Identifier textureLocation) private static booleanClientHooks.isValidDebugEntryForSearch(String searchText, Identifier id) private static RenderTypeNeoForgeRenderTypes.Internal.itemCutoutUnlit(Identifier texture) private static RenderTypeNeoForgeRenderTypes.Internal.itemTranslucentUnlit(Identifier texture) private static RenderTypeNeoForgeRenderTypes.Internal.layeredItemCutout(Identifier locationIn) private static RenderTypeNeoForgeRenderTypes.Internal.layeredItemCutoutMipped(Identifier locationIn) private static RenderTypeNeoForgeRenderTypes.Internal.layeredItemSolid(Identifier locationIn) private static RenderTypeNeoForgeRenderTypes.Internal.layeredItemTranslucent(Identifier locationIn) static RenderTooltipEvent.TextureClientHooks.onRenderTooltipTexture(ItemStack stack, GuiGraphics graphics, int x, int y, Font font, List<ClientTooltipComponent> components, @Nullable Identifier texture) private static RenderTypeNeoForgeRenderTypes.Internal.unlitTranslucent(Identifier textureLocation, boolean sortingEnabled) private static RenderTypeNeoForgeRenderTypes.Internal.unsortedTranslucent(Identifier textureLocation) -
Uses of Identifier in net.neoforged.neoforge.client.data
Fields in net.neoforged.neoforge.client.data with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<Identifier, SpriteSourceProvider.SourceList> SpriteSourceProvider.atlasesprotected final Map<Identifier, List<String>> ParticleDescriptionProvider.descriptionsMethods in net.neoforged.neoforge.client.data with parameters of type IdentifierModifier and TypeMethodDescriptionprotected final SpriteSourceProvider.SourceListSpriteSourceProvider.atlas(Identifier id) Get or create aSpriteSourceProvider.SourceListfor the given atlasprotected voidParticleDescriptionProvider.spriteSet(ParticleType<?> type, Identifier baseName, int numOfTextures, boolean reverse) Creates a new particle description that contains multiple textures for the associatedParticleType.protected voidParticleDescriptionProvider.spriteSet(ParticleType<?> type, Identifier texture, Identifier... textures) Creates a new particle description that contains multiple textures for the associatedParticleType.Method parameters in net.neoforged.neoforge.client.data with type arguments of type IdentifierModifier and TypeMethodDescriptionprotected voidParticleDescriptionProvider.spriteSet(ParticleType<?> type, Iterable<Identifier> textures) Creates a new particle description that contains multiple textures for the associatedParticleType. -
Uses of Identifier in net.neoforged.neoforge.client.entity.animation.json
Fields in net.neoforged.neoforge.client.entity.animation.json declared as IdentifierFields in net.neoforged.neoforge.client.entity.animation.json with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<Identifier, AnimationHolder> AnimationLoader.animationsprivate static final ImmutableBiMap<Identifier, AnimationChannel.Interpolation> AnimationTypeManager.DEFAULT_INTERPOLATIONSprivate static final ImmutableBiMap<Identifier, AnimationTarget> AnimationTypeManager.DEFAULT_TARGETSprivate final CompletableFuture<Map<Identifier, AnimationDefinition>> AnimationLoader.PendingAnimations.futureprivate static ImmutableBiMap<Identifier, AnimationChannel.Interpolation> AnimationTypeManager.INTERPOLATIONSprivate static ImmutableBiMap<Identifier, AnimationTarget> AnimationTypeManager.TARGETSMethods in net.neoforged.neoforge.client.entity.animation.json that return IdentifierModifier and TypeMethodDescriptionstatic @Nullable IdentifierAnimationTypeManager.getInterpolationName(AnimationChannel.Interpolation interpolation) Gets theIdentifierassociated with the giveninterpolation.static @Nullable IdentifierAnimationTypeManager.getTargetName(AnimationTarget target) Gets theIdentifierassociated with the giventarget.AnimationHolder.key()Gets the key associated with this animation.Methods in net.neoforged.neoforge.client.entity.animation.json that return types with arguments of type IdentifierModifier and TypeMethodDescriptionprivate Map<Identifier, AnimationDefinition> AnimationLoader.prepare(ResourceManager resourceManager) Methods in net.neoforged.neoforge.client.entity.animation.json with parameters of type IdentifierModifier and TypeMethodDescription@Nullable AnimationDefinitionAnimationLoader.PendingAnimations.get(Identifier id) @Nullable AnimationDefinitionAnimationLoader.getAnimation(Identifier key) Gets a loadedAnimationDefinitionwith the specifiedkey.AnimationLoader.getAnimationHolder(Identifier key) Returns anAnimationHolderfor an animation.static @Nullable AnimationChannel.InterpolationAnimationTypeManager.getInterpolation(Identifier name) Gets theinterpolation functionassociated with the givenname.static @Nullable AnimationTargetAnimationTypeManager.getTarget(Identifier name) Gets theAnimationTargetassociated with the givenname.Method parameters in net.neoforged.neoforge.client.entity.animation.json with type arguments of type IdentifierModifier and TypeMethodDescriptionprivate voidAnimationLoader.apply(Map<Identifier, AnimationDefinition> animationJsons) Constructors in net.neoforged.neoforge.client.entity.animation.json with parameters of type Identifier -
Uses of Identifier in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierRenderGuiLayerEvent.nameprivate final @Nullable IdentifierRenderTooltipEvent.Texture.originalTextureprivate @Nullable IdentifierRenderTooltipEvent.Texture.textureFields in net.neoforged.neoforge.client.event with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final SequencedMap<Identifier, AtlasManager.AtlasConfig> RegisterTextureAtlasesEvent.atlasesprivate final Map<Identifier, CustomCloudsRenderer> RegisterCustomEnvironmentEffectRendererEvent.cloudRenderersprivate final Map<Identifier, DebugScreenEntryStatus> RegisterDebugEntriesEvent.defaultProfileprivate final ExtraCodecs.LateBoundIdMapper<Identifier, com.mojang.serialization.MapCodec<? extends CustomBlockModelDefinition>> RegisterBlockStateModels.defintionIdMapperprivate final Map<Identifier, DebugScreenEntry> RegisterDebugEntriesEvent.entriesprivate final ExtraCodecs.LateBoundIdMapper<Identifier, com.mojang.serialization.MapCodec<? extends ItemTintSource>> RegisterColorHandlersEvent.ItemTintSources.idMapperprivate final ExtraCodecs.LateBoundIdMapper<Identifier, com.mojang.serialization.MapCodec<? extends ConditionalItemModelProperty>> RegisterConditionalItemModelPropertyEvent.idMapperprivate final ExtraCodecs.LateBoundIdMapper<Identifier, com.mojang.serialization.MapCodec<? extends ItemModel.Unbaked>> RegisterItemModelsEvent.idMapperprivate final ExtraCodecs.LateBoundIdMapper<Identifier, com.mojang.serialization.MapCodec<? extends RangeSelectItemModelProperty>> RegisterRangeSelectItemModelPropertyEvent.idMapperprivate final ExtraCodecs.LateBoundIdMapper<Identifier, SelectItemModelProperty.Type<?, ?>> RegisterSelectItemModelPropertyEvent.idMapperprivate final ExtraCodecs.LateBoundIdMapper<Identifier, com.mojang.serialization.MapCodec<? extends SpecialModelRenderer.Unbaked>> RegisterSpecialModelRendererEvent.idMapperprivate final ExtraCodecs.LateBoundIdMapper<Identifier, com.mojang.serialization.MapCodec<? extends SpriteSource>> RegisterSpriteSourcesEvent.idMapperprivate final ImmutableMap.Builder<Identifier, AnimationChannel.Interpolation> RegisterJsonAnimationTypesEvent.interpolationsprivate final Map<Identifier, UnbakedModelLoader<?>> ModelEvent.RegisterLoaders.loadersprivate final Map<Identifier, KeyMapping.Category> RegisterKeyMappingsEvent.moddedCategoriesprivate final ExtraCodecs.LateBoundIdMapper<Identifier, com.mojang.serialization.MapCodec<? extends CustomUnbakedBlockStateModel>> RegisterBlockStateModels.modelIdMapperprivate final Map<Identifier, DebugScreenEntryStatus> RegisterDebugEntriesEvent.performanceProfileprivate final Map<Identifier, AnimationChannel.Interpolation> RegisterJsonAnimationTypesEvent.registeredInterpolationsprivate final Map<Identifier, AnimationTarget> RegisterJsonAnimationTypesEvent.registeredTargetsprivate final Map<EntityType<?>, Identifier> RegisterEntitySpectatorShadersEvent.shadersprivate final Map<SkullBlock.Type, Identifier> EntityRenderersEvent.CreateSkullModels.skullTexturesprivate final Map<Identifier, CustomSkyboxRenderer> RegisterCustomEnvironmentEffectRendererEvent.skyboxRenderersprivate final ImmutableMap.Builder<Identifier, AnimationTarget> RegisterJsonAnimationTypesEvent.targetsprivate final Function<Identifier, TextureAtlasSprite> ModelEvent.ModifyBakingResult.textureGetterprivate final Map<Identifier, CustomWeatherEffectRenderer> RegisterCustomEnvironmentEffectRendererEvent.weatherEffectsRenderersMethods in net.neoforged.neoforge.client.event that return IdentifierModifier and TypeMethodDescriptionRenderGuiLayerEvent.getName()@Nullable IdentifierRenderTooltipEvent.Texture.getOriginalTexture()Returns the original texture location given to the tooltip render method (may originate fromDataComponents.TOOLTIP_STYLE).@Nullable IdentifierRenderTooltipEvent.Texture.getTexture()Returns the texture location that will be used to render the tooltip.private static IdentifierAddClientReloadListenersEvent.lookupName(PreparableReloadListener listener) Methods in net.neoforged.neoforge.client.event that return types with arguments of type IdentifierModifier and TypeMethodDescriptionprivate Map<Identifier, DebugScreenEntryStatus> RegisterDebugEntriesEvent.getProfileMap(DebugScreenProfile profile) ModelEvent.ModifyBakingResult.getTextureGetter()Returns a lookup function to retrieveTextureAtlasSprites by name from the block atlas.RegisterDebugEntriesEvent.validateProfiles()Methods in net.neoforged.neoforge.client.event with parameters of type IdentifierModifier and TypeMethodDescriptionvoidRegisterTextureAtlasesEvent.addAdditionalMetadata(Identifier atlasId, MetadataSectionType<?> metaSectionType) Add an additionalMetadataSectionTypeto be loaded for the sprites of the given texture atlas.private static <T> voidRegisterJsonAnimationTypesEvent.checkDuplicate(String what, Identifier key, Map<Identifier, T> by, T obj) voidRegisterDebugEntriesEvent.includeInProfile(Identifier id, DebugScreenProfile profile, DebugScreenEntryStatus profileStatus) Includes the entry into the given profile.booleanRegisterDebugEntriesEvent.isIncludedInProfile(Identifier id, DebugScreenProfile profile) Returns true if the entry is included into the given profile.booleanRegisterDebugEntriesEvent.isRegistered(Identifier id) Returns true if the given entry id has been registered.voidModelEvent.RegisterLoaders.register(Identifier key, UnbakedModelLoader<?> loader) Registers a new unbaked model loader.voidRegisterColorHandlersEvent.ItemTintSources.register(Identifier location, com.mojang.serialization.MapCodec<? extends ItemTintSource> source) voidRegisterConditionalItemModelPropertyEvent.register(Identifier location, com.mojang.serialization.MapCodec<? extends ConditionalItemModelProperty> source) voidRegisterDebugEntriesEvent.register(Identifier id, DebugScreenEntry entry) Registers a newDebugScreenEntryto allow it to be used for debug rendering and state toggling.voidRegisterEntitySpectatorShadersEvent.register(EntityType<?> entityType, Identifier shader) Registers a spectator shader for a given entity type.private voidRegisterGuiLayersEvent.register(RegisterGuiLayersEvent.Ordering ordering, @Nullable Identifier other, Identifier key, GuiLayer layer) voidRegisterItemModelsEvent.register(Identifier location, com.mojang.serialization.MapCodec<? extends ItemModel.Unbaked> source) voidRegisterRangeSelectItemModelPropertyEvent.register(Identifier location, com.mojang.serialization.MapCodec<? extends RangeSelectItemModelProperty> source) voidRegisterSelectItemModelPropertyEvent.register(Identifier location, SelectItemModelProperty.Type<?, ?> source) voidRegisterSpecialModelRendererEvent.register(Identifier location, com.mojang.serialization.MapCodec<? extends SpecialModelRenderer.Unbaked> source) voidRegisterSpriteSourcesEvent.register(Identifier id, com.mojang.serialization.MapCodec<? extends SpriteSource> codec) voidRegisterGuiLayersEvent.registerAbove(Identifier other, Identifier id, GuiLayer layer) Registers an layer that renders above another.voidRegisterGuiLayersEvent.registerAboveAll(Identifier id, GuiLayer layer) Registers a layer that renders above all others.voidRegisterGuiLayersEvent.registerBelow(Identifier other, Identifier id, GuiLayer layer) Registers a layer that renders below another.voidRegisterGuiLayersEvent.registerBelowAll(Identifier id, GuiLayer layer) Registers a layer that renders below all others.voidRegisterCustomEnvironmentEffectRendererEvent.registerCloudRenderer(Identifier id, CustomCloudsRenderer effects) Registers the renderer for a given custom clouds type.voidRegisterBlockStateModels.registerDefinition(Identifier location, com.mojang.serialization.MapCodec<? extends CustomBlockModelDefinition> codec) voidRegisterJsonAnimationTypesEvent.registerInterpolation(Identifier key, AnimationChannel.Interpolation interpolation) Register a custominterpolation functionwith the specifiedkey.voidRegisterBlockStateModels.registerModel(Identifier location, com.mojang.serialization.MapCodec<? extends CustomUnbakedBlockStateModel> codec) voidEntityRenderersEvent.CreateSkullModels.registerSkullModel(SkullBlock.Type type, Function<EntityModelSet, SkullModelBase> factory, @Nullable Identifier skullTexture) Registers the entity model for a skull block with the givenSkullBlock.Type, and optionally registers a skull texture to theSkullBlockRenderer.SKIN_BY_TYPEmap.voidEntityRenderersEvent.CreateSkullModels.registerSkullModel(SkullBlock.Type type, ModelLayerLocation layerLocation, Function<ModelPart, SkullModelBase> factory, @Nullable Identifier skullTexture) Registers the entity model for a skull block with the givenSkullBlock.Type, and optionally registers a skull texture to theSkullBlockRenderer.SKIN_BY_TYPEmap.voidEntityRenderersEvent.CreateSkullModels.registerSkullModel(SkullBlock.Type type, ModelLayerLocation layerLocation, @Nullable Identifier skullTexture) Registers aSkullModelfor a skull block with the givenSkullBlock.Type, and optionally registers a skull texture to theSkullBlockRenderer.SKIN_BY_TYPEmap.voidRegisterCustomEnvironmentEffectRendererEvent.registerSkyboxRenderer(Identifier id, CustomSkyboxRenderer effects) Registers the renderer for a given custom skybox type.voidRegisterJsonAnimationTypesEvent.registerTarget(Identifier key, AnimationTarget target) Register a customAnimationTargetwith the specifiedkey.voidRegisterCustomEnvironmentEffectRendererEvent.registerWeatherEffectRenderer(Identifier id, CustomWeatherEffectRenderer effects) Registers the renderer for a given custom weather effects type.voidRegisterGuiLayersEvent.replaceLayer(Identifier id, GuiLayer replacement) Replace the layer with the givenidwith a new one.voidRenderTooltipEvent.Texture.setTexture(@Nullable Identifier texture) Set the texture to use for the tooltip background and frame ornullto use the default textures.voidRegisterGuiLayersEvent.wrapLayer(Identifier id, UnaryOperator<GuiLayer> wrapper) Wrap the layer with the givenidin a new layer.Method parameters in net.neoforged.neoforge.client.event with type arguments of type IdentifierModifier and TypeMethodDescriptionprivate static <T> voidRegisterJsonAnimationTypesEvent.checkDuplicate(String what, Identifier key, Map<Identifier, T> by, T obj) Constructors in net.neoforged.neoforge.client.event with parameters of type IdentifierModifierConstructorDescriptionPost(GuiGraphics guiGraphics, DeltaTracker partialTick, Identifier name, GuiLayer layer) Pre(GuiGraphics guiGraphics, DeltaTracker partialTick, Identifier name, GuiLayer layer) protectedRenderGuiLayerEvent(GuiGraphics guiGraphics, DeltaTracker partialTick, Identifier name, GuiLayer layer) Texture(ItemStack stack, GuiGraphics graphics, int x, int y, Font font, List<ClientTooltipComponent> components, @Nullable Identifier texture) Constructor parameters in net.neoforged.neoforge.client.event with type arguments of type IdentifierModifierConstructorDescriptionItemTintSources(ExtraCodecs.LateBoundIdMapper<Identifier, com.mojang.serialization.MapCodec<? extends ItemTintSource>> idMapper) ModifyBakingResult(ModelBakery.BakingResult bakingResult, Function<Identifier, TextureAtlasSprite> textureGetter, ModelBakery modelBakery) RegisterBlockStateModels(ExtraCodecs.LateBoundIdMapper<Identifier, com.mojang.serialization.MapCodec<? extends CustomUnbakedBlockStateModel>> modelIdMapper, ExtraCodecs.LateBoundIdMapper<Identifier, com.mojang.serialization.MapCodec<? extends CustomBlockModelDefinition>> defintionIdMapper) RegisterConditionalItemModelPropertyEvent(ExtraCodecs.LateBoundIdMapper<Identifier, com.mojang.serialization.MapCodec<? extends ConditionalItemModelProperty>> idMapper) RegisterCustomEnvironmentEffectRendererEvent(Map<Identifier, CustomCloudsRenderer> cloudRenderers, Map<Identifier, CustomSkyboxRenderer> skyboxRenderers, Map<Identifier, CustomWeatherEffectRenderer> weatherEffectsRenderers) RegisterDebugEntriesEvent(Map<Identifier, DebugScreenEntry> entries, Map<Identifier, DebugScreenEntryStatus> defaultProfile, Map<Identifier, DebugScreenEntryStatus> performanceProfile) RegisterEntitySpectatorShadersEvent(Map<EntityType<?>, Identifier> shaders) RegisterItemModelsEvent(ExtraCodecs.LateBoundIdMapper<Identifier, com.mojang.serialization.MapCodec<? extends ItemModel.Unbaked>> idMapper) RegisterJsonAnimationTypesEvent(ImmutableMap.Builder<Identifier, AnimationTarget> targets, ImmutableMap.Builder<Identifier, AnimationChannel.Interpolation> interpolations) RegisterLoaders(Map<Identifier, UnbakedModelLoader<?>> loaders) RegisterRangeSelectItemModelPropertyEvent(ExtraCodecs.LateBoundIdMapper<Identifier, com.mojang.serialization.MapCodec<? extends RangeSelectItemModelProperty>> idMapper) RegisterSelectItemModelPropertyEvent(ExtraCodecs.LateBoundIdMapper<Identifier, SelectItemModelProperty.Type<?, ?>> idMapper) RegisterSpecialModelRendererEvent(ExtraCodecs.LateBoundIdMapper<Identifier, com.mojang.serialization.MapCodec<? extends SpecialModelRenderer.Unbaked>> idMapper) RegisterSpriteSourcesEvent(ExtraCodecs.LateBoundIdMapper<Identifier, com.mojang.serialization.MapCodec<? extends SpriteSource>> idMapper) -
Uses of Identifier in net.neoforged.neoforge.client.extensions
Methods in net.neoforged.neoforge.client.extensions that return IdentifierModifier and TypeMethodDescriptiondefault IdentifierIModelProviderExtension.mcLocation(String modelPath) default IdentifierIModelProviderExtension.modLocation(String modelPath) Methods in net.neoforged.neoforge.client.extensions with parameters of type IdentifierModifier and TypeMethodDescriptiondefault voidIGuiGraphicsExtension.blitInscribed(Identifier texture, int x, int y, int boundsWidth, int boundsHeight, int rectWidth, int rectHeight) default voidIGuiGraphicsExtension.blitInscribed(Identifier texture, int x, int y, int boundsWidth, int boundsHeight, int rectWidth, int rectHeight, boolean centerX, boolean centerY) -
Uses of Identifier in net.neoforged.neoforge.client.extensions.common
Methods in net.neoforged.neoforge.client.extensions.common that return IdentifierModifier and TypeMethodDescriptiondefault @Nullable IdentifierIClientItemExtensions.getArmorTexture(ItemStack stack, EquipmentClientInfo.LayerType type, EquipmentClientInfo.Layer layer, Identifier _default) Called by RenderBiped and RenderPlayer to determine the armor texture that should be used for the currently equipped item.default IdentifierIClientFluidTypeExtensions.getFlowingTexture()Returns the reference of the texture to apply to a flowing fluid.default IdentifierIClientFluidTypeExtensions.getFlowingTexture(FluidState state, BlockAndTintGetter getter, BlockPos pos) Returns the reference of the texture to apply to a flowing fluid.default IdentifierIClientFluidTypeExtensions.getFlowingTexture(FluidStack stack) Returns the reference of the texture to apply to a flowing fluid.default @Nullable IdentifierIClientFluidTypeExtensions.getOverlayTexture()Returns the reference of the texture to apply to a fluid directly touching a non-opaque block other than air.default IdentifierIClientFluidTypeExtensions.getOverlayTexture(FluidState state, BlockAndTintGetter getter, BlockPos pos) Returns the reference of the texture to apply to a fluid directly touching a non-opaque block other than air.default IdentifierIClientFluidTypeExtensions.getOverlayTexture(FluidStack stack) Returns the reference of the texture to apply to a fluid directly touching a non-opaque block other than air.default @Nullable IdentifierIClientFluidTypeExtensions.getRenderOverlayTexture(Minecraft mc) Returns the location of the texture to apply to the camera when it is within the fluid.default IdentifierIClientItemExtensions.getScopeOverlayTexture(ItemStack stack) Returns the texture to use for scoping with the item.default IdentifierIClientFluidTypeExtensions.getStillTexture()Returns the reference of the texture to apply to a source fluid.default IdentifierIClientFluidTypeExtensions.getStillTexture(FluidState state, BlockAndTintGetter getter, BlockPos pos) Returns the reference of the texture to apply to a source fluid.default IdentifierIClientFluidTypeExtensions.getStillTexture(FluidStack stack) Returns the reference of the texture to apply to a source fluid.Methods in net.neoforged.neoforge.client.extensions.common with parameters of type IdentifierModifier and TypeMethodDescriptiondefault @Nullable IdentifierIClientItemExtensions.getArmorTexture(ItemStack stack, EquipmentClientInfo.LayerType type, EquipmentClientInfo.Layer layer, Identifier _default) Called by RenderBiped and RenderPlayer to determine the armor texture that should be used for the currently equipped item. -
Uses of Identifier in net.neoforged.neoforge.client.gui
Fields in net.neoforged.neoforge.client.gui declared as IdentifierModifier and TypeFieldDescriptionstatic final IdentifierVanillaGuiLayers.AFTER_CAMERA_DECORATIONSstatic final IdentifierVanillaGuiLayers.AIR_LEVELstatic final IdentifierVanillaGuiLayers.ARMOR_LEVELstatic final IdentifierVanillaGuiLayers.BOSS_OVERLAYstatic final IdentifierVanillaGuiLayers.CAMERA_OVERLAYSstatic final IdentifierVanillaGuiLayers.CHATstatic final IdentifierVanillaGuiLayers.CONTEXTUAL_INFO_BARstatic final IdentifierVanillaGuiLayers.CONTEXTUAL_INFO_BAR_BACKGROUNDstatic final IdentifierVanillaGuiLayers.CROSSHAIRstatic final IdentifierVanillaGuiLayers.DEMO_OVERLAYstatic final IdentifierVanillaGuiLayers.EFFECTSstatic final IdentifierVanillaGuiLayers.EXPERIENCE_LEVELstatic final IdentifierVanillaGuiLayers.FOOD_LEVELstatic final IdentifierVanillaGuiLayers.HOTBARprivate @Nullable IdentifierModListScreen.InfoPanel.logoPathprivate final IdentifierGuiLayerManager.NamedLayer.nameThe field for thenamerecord component.static final IdentifierVanillaGuiLayers.OVERLAY_MESSAGEstatic final IdentifierVanillaGuiLayers.PLAYER_HEALTHstatic final IdentifierVanillaGuiLayers.SCOREBOARD_SIDEBARstatic final IdentifierVanillaGuiLayers.SELECTED_ITEM_NAMEstatic final IdentifierVanillaGuiLayers.SLEEP_OVERLAYstatic final IdentifierVanillaGuiLayers.SPECTATOR_TOOLTIPstatic final IdentifierVanillaGuiLayers.SUBTITLE_OVERLAYstatic final IdentifierVanillaGuiLayers.TAB_LISTstatic final IdentifierVanillaGuiLayers.TITLEstatic final IdentifierVanillaGuiLayers.VEHICLE_HEALTHFields in net.neoforged.neoforge.client.gui with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<Identifier, Component> ModMismatchDisconnectedScreen.mismatchedChannelDataMethods in net.neoforged.neoforge.client.gui that return IdentifierModifier and TypeMethodDescriptionGuiLayerManager.NamedLayer.name()Returns the value of thenamerecord component.Methods in net.neoforged.neoforge.client.gui that return types with arguments of type IdentifierModifier and TypeMethodDescriptionprivate Map<List<Identifier>, Component> ModMismatchDisconnectedScreen.MismatchInfoPanel.sortAndMergeChannelData(Map<Identifier, Component> mismatchedChannelData) Iterates over the raw channel mismatch data and merges entries with the same reason component into one channel mismatch entry each.Methods in net.neoforged.neoforge.client.gui with parameters of type IdentifierModifier and TypeMethodDescriptionGuiLayerManager.add(Identifier name, Consumer<GuiGraphics> layer, BooleanSupplier shouldRender) GuiLayerManager.add(Identifier name, GuiLayer layer) GuiLayerManager.add(Identifier name, GuiLayer layer, BooleanSupplier shouldRender) (package private) voidModListScreen.InfoPanel.setInfo(List<String> lines, Identifier logoPath, Size2i logoDims) Method parameters in net.neoforged.neoforge.client.gui with type arguments of type IdentifierModifier and TypeMethodDescriptionprivate Map<List<Identifier>, Component> ModMismatchDisconnectedScreen.MismatchInfoPanel.sortAndMergeChannelData(Map<Identifier, Component> mismatchedChannelData) Iterates over the raw channel mismatch data and merges entries with the same reason component into one channel mismatch entry each.private MutableComponentModMismatchDisconnectedScreen.MismatchInfoPanel.toChannelComponent(List<Identifier> ids, ChatFormatting color) Formats the given list of channel ids to a component which, depending on the current display mode of the list, will list either the first or all channel ids.Constructors in net.neoforged.neoforge.client.gui with parameters of type IdentifierModifierConstructorDescriptionNamedLayer(Identifier name, GuiLayer layer) Creates an instance of aNamedLayerrecord class.Constructor parameters in net.neoforged.neoforge.client.gui with type arguments of type IdentifierModifierConstructorDescriptionModMismatchDisconnectedScreen(Screen parentScreen, Component reason, Map<Identifier, Component> mismatchedChannelData) -
Uses of Identifier in net.neoforged.neoforge.client.gui.widget
Fields in net.neoforged.neoforge.client.gui.widget declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierModListWidget.VERSION_CHECK_ICONSprivate static final IdentifierModsButton.VERSION_CHECK_ICONS -
Uses of Identifier in net.neoforged.neoforge.client.loading
Fields in net.neoforged.neoforge.client.loading declared as IdentifierModifier and TypeFieldDescriptionstatic final IdentifierNeoForgeLoadingOverlay.LOADING_OVERLAY_TEXTURE_ID -
Uses of Identifier in net.neoforged.neoforge.client.model
Fields in net.neoforged.neoforge.client.model declared as IdentifierModifier and TypeFieldDescriptionprivate final @Nullable IdentifierStandardModelParameters.parentThe field for theparentrecord component.Fields in net.neoforged.neoforge.client.model with type parameters of type IdentifierModifier and TypeFieldDescription(package private) final ImmutableMap<String, com.mojang.datafixers.util.Either<Identifier, UnbakedModel>> CompositeUnbakedGeometry.childrenprivate static ImmutableMap<Identifier, UnbakedModelLoader<?>> UnbakedModelParser.LOADERSMethods in net.neoforged.neoforge.client.model that return IdentifierModifier and TypeMethodDescription@Nullable IdentifierAbstractUnbakedModel.parent()@Nullable IdentifierDelegateUnbakedModel.parent()@Nullable IdentifierStandardModelParameters.parent()Returns the value of theparentrecord component.Methods in net.neoforged.neoforge.client.model with parameters of type IdentifierModifier and TypeMethodDescriptionstatic @Nullable UnbakedModelLoader<?> UnbakedModelParser.get(Identifier name) Method parameters in net.neoforged.neoforge.client.model with type arguments of type IdentifierModifier and TypeMethodDescriptionprivate static voidCompositeUnbakedModel.Loader.readChildren(JsonObject jsonObject, String name, ImmutableMap.Builder<String, com.mojang.datafixers.util.Either<Identifier, UnbakedModel>> children, JsonDeserializationContext context) Constructors in net.neoforged.neoforge.client.model with parameters of type IdentifierModifierConstructorDescriptionStandardModelParameters(@Nullable Identifier parent, TextureSlots.Data textures, @Nullable ItemTransforms itemTransforms, @Nullable Boolean ambientOcclusion, @Nullable UnbakedModel.GuiLight guiLight, @Nullable Transformation rootTransform, Map<String, Boolean> partVisibility) Creates an instance of aStandardModelParametersrecord class.Constructor parameters in net.neoforged.neoforge.client.model with type arguments of type IdentifierModifierConstructorDescriptionCompositeUnbakedGeometry(ImmutableMap<String, com.mojang.datafixers.util.Either<Identifier, UnbakedModel>> children) -
Uses of Identifier in net.neoforged.neoforge.client.model.block
Fields in net.neoforged.neoforge.client.model.block with type parameters of type IdentifierModifier and TypeFieldDescription(package private) static final ExtraCodecs.LateBoundIdMapper<Identifier, com.mojang.serialization.MapCodec<? extends CustomBlockModelDefinition>> BlockStateModelHooks.BLOCK_MODEL_DEFINITION_IDS(package private) static final ExtraCodecs.LateBoundIdMapper<Identifier, com.mojang.serialization.MapCodec<? extends CustomUnbakedBlockStateModel>> BlockStateModelHooks.BLOCK_STATE_MODEL_IDS -
Uses of Identifier in net.neoforged.neoforge.client.model.generators.loaders
Fields in net.neoforged.neoforge.client.model.generators.loaders declared as IdentifierModifier and TypeFieldDescriptionprivate @Nullable IdentifierObjModelBuilder.modelLocationprivate @Nullable IdentifierObjModelBuilder.mtlOverrideFields in net.neoforged.neoforge.client.model.generators.loaders with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<String, com.mojang.datafixers.util.Either<Identifier, CompositeModelBuilder.InlineChild>> CompositeModelBuilder.childModelsMethods in net.neoforged.neoforge.client.model.generators.loaders with parameters of type IdentifierModifier and TypeMethodDescriptionCompositeModelBuilder.child(String name, Identifier model) Add a child model by reference.ObjModelBuilder.modelLocation(Identifier modelLocation) ObjModelBuilder.overrideMaterialLibrary(Identifier mtlOverride) -
Uses of Identifier in net.neoforged.neoforge.client.model.generators.template
Fields in net.neoforged.neoforge.client.model.generators.template declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierCustomLoaderBuilder.DUMMYprotected final IdentifierCustomLoaderBuilder.loaderIdFields in net.neoforged.neoforge.client.model.generators.template with type parameters of type IdentifierModifier and TypeFieldDescription(package private) Optional<Identifier> ExtendedModelTemplateBuilder.parentMethods in net.neoforged.neoforge.client.model.generators.template with parameters of type IdentifierModifier and TypeMethodDescriptionExtendedModelTemplate.createBaseTemplate(Identifier modelPath, Map<TextureSlot, Material> textureMap) ExtendedModelTemplateBuilder.parent(Identifier parent) Parent model which this template will inherit its properties from.Constructors in net.neoforged.neoforge.client.model.generators.template with parameters of type IdentifierModifierConstructorDescriptionprotectedCustomLoaderBuilder(Identifier loaderId, boolean allowInlineElements) -
Uses of Identifier in net.neoforged.neoforge.client.model.obj
Fields in net.neoforged.neoforge.client.model.obj declared as IdentifierModifier and TypeFieldDescriptionfinal IdentifierObjGeometry.modelLocationprivate final IdentifierObjGeometry.Settings.modelLocationThe field for themodelLocationrecord component.Fields in net.neoforged.neoforge.client.model.obj with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<Identifier, ObjMaterialLibrary> ObjLoader.materialCacheMethods in net.neoforged.neoforge.client.model.obj that return IdentifierModifier and TypeMethodDescriptionObjGeometry.Settings.modelLocation()Returns the value of themodelLocationrecord component.Methods in net.neoforged.neoforge.client.model.obj with parameters of type IdentifierConstructors in net.neoforged.neoforge.client.model.obj with parameters of type IdentifierModifierConstructorDescriptionSettings(Identifier modelLocation, boolean automaticCulling, boolean shadeQuads, boolean flipV, boolean emissiveAmbient, @Nullable String mtlOverride) Creates an instance of aSettingsrecord class. -
Uses of Identifier in net.neoforged.neoforge.client.model.standalone
Fields in net.neoforged.neoforge.client.model.standalone declared as IdentifierMethods in net.neoforged.neoforge.client.model.standalone with parameters of type IdentifierModifier and TypeMethodDescriptionSimpleUnbakedStandaloneModel.blockStateModel(Identifier modelId) Returns an unbaked standalone model for aBlockStateModel, baked without additional transformations.SimpleUnbakedStandaloneModel.blockStateModel(Identifier modelId, ModelState modelState) Returns an unbaked standalone model for aBlockStateModel, baked with the providedModelStatetransformations.SimpleUnbakedStandaloneModel.quadCollection(Identifier modelId) Returns an unbaked standalone model for aQuadCollection, baked without additional transformations.SimpleUnbakedStandaloneModel.quadCollection(Identifier modelId, ModelState modelState) Returns an unbaked standalone model for aQuadCollection, baked with the providedModelStatetransformations.SimpleUnbakedStandaloneModel.simpleModelWrapper(Identifier modelId) Returns an unbaked standalone model for aBlockModelPart, baked without additional transformations.SimpleUnbakedStandaloneModel.simpleModelWrapper(Identifier modelId, ModelState modelState) Returns an unbaked standalone model for aBlockModelPart, baked with the providedModelStatetransformations.Constructors in net.neoforged.neoforge.client.model.standalone with parameters of type IdentifierModifierConstructorDescriptionSimpleUnbakedStandaloneModel(Identifier modelId, BiFunction<ResolvedModel, ModelBaker, T> bake) Construct a newSimpleUnbakedStandaloneModel. -
Uses of Identifier in net.neoforged.neoforge.client.network
Fields in net.neoforged.neoforge.client.network with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static final Map<Identifier, RegistrySnapshot> ClientPayloadHandler.synchronizedRegistriesprivate static final Set<Identifier> ClientPayloadHandler.toSynchronize -
Uses of Identifier in net.neoforged.neoforge.client.network.handling
Fields in net.neoforged.neoforge.client.network.handling declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierClientPayloadContext.payloadIdThe field for thepayloadIdrecord component.Methods in net.neoforged.neoforge.client.network.handling that return IdentifierModifier and TypeMethodDescriptionClientPayloadContext.payloadId()Returns the value of thepayloadIdrecord component.Constructors in net.neoforged.neoforge.client.network.handling with parameters of type IdentifierModifierConstructorDescriptionClientPayloadContext(ClientCommonPacketListener listener, Identifier payloadId) Creates an instance of aClientPayloadContextrecord class. -
Uses of Identifier in net.neoforged.neoforge.client.pipeline
Methods in net.neoforged.neoforge.client.pipeline with parameters of type IdentifierModifier and TypeMethodDescriptionPipelineModifier.apply(RenderPipeline pipeline, Identifier name) Apply modifications to the providedRenderPipeline(seeRenderPipeline.toBuilder()), return an existingRenderPipelineto replace the provided one or return the provided one to pass. -
Uses of Identifier in net.neoforged.neoforge.client.resources
Fields in net.neoforged.neoforge.client.resources declared as IdentifierModifier and TypeFieldDescriptionstatic final IdentifierVanillaClientListeners.ATLASESstatic final IdentifierVanillaClientListeners.BLOCK_ENTITY_RENDERERstatic final IdentifierVanillaClientListeners.BLOCK_RENDERERstatic final IdentifierVanillaClientListeners.CLOUD_RENDERERstatic final IdentifierVanillaClientListeners.DRY_FOLIAGE_COLORstatic final IdentifierVanillaClientListeners.ENTITY_RENDERERstatic final IdentifierVanillaClientListeners.EQUIPMENT_ASSETSstatic final IdentifierVanillaClientListeners.FIRSTSentinel field that will always reference the first reload listener in the vanilla order.static final IdentifierVanillaClientListeners.FOLIAGE_COLORstatic final IdentifierVanillaClientListeners.FONTSstatic final IdentifierVanillaClientListeners.GPU_WARNLISTstatic final IdentifierVanillaClientListeners.GRASS_COLORstatic final IdentifierVanillaClientListeners.LANGUAGEstatic final IdentifierVanillaClientListeners.LASTSentinel field that will always reference the last reload listener in the vanilla order.static final IdentifierVanillaClientListeners.LEVEL_RENDERERstatic final IdentifierVanillaClientListeners.MODELSstatic final IdentifierVanillaClientListeners.PARTICLE_RESOURCESstatic final IdentifierVanillaClientListeners.REGIONAL_COMPLIANCESstatic final IdentifierVanillaClientListeners.SHADERSstatic final IdentifierVanillaClientListeners.SOUNDSstatic final IdentifierVanillaClientListeners.SPLASHESstatic final IdentifierVanillaClientListeners.TEXTURESstatic final IdentifierVanillaClientListeners.WAYPOINT_STYLESFields in net.neoforged.neoforge.client.resources with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static final Map<Class<?>, Identifier> VanillaClientListeners.KNOWN_CLASSESMethods in net.neoforged.neoforge.client.resources that return IdentifierModifier and TypeMethodDescriptionstatic @Nullable IdentifierVanillaClientListeners.getNameForClass(Class<? extends PreparableReloadListener> cls) private static IdentifierVanillaClientListeners.key(Class<? extends PreparableReloadListener> cls) -
Uses of Identifier in net.neoforged.neoforge.client.textures
Fields in net.neoforged.neoforge.client.textures declared as IdentifierModifier and TypeFieldDescriptionstatic final IdentifierNamespacedDirectoryLister.IDstatic final IdentifierUnitTextureAtlasSprite.LOCATIONFields in net.neoforged.neoforge.client.textures with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static Map<Identifier, TextureAtlasSprite> FluidSpriteCache.textureLookupMethods in net.neoforged.neoforge.client.textures with parameters of type IdentifierModifier and TypeMethodDescription@Nullable SpriteContentsSpriteContentsConstructor.create(Identifier id, FrameSize frameSize, NativeImage nativeImage, Optional<AnimationMetadataSection> animationMetadata, List<MetadataSectionType.WithValue<?>> additionalMetadata, Optional<TextureMetadataSection> textureMetadata) Construct an instance of SpriteContents or return null to not load the sprite.static TextureAtlasSpriteFluidSpriteCache.getSprite(Identifier texture) Returns a specified sprite or a missing sprite texture if sprite is not found. -
Uses of Identifier in net.neoforged.neoforge.common
Fields in net.neoforged.neoforge.common declared as IdentifierModifier and TypeFieldDescriptionprivate static final IdentifierCreativeModeTabRegistry.CREATIVE_MODE_TAB_ORDERING_JSONFields in net.neoforged.neoforge.common with type parameters of type IdentifierModifier and TypeFieldDescriptionstatic final Comparator<Identifier> CommonHooks.CMP_BY_NAMESPACE_VANILLA_FIRSTprivate static final Multimap<Identifier, Identifier> CreativeModeTabRegistry.edgesprivate static final Multimap<Identifier, Identifier> CreativeModeTabRegistry.edgesMethods in net.neoforged.neoforge.common that return IdentifierModifier and TypeMethodDescriptionstatic @Nullable IdentifierCreativeModeTabRegistry.getName(CreativeModeTab tab) Returns the name of the given CreativeModeTab, or null.Methods in net.neoforged.neoforge.common with parameters of type IdentifierModifier and TypeMethodDescriptionprivate static voidCreativeModeTabRegistry.addTabOrder(CreativeModeTab tab, Identifier name) static @Nullable CreativeModeTabCreativeModeTabRegistry.getTab(Identifier name) Returns the CreativeModeTab with the given name, or null.static it.unimi.dsi.fastutil.objects.ObjectArrayList<ItemStack> CommonHooks.modifyLoot(Identifier lootTableId, it.unimi.dsi.fastutil.objects.ObjectArrayList<ItemStack> generatedLoot, LootContext context) Handles the modification of loot table drops via the registered Global Loot Modifiers, so that custom effects can be processed.static StringCommonHooks.prefixNamespace(Identifier registryKey) This method is used to prefix the path, where elements of the associated registry are stored, with their namespace, if it is not minecraftMethod parameters in net.neoforged.neoforge.common with type arguments of type IdentifierModifier and TypeMethodDescriptionprivate <T> voidNeoForgeEventHandler.handleSync(ServerPlayer player, Registry<T> registry, Collection<Identifier> attachments) -
Uses of Identifier in net.neoforged.neoforge.common.conditions
Methods in net.neoforged.neoforge.common.conditions with parameters of type IdentifierModifier and TypeMethodDescriptionstatic IConditionNeoForgeConditions.itemRegistered(Identifier itemName) static IConditionNeoForgeConditions.itemTagEmpty(Identifier tagName) static IConditionNeoForgeConditions.registered(Identifier registryTypeName, Identifier registryName) static <TRegistry>
IConditionNeoForgeConditions.registered(ResourceKey<? extends Registry<TRegistry>> registryType, Identifier registryName) static <TRegistry>
IConditionNeoForgeConditions.tagEmpty(ResourceKey<? extends Registry<TRegistry>> tagType, Identifier tagName) Constructors in net.neoforged.neoforge.common.conditions with parameters of type IdentifierModifierConstructorDescriptionprivateRegisteredCondition(Identifier registryType, Identifier registryName) privateTagEmptyCondition(Identifier registryType, Identifier tagName) -
Uses of Identifier in net.neoforged.neoforge.common.data
Fields in net.neoforged.neoforge.common.data declared as IdentifierFields in net.neoforged.neoforge.common.data with type parameters of type IdentifierModifier and TypeFieldDescriptionprotected final Map<Identifier, WithConditions<T>> JsonCodecProvider.conditionsprivate final Map<Identifier, Integer> RecipePrioritiesProvider.toSerializeMethods in net.neoforged.neoforge.common.data that return IdentifierMethods in net.neoforged.neoforge.common.data with parameters of type IdentifierModifier and TypeMethodDescriptionDataMapProvider.Builder.add(Identifier id, T value, boolean replace, ICondition... conditions) voidRecipePrioritiesProvider.add(Identifier recipe, int priority) protected voidSoundDefinitionsProvider.add(Identifier soundEvent, SoundDefinition definition) voidJsonCodecProvider.conditionally(Identifier id, Consumer<WithConditions.Builder<T>> configurator) private voidJsonCodecProvider.process(Identifier id, WithConditions<T> withConditions) DataMapProvider.AdvancedBuilder.remove(Identifier id, VR remover) DataMapProvider.Builder.remove(Identifier id) static SoundDefinition.SoundSoundDefinition.Sound.sound(Identifier name, SoundDefinition.SoundType type) Creates a new sound with the given name and type.protected static SoundDefinition.SoundSoundDefinitionsProvider.sound(Identifier name) Creates a new sound with the given name andSoundDefinition.SoundType.SOUNDas sound type.protected static SoundDefinition.SoundSoundDefinitionsProvider.sound(Identifier name, SoundDefinition.SoundType type) Creates a new sound with the given name and type.private StringSoundDefinition.Sound.stripMcPrefix(Identifier name) voidJsonCodecProvider.unconditional(Identifier id, T value) Constructors in net.neoforged.neoforge.common.data with parameters of type Identifier -
Uses of Identifier in net.neoforged.neoforge.common.data.internal
Fields in net.neoforged.neoforge.common.data.internal with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<Identifier, TagBuilder> NeoForgeDamageTypeTagsProvider.vanillaBuilders -
Uses of Identifier in net.neoforged.neoforge.common.extensions
Methods in net.neoforged.neoforge.common.extensions that return IdentifierModifier and TypeMethodDescriptiondefault @Nullable IdentifierIAttributeExtension.getBaseId()Gets the specific ID that represents a "base" (green) modifier for this attribute.Methods in net.neoforged.neoforge.common.extensions with parameters of type IdentifierModifier and TypeMethodDescriptiondefault @Nullable AdvancementHolderICommandSourceStackExtension.getAdvancement(Identifier id) default booleanICommonPacketListener.hasChannel(Identifier payloadId) Checks if the connection has negotiated and opened a channel for the payload.default TagBuilderITagBuilderExtension.removeElement(Identifier elementID) Adds a single-element entry to the remove list.default TagBuilderITagBuilderExtension.removeTag(Identifier tagID) Adds a tag to the remove list.default AdvancementHolderIAdvancementBuilderExtension.save(Consumer<AdvancementHolder> saver, Identifier id) Saves this builder with the given id. -
Uses of Identifier in net.neoforged.neoforge.common.loot
Fields in net.neoforged.neoforge.common.loot declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierLootTableIdCondition.Builder.targetLootTableIdprivate final IdentifierLootTableIdCondition.targetLootTableIdstatic final IdentifierLootTableIdCondition.UNKNOWN_LOOT_TABLEFields in net.neoforged.neoforge.common.loot with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate Map<Identifier, IGlobalLootModifier> LootModifierManager.registeredLootModifiersMethods in net.neoforged.neoforge.common.loot that return types with arguments of type IdentifierModifier and TypeMethodDescriptionprotected Map<Identifier, JsonElement> LootModifierManager.prepare(ResourceManager resourceManager, ProfilerFiller profilerFiller) Methods in net.neoforged.neoforge.common.loot with parameters of type IdentifierModifier and TypeMethodDescriptionstatic LootTableIdCondition.BuilderLootTableIdCondition.builder(Identifier targetLootTableId) Method parameters in net.neoforged.neoforge.common.loot with type arguments of type IdentifierModifier and TypeMethodDescriptionprotected voidLootModifierManager.apply(Map<Identifier, JsonElement> resourceList, ResourceManager resourceManagerIn, ProfilerFiller profilerIn) Constructors in net.neoforged.neoforge.common.loot with parameters of type IdentifierModifierConstructorDescriptionBuilder(Identifier targetLootTableId) privateLootTableIdCondition(Identifier targetLootTableId) -
Uses of Identifier in net.neoforged.neoforge.common.util
Fields in net.neoforged.neoforge.common.util declared as IdentifierModifier and TypeFieldDescriptionstatic final IdentifierAttributeUtil.BASE_ATTACK_DAMAGE_IDID of the base modifier for Attack Damagestatic final IdentifierAttributeUtil.BASE_ATTACK_SPEED_IDID of the base modifier for Attack Speedstatic final IdentifierAttributeUtil.BASE_ENTITY_REACH_IDID of the base modifier for Attack Rangestatic final IdentifierAttributeUtil.FAKE_MERGED_IDID used for attribute modifiers used to hold merged values whenNeoForgeMod.enableMergedAttributeTooltips()is active.Methods in net.neoforged.neoforge.common.util that return IdentifierModifier and TypeMethodDescriptionstatic IdentifierConverts a vanilla class name into an identifier compliant with the rules set byIdentifier. -
Uses of Identifier in net.neoforged.neoforge.common.world
Fields in net.neoforged.neoforge.common.world declared as IdentifierModifier and TypeFieldDescriptionstatic IdentifierNeoForgeEnvironmentAttributes.DEFAULT_CUSTOM_CLOUDSstatic IdentifierNeoForgeEnvironmentAttributes.DEFAULT_CUSTOM_SKYBOXstatic IdentifierNeoForgeEnvironmentAttributes.DEFAULT_CUSTOM_WEATHER_EFFECTSFields in net.neoforged.neoforge.common.world with type parameters of type IdentifierModifier and TypeFieldDescriptionstatic EnvironmentAttribute<Identifier> NeoForgeEnvironmentAttributes.CUSTOM_CLOUDSstatic EnvironmentAttribute<Identifier> NeoForgeEnvironmentAttributes.CUSTOM_SKYBOXstatic EnvironmentAttribute<Identifier> NeoForgeEnvironmentAttributes.CUSTOM_WEATHER_EFFECTSstatic final AttributeType<Identifier> NeoForgeAttributeTypes.IDENTIFIERAllowsIdentifierto be used as the type ofEnvironmentAttribute. -
Uses of Identifier in net.neoforged.neoforge.common.world.chunk
Fields in net.neoforged.neoforge.common.world.chunk declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierForcedChunkManager.OwnedChunks.controllerThe field for thecontrollerrecord component.private final IdentifierTicketHelper.controllerIdprivate final IdentifierForcedChunkManager.TicketOwner.idprivate final IdentifierTicketController.idThe field for theidrecord component.Fields in net.neoforged.neoforge.common.world.chunk with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static Map<Identifier, TicketController> ForcedChunkManager.controllersMethods in net.neoforged.neoforge.common.world.chunk that return IdentifierModifier and TypeMethodDescriptionForcedChunkManager.OwnedChunks.controller()Returns the value of thecontrollerrecord component.TicketController.id()Returns the value of theidrecord component.Methods in net.neoforged.neoforge.common.world.chunk that return types with arguments of type IdentifierModifier and TypeMethodDescriptionprivate static <T extends Comparable<? super T>>
Map<Identifier, Map<T, TicketSet>> ForcedChunkManager.gatherTicketsById(ForcedChunkManager.TicketTracker<T> tickets, boolean includeLoaded, boolean includeDeactivated) Gathers tickets into an ID filtered map for use in providing all tickets a controller has registered to itsLoadingValidationCallback.Methods in net.neoforged.neoforge.common.world.chunk with parameters of type IdentifierModifier and TypeMethodDescription(package private) static <T extends Comparable<? super T>>
booleanForcedChunkManager.forceChunk(ServerLevel level, Identifier id, T owner, int chunkX, int chunkZ, boolean add, boolean forceNaturalSpawning, Function<TicketStorage, ForcedChunkManager.TicketTracker<T>> ticketGetter) Forces a chunk to be loaded for the given mod with the given "owner".Method parameters in net.neoforged.neoforge.common.world.chunk with type arguments of type IdentifierModifier and TypeMethodDescriptionprivate static <T extends Comparable<? super T>>
voidForcedChunkManager.gatherTicketsById(it.unimi.dsi.fastutil.longs.Long2ObjectMap<Set<ForcedChunkManager.TicketOwner<T>>> tickets, Function<TicketSet, it.unimi.dsi.fastutil.longs.LongSet> typeGetter, Map<Identifier, Map<T, TicketSet>> modSortedOwnedChunks) Gathers tickets into an ID filtered map for use in providing all tickets a controller has registered to itsLoadingValidationCallback.Constructors in net.neoforged.neoforge.common.world.chunk with parameters of type IdentifierModifierConstructorDescriptionOwnedChunks(Identifier controller, Map<BlockPos, TicketSet> blockChunks, Map<UUID, TicketSet> entityChunks) Creates an instance of aOwnedChunksrecord class.Creates a ticket controller without a validation callback.TicketController(Identifier id, @Nullable LoadingValidationCallback callback) Creates an instance of aTicketControllerrecord class.(package private)TicketHelper(TicketStorage saveData, Identifier controllerId, Map<BlockPos, TicketSet> blockTickets, Map<UUID, TicketSet> entityTickets) (package private)TicketOwner(Identifier id, T owner) -
Uses of Identifier in net.neoforged.neoforge.event
Subinterfaces with type arguments of type Identifier in net.neoforged.neoforge.eventFields in net.neoforged.neoforge.event declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierItemAttributeModifierEvent.ItemAttributeModifiersBuilder.Key.idThe field for theidrecord component.private final IdentifierLootTableLoadEvent.nameFields in net.neoforged.neoforge.event with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<PreparableReloadListener, Identifier> SortedReloadListenerEvent.keysprivate final Map<Identifier, PreparableReloadListener> SortedReloadListenerEvent.registryprivate @Nullable Set<Identifier> GatherSkippedAttributeTooltipsEvent.skippedIdsMethods in net.neoforged.neoforge.event that return IdentifierModifier and TypeMethodDescriptionSortedReloadListenerEvent.NameLookup.apply(PreparableReloadListener t) Looks up the name for a reload listener.LootTableLoadEvent.getName()private IdentifierSortedReloadListenerEvent.getOrThrow(PreparableReloadListener listener) ItemAttributeModifierEvent.ItemAttributeModifiersBuilder.Key.id()Returns the value of theidrecord component.private static IdentifierAddServerReloadListenersEvent.lookupName(PreparableReloadListener listener) Methods in net.neoforged.neoforge.event that return types with arguments of type IdentifierModifier and TypeMethodDescriptionSortedReloadListenerEvent.getRegistry()Returns an immutable view of the reload listener registry.protected Set<Identifier> GatherSkippedAttributeTooltipsEvent.getSkippedIds()InitializesGatherSkippedAttributeTooltipsEvent.skippedIdsif necessary, and returns it.Methods in net.neoforged.neoforge.event with parameters of type IdentifierModifier and TypeMethodDescriptionvoidSortedReloadListenerEvent.addDependency(Identifier first, Identifier second) Adds a new dependency entry, such thatfirstmust run beforesecond.voidSortedReloadListenerEvent.addListener(Identifier key, PreparableReloadListener listener) Adds a newreload listenerto the resource manager.voidAddPackFindersEvent.addPackFinders(Identifier packLocation, PackType packType, Component packNameDisplay, PackSource packSource, boolean alwaysActive, Pack.Position packPosition) Helper method to register a pack found under the `resources/` folder.private PreparableReloadListenerSortedReloadListenerEvent.getOrThrow(Identifier key) booleanGatherSkippedAttributeTooltipsEvent.isSkipped(Identifier id) Checks if a given id is skipped or not.static @Nullable LootTableEventHooks.loadLootTable(HolderLookup.Provider registries, Identifier name, LootTable table) Fires theLootTableLoadEventfor non-empty loot tables and returns the table if the event was not canceled and the table was not set toLootTable.EMPTYin the event.RegisterGameTestsEvent.registerEnvironment(Identifier name, TestEnvironmentDefinition<?> definition) RegisterGameTestsEvent.registerEnvironment(Identifier name, TestEnvironmentDefinition<?>... definitions) voidRegisterGameTestsEvent.registerTest(Identifier name, Function<TestData<Holder<TestEnvironmentDefinition<?>>>, GameTestInstance> factory, TestData<Holder<TestEnvironmentDefinition<?>>> testData) voidRegisterGameTestsEvent.registerTest(Identifier name, GameTestInstance test) (package private) booleanItemAttributeModifierEvent.ItemAttributeModifiersBuilder.removeModifier(Holder<Attribute> attribute, Identifier id) Removes a modifier for the target attribute with the given id.booleanItemAttributeModifierEvent.removeModifier(Holder<Attribute> attribute, Identifier id) Removes an attribute modifier for the target attribute by idvoidGatherSkippedAttributeTooltipsEvent.skipId(Identifier id) Marks the id of a specific attribute modifier as skipped, causing it to not be displayed in the tooltip.Constructors in net.neoforged.neoforge.event with parameters of type IdentifierModifierConstructorDescriptionprivateKey(Holder<Attribute> attr, Identifier id) Creates an instance of aKeyrecord class.LootTableLoadEvent(HolderLookup.Provider registries, Identifier name, LootTable table) -
Uses of Identifier in net.neoforged.neoforge.network.configuration
Fields in net.neoforged.neoforge.network.configuration declared as IdentifierModifier and TypeFieldDescriptionstatic final IdentifierRegistryDataMapNegotiation.IDprivate static final IdentifierSyncConfig.IDprivate static final IdentifierSyncRegistries.IDFields in net.neoforged.neoforge.network.configuration with type parameters of type IdentifierMethods in net.neoforged.neoforge.network.configuration that return types with arguments of type IdentifierModifier and TypeMethodDescriptionprivate static Set<Identifier> CheckFeatureFlags.getModdedFeatureFlags() -
Uses of Identifier in net.neoforged.neoforge.network.filters
Methods in net.neoforged.neoforge.network.filters with parameters of type IdentifierModifier and TypeMethodDescriptionprivate static booleanVanillaConnectionNetworkFilter.isVanillaRegistry(Identifier location) -
Uses of Identifier in net.neoforged.neoforge.network.handling
Fields in net.neoforged.neoforge.network.handling declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierServerPayloadContext.payloadIdThe field for thepayloadIdrecord component.Methods in net.neoforged.neoforge.network.handling that return IdentifierModifier and TypeMethodDescriptionServerPayloadContext.payloadId()Returns the value of thepayloadIdrecord component.Constructors in net.neoforged.neoforge.network.handling with parameters of type IdentifierModifierConstructorDescriptionServerPayloadContext(ServerCommonPacketListener listener, Identifier payloadId) Creates an instance of aServerPayloadContextrecord class. -
Uses of Identifier in net.neoforged.neoforge.network.negotiation
Fields in net.neoforged.neoforge.network.negotiation declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierNegotiableNetworkComponent.idThe field for theidrecord component.private final IdentifierNegotiatedNetworkComponent.idThe field for theidrecord component.Fields in net.neoforged.neoforge.network.negotiation with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<Identifier, Component> NegotiationResult.failureReasonsThe field for thefailureReasonsrecord component.Methods in net.neoforged.neoforge.network.negotiation that return IdentifierModifier and TypeMethodDescriptionNegotiableNetworkComponent.id()Returns the value of theidrecord component.NegotiatedNetworkComponent.id()Returns the value of theidrecord component.Methods in net.neoforged.neoforge.network.negotiation that return types with arguments of type IdentifierModifier and TypeMethodDescriptionNegotiationResult.failureReasons()Returns the value of thefailureReasonsrecord component.Constructors in net.neoforged.neoforge.network.negotiation with parameters of type IdentifierModifierConstructorDescriptionNegotiableNetworkComponent(Identifier id, String version, Optional<PacketFlow> flow, boolean optional) Creates an instance of aNegotiableNetworkComponentrecord class.NegotiatedNetworkComponent(Identifier id, String version) Creates an instance of aNegotiatedNetworkComponentrecord class.Constructor parameters in net.neoforged.neoforge.network.negotiation with type arguments of type IdentifierModifierConstructorDescriptionNegotiationResult(List<NegotiatedNetworkComponent> components, boolean success, Map<Identifier, Component> failureReasons) Creates an instance of aNegotiationResultrecord class. -
Uses of Identifier in net.neoforged.neoforge.network.payload
Fields in net.neoforged.neoforge.network.payload declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierKnownRegistryDataMapsPayload.KnownDataMap.idThe field for theidrecord component.private final IdentifierModdedNetworkComponent.idThe field for theidrecord component.private final IdentifierModdedNetworkQueryComponent.idThe field for theidrecord component.static final IdentifierCommonRegisterPayload.IDstatic final IdentifierCommonVersionPayload.IDstatic final IdentifierMinecraftRegisterPayload.IDstatic final IdentifierMinecraftUnregisterPayload.IDstatic final IdentifierModdedNetworkPayload.IDstatic final IdentifierModdedNetworkQueryPayload.IDstatic final IdentifierModdedNetworkSetupFailedPayload.IDprivate final IdentifierFrozenRegistryPayload.registryNameThe field for theregistryNamerecord component.Fields in net.neoforged.neoforge.network.payload with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Set<Identifier> CommonRegisterPayload.channelsThe field for thechannelsrecord component.static final StreamCodec<FriendlyByteBuf, Set<Identifier>> DinnerboneProtocolUtils.CHANNELS_CODECprivate final Map<ResourceKey<? extends Registry<?>>, Collection<Identifier>> KnownRegistryDataMapsReplyPayload.dataMapsThe field for thedataMapsrecord component.private final Map<Identifier, Map<ResourceKey<T>, ?>> RegistryDataMapSyncPayload.dataMapsThe field for thedataMapsrecord component.private final Map<Identifier, Component> ModdedNetworkSetupFailedPayload.failureReasonsThe field for thefailureReasonsrecord component.private final Set<Identifier> MinecraftUnregisterPayload.forgottenChannelsThe field for theforgottenChannelsrecord component.private final Set<Identifier> FeatureFlagDataPayload.moddedFlagsThe field for themoddedFlagsrecord component.private final Set<Identifier> MinecraftRegisterPayload.newChannelsThe field for thenewChannelsrecord component.private final List<Identifier> FrozenRegistrySyncStartPayload.toAccessThe field for thetoAccessrecord component.Methods in net.neoforged.neoforge.network.payload that return IdentifierModifier and TypeMethodDescriptionKnownRegistryDataMapsPayload.KnownDataMap.id()Returns the value of theidrecord component.ModdedNetworkComponent.id()Returns the value of theidrecord component.ModdedNetworkQueryComponent.id()Returns the value of theidrecord component.FrozenRegistryPayload.registryName()Returns the value of theregistryNamerecord component.Methods in net.neoforged.neoforge.network.payload that return types with arguments of type IdentifierModifier and TypeMethodDescriptionCommonRegisterPayload.channels()Returns the value of thechannelsrecord component.Map<ResourceKey<? extends Registry<?>>, Collection<Identifier>> KnownRegistryDataMapsReplyPayload.dataMaps()Returns the value of thedataMapsrecord component.Map<Identifier, Map<ResourceKey<T>, ?>> RegistryDataMapSyncPayload.dataMaps()Returns the value of thedataMapsrecord component.ModdedNetworkSetupFailedPayload.failureReasons()Returns the value of thefailureReasonsrecord component.MinecraftUnregisterPayload.forgottenChannels()Returns the value of theforgottenChannelsrecord component.FeatureFlagDataPayload.moddedFlags()Returns the value of themoddedFlagsrecord component.MinecraftRegisterPayload.newChannels()Returns the value of thenewChannelsrecord component.private static Set<Identifier> DinnerboneProtocolUtils.readChannels(FriendlyByteBuf buf) Reads a set of channels from the buffer.FrozenRegistrySyncStartPayload.toAccess()Returns the value of thetoAccessrecord component.Method parameters in net.neoforged.neoforge.network.payload with type arguments of type IdentifierModifier and TypeMethodDescriptionstatic ModdedNetworkQueryPayloadModdedNetworkQueryPayload.fromRegistry(Map<ConnectionProtocol, Map<Identifier, PayloadRegistration<?>>> registry) private static voidDinnerboneProtocolUtils.parseAndAddChannel(StringBuilder builder, Set<Identifier> channels) private static voidDinnerboneProtocolUtils.writeChannels(FriendlyByteBuf buf, Set<Identifier> channels) Writes a set of channels to the buffer.Constructors in net.neoforged.neoforge.network.payload with parameters of type IdentifierModifierConstructorDescriptionFrozenRegistryPayload(Identifier registryName, RegistrySnapshot snapshot) Creates an instance of aFrozenRegistryPayloadrecord class.KnownDataMap(Identifier id, boolean mandatory) Creates an instance of aKnownDataMaprecord class.ModdedNetworkComponent(Identifier id, Optional<String> version) Creates an instance of aModdedNetworkComponentrecord class.ModdedNetworkQueryComponent(Identifier id, String version, Optional<PacketFlow> flow, boolean optional) Creates an instance of aModdedNetworkQueryComponentrecord class.Constructor parameters in net.neoforged.neoforge.network.payload with type arguments of type IdentifierModifierConstructorDescriptionCommonRegisterPayload(int version, ConnectionProtocol protocol, Set<Identifier> channels) Creates an instance of aCommonRegisterPayloadrecord class.FeatureFlagDataPayload(Set<Identifier> moddedFlags) Creates an instance of aFeatureFlagDataPayloadrecord class.FrozenRegistrySyncStartPayload(List<Identifier> toAccess) Creates an instance of aFrozenRegistrySyncStartPayloadrecord class.KnownRegistryDataMapsReplyPayload(Map<ResourceKey<? extends Registry<?>>, Collection<Identifier>> dataMaps) Creates an instance of aKnownRegistryDataMapsReplyPayloadrecord class.MinecraftRegisterPayload(Set<Identifier> newChannels) Creates an instance of aMinecraftRegisterPayloadrecord class.MinecraftUnregisterPayload(Set<Identifier> forgottenChannels) Creates an instance of aMinecraftUnregisterPayloadrecord class.ModdedNetworkSetupFailedPayload(Map<Identifier, Component> failureReasons) Creates an instance of aModdedNetworkSetupFailedPayloadrecord class.RegistryDataMapSyncPayload(ResourceKey<? extends Registry<T>> registryKey, Map<Identifier, Map<ResourceKey<T>, ?>> dataMaps) Creates an instance of aRegistryDataMapSyncPayloadrecord class. -
Uses of Identifier in net.neoforged.neoforge.network.registration
Fields in net.neoforged.neoforge.network.registration declared as IdentifierModifier and TypeFieldDescriptionprivate final IdentifierModdedConfigurationPayloadRegistration.idThe field for theidrecord component.private final IdentifierModdedPlayPayloadRegistration.idThe field for theidrecord component.private final IdentifierNetworkChannel.idThe field for theidrecord component.Fields in net.neoforged.neoforge.network.registration with type parameters of type IdentifierModifier and TypeFieldDescriptionstatic final io.netty.util.AttributeKey<Set<Identifier>> ChannelAttributes.ADHOC_CHANNELSKnown ad-hoc channels fromMinecraftRegisterPayload.protected static final Map<Identifier, StreamCodec<FriendlyByteBuf, ? extends CustomPacketPayload>> NetworkRegistry.BUILTIN_PAYLOADSMap of NeoForge payloads that may be sent before channel negotiation.private final Map<ConnectionProtocol, Map<Identifier, NetworkChannel>> NetworkPayloadSetup.channelsThe field for thechannelsrecord component.protected static final Map<ConnectionProtocol, Map<Identifier, IPayloadHandler<?>>> NetworkRegistry.CLIENTBOUND_HANDLERSstatic final io.netty.util.AttributeKey<Map<ConnectionProtocol, Set<Identifier>>> ChannelAttributes.COMMON_CHANNELSKnown common channels fromCommonRegisterPayload.protected static final Map<ConnectionProtocol, Map<Identifier, PayloadRegistration<?>>> NetworkRegistry.PAYLOAD_REGISTRATIONSRegistry of all custom payload handlers.protected static final Map<ConnectionProtocol, Map<Identifier, IPayloadHandler<?>>> NetworkRegistry.SERVERBOUND_HANDLERSMethods in net.neoforged.neoforge.network.registration that return IdentifierModifier and TypeMethodDescriptionModdedConfigurationPayloadRegistration.id()Returns the value of theidrecord component.ModdedPlayPayloadRegistration.id()Returns the value of theidrecord component.NetworkChannel.id()Returns the value of theidrecord component.PayloadRegistration.id()Methods in net.neoforged.neoforge.network.registration that return types with arguments of type IdentifierModifier and TypeMethodDescriptionNetworkPayloadSetup.channels()Returns the value of thechannelsrecord component.NetworkPayloadSetup.getChannels(ConnectionProtocol protocol) static Set<Identifier> NetworkRegistry.getCommonPlayChannels(PacketFlow flow) static Set<Identifier> NetworkRegistry.getInitialListeningChannels(PacketFlow flow) Returns the initial channels for the configuration phase..static Set<Identifier> NetworkRegistry.getInitialServerUnregisterChannels()static Set<Identifier> ChannelAttributes.getOrCreateAdHocChannels(Connection connection) Returns a mutable set of the currently known ad-hoc channels.static Set<Identifier> ChannelAttributes.getOrCreateCommonChannels(Connection connection, ConnectionProtocol protocol) Returns a mutable set of the currently known common channels for the given protocol.Methods in net.neoforged.neoforge.network.registration with parameters of type IdentifierModifier and TypeMethodDescription@Nullable NetworkChannelNetworkPayloadSetup.getChannel(ConnectionProtocol protocol, Identifier id) static @Nullable StreamCodec<? super FriendlyByteBuf, ? extends CustomPacketPayload> NetworkRegistry.getCodec(Identifier id, ConnectionProtocol protocol, PacketFlow flow) Attempts to retrieve theStreamCodecfor a non-vanilla payload.static <T> CompletableFuture<T> NetworkRegistry.guard(CompletableFuture<T> future, Identifier payloadId) Helper to guard futures generated byIPayloadContextagainst exceptions.protected static booleanNetworkRegistry.hasAdhocChannel(ConnectionProtocol protocol, Identifier id, PacketFlow flow) Checks if a given payload is ad-hoc readable, that is, may be read without a negotiated channel being present.static booleanNetworkRegistry.hasChannel(Connection connection, @Nullable ConnectionProtocol protocol, Identifier payloadId) Indicates whether the given connection has a connection setup that can transmit the given payload id.static booleanNetworkRegistry.hasChannel(ICommonPacketListener listener, Identifier payloadId) Checks if the packet listener's connection can send/receive the given payload.Method parameters in net.neoforged.neoforge.network.registration with type arguments of type IdentifierModifier and TypeMethodDescriptionstatic voidNetworkRegistry.onMinecraftRegister(Connection connection, Set<Identifier> resourceLocations) Invoked to add to the known ad-hoc channels on a connection.static voidNetworkRegistry.onMinecraftUnregister(Connection connection, Set<Identifier> resourceLocations) Invoked to remove from the known ad-hoc channels on a connection.protected static <T extends CustomPacketPayload>
voidNetworkRegistry.registerHandler(Map<ConnectionProtocol, Map<Identifier, IPayloadHandler<?>>> handlers, ConnectionProtocol protocol, PacketFlow flow, CustomPacketPayload.Type<T> type, IPayloadHandler<T> handler) Constructors in net.neoforged.neoforge.network.registration with parameters of type IdentifierModifierConstructorDescriptionModdedConfigurationPayloadRegistration(Identifier id, Class<T> type, IPayloadHandler<T> handler, StreamCodec<FriendlyByteBuf, T> reader) Creates an instance of aModdedConfigurationPayloadRegistrationrecord class.ModdedPlayPayloadRegistration(Identifier id, Class<T> type, IPayloadHandler<T> handler, StreamCodec<RegistryFriendlyByteBuf, T> reader) Creates an instance of aModdedPlayPayloadRegistrationrecord class.NetworkChannel(Identifier id, String chosenVersion) Creates an instance of aNetworkChannelrecord class.Constructor parameters in net.neoforged.neoforge.network.registration with type arguments of type IdentifierModifierConstructorDescriptionNetworkPayloadSetup(Map<ConnectionProtocol, Map<Identifier, NetworkChannel>> channels) Creates an instance of aNetworkPayloadSetuprecord class. -
Uses of Identifier in net.neoforged.neoforge.registries
Fields in net.neoforged.neoforge.registries declared as IdentifierFields in net.neoforged.neoforge.registries with type parameters of type IdentifierModifier and TypeFieldDescription(package private) final Map<Identifier, Identifier> BaseMappedRegistry.aliases(package private) final Map<Identifier, Identifier> BaseMappedRegistry.aliasesprivate final Map<Identifier, Identifier> DeferredRegister.aliasesprivate final Map<Identifier, Identifier> DeferredRegister.aliasesprivate final Map<Identifier, Identifier> RegistrySnapshot.aliasesprivate final Map<Identifier, Identifier> RegistrySnapshot.aliasesprivate final Map<Identifier, Identifier> RegistrySnapshot.aliasesViewprivate final Map<Identifier, Identifier> RegistrySnapshot.aliasesViewstatic final io.netty.util.AttributeKey<Map<ResourceKey<? extends Registry<?>>, Collection<Identifier>>> RegistryManager.ATTRIBUTE_KNOWN_DATA_MAPSprivate static Map<ResourceKey<Registry<?>>, Map<Identifier, DataMapType<?, ?>>> RegistryManager.dataMapsprivate static Map<Identifier, RegistrySnapshot> RegistryManager.frozenSnapshotprivate final it.unimi.dsi.fastutil.ints.Int2ObjectSortedMap<Identifier> RegistrySnapshot.idsprivate final it.unimi.dsi.fastutil.ints.Int2ObjectSortedMap<Identifier> RegistrySnapshot.idsViewprivate static Set<Identifier> RegistryManager.pendingModdedRegistriesprivate static final Comparator<Identifier> RegistrySnapshot.SORTERprivate static Set<Identifier> RegistryManager.vanillaRegistryKeysprivate static Map<Identifier, RegistrySnapshot> RegistryManager.vanillaSnapshotMethods in net.neoforged.neoforge.registries that return IdentifierModifier and TypeMethodDescriptionDeferredHolder.getId()default @Nullable IdentifierIRegistryExtension.getKeyOrNull(T element) Returns the key of the element, or null if it is not present in this registry.DeferredRegister.getRegistryName()BaseMappedRegistry.resolve(Identifier name) IRegistryExtension.resolve(Identifier name) Resolves a registry name of a potential object in this registry.Methods in net.neoforged.neoforge.registries that return types with arguments of type IdentifierModifier and TypeMethodDescriptionRegistrySnapshot.getAliases()RegistrySnapshot.getAliases()static Map<ResourceKey<Registry<?>>, Map<Identifier, DataMapType<?, ?>>> RegistryManager.getDataMaps()Returns a view of all registered data maps.it.unimi.dsi.fastutil.ints.Int2ObjectSortedMap<Identifier> RegistrySnapshot.getIds()static Set<Identifier> GameData.getRegistrationOrder()Creates aLinkedHashSetcontaining the ordered list of registry names in the registration order.static List<Identifier> RegistryManager.getRegistryNamesForSyncToClient()static Set<Identifier> RegistryManager.getVanillaRegistryKeys()static Map<Identifier, RegistrySnapshot> RegistryManager.takeSnapshot(RegistryManager.SnapshotType snapshotType) Takes a snapshot of the current registries registered toBuiltInRegistries.REGISTRY.Methods in net.neoforged.neoforge.registries with parameters of type IdentifierModifier and TypeMethodDescriptionvoidBaseMappedRegistry.addAlias(Identifier from, Identifier to) voidDeferredRegister.addAlias(Identifier from, Identifier to) Adds an alias that maps from the name specified byfromto the name specified byto.voidIRegistryExtension.addAlias(Identifier from, Identifier to) Adds an alias that maps from the name specified byfromto the name specified byto.static <R, T extends R>
DeferredHolder<R, T> DeferredHolder.create(Identifier registryName, Identifier valueName) Creates a new DeferredHolder targeting the value with the specified name in the specified registry.static <R, T extends R>
DeferredHolder<R, T> DeferredHolder.create(ResourceKey<? extends Registry<R>> registryKey, Identifier valueName) Creates a new DeferredHolder targeting the value with the specified name in the specified registry.static <B> DeferredRegister<B> DeferredRegister.create(Identifier registryName, String modid) DeferredRegister factory for custom forge registries orvanilla registriesto lookup based on the provided registry name.static <T extends Block>
DeferredBlock<T> DeferredBlock.createBlock(Identifier key) Creates a newDeferredHoldertargeting theBlockwith the specified name.protected <I extends Block>
DeferredBlock<I> DeferredRegister.Blocks.createHolder(ResourceKey<? extends Registry<Block>> registryKey, Identifier key) protected <I extends T>
DeferredHolder<T, I> DeferredRegister.createHolder(ResourceKey<? extends Registry<T>> registryKey, Identifier key) Create aDeferredHolderor an inheriting type to be stored.protected <I extends Item>
DeferredItem<I> DeferredRegister.Items.createHolder(ResourceKey<? extends Registry<Item>> registryKey, Identifier key) static <T extends Item>
DeferredItem<T> DeferredItem.createItem(Identifier key) Creates a newDeferredHoldertargeting theItemwith the specified name.DeferredRegister.createTagKey(Identifier location) Creates a tag key based on the provided resource location and the registry name linked to this DeferredRegister.RegistryBuilder.defaultKey(Identifier key) static <R> @Nullable DataMapType<R, ?> RegistryManager.getDataMap(ResourceKey<? extends Registry<R>> registry, Identifier key) static StringDataMapLoader.getFolderLocation(Identifier registryId) intBaseMappedRegistry.getId(Identifier name) intIRegistryExtension.getId(Identifier name) Gets the integer id linked to the given name.booleanDeferredHolder.is(Identifier id) Returns true if the passed Identifier is the same as the ID of the target object.DeferredRegister.makeRegistry(Identifier registryName, Consumer<RegistryBuilder<T>> consumer) <T> voidRegisterEvent.register(ResourceKey<? extends Registry<T>> registryKey, Identifier name, Supplier<T> valueSupplier) Registers the value with the given name to the stored registry if the provided registry key matches this event's registry key.voidRegisterEvent.RegisterHelper.register(Identifier name, T value) Registers the given value with the given name to the registry.BaseMappedRegistry.resolve(Identifier name) IRegistryExtension.resolve(Identifier name) Resolves a registry name of a potential object in this registry.(package private) static voidRegistryManager.trackModdedRegistry(Identifier registry) Called byRegistryBuilderto make sure that modders don't forget to register their registries.Method parameters in net.neoforged.neoforge.registries with type arguments of type IdentifierModifier and TypeMethodDescriptionstatic Set<ResourceKey<?>> RegistryManager.applySnapshot(Map<Identifier, RegistrySnapshot> snapshots, boolean isLocalWorld) Applies the snapshot to the current state of theBuiltInRegistries.<B extends Block>
DeferredBlock<B> DeferredRegister.Blocks.register(String name, Function<Identifier, ? extends B> func) Adds a new block to the list of entries to be registered and returns aDeferredHolderthat will be populated with the created block automatically.<I extends Item>
DeferredItem<I> DeferredRegister.Items.register(String name, Function<Identifier, ? extends I> func) Adds a new item to the list of entries to be registered and returns aDeferredItemthat will be populated with the created item automatically.<I extends T>
DeferredHolder<T, I> DeferredRegister.register(String name, Function<Identifier, ? extends I> func) Adds a new entry to the list of entries to be registered and returns aDeferredHolderthat will be populated with the created entry automatically. -
Uses of Identifier in net.neoforged.neoforge.registries.datamaps
Fields in net.neoforged.neoforge.registries.datamaps declared as IdentifierModifier and TypeFieldDescriptionprotected final IdentifierDataMapType.Builder.idprivate final IdentifierDataMapType.idFields in net.neoforged.neoforge.registries.datamaps with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate final Map<ResourceKey<Registry<?>>, Map<Identifier, DataMapType<?, ?>>> RegisterDataMapTypesEvent.attachmentsMethods in net.neoforged.neoforge.registries.datamaps that return IdentifierMethods in net.neoforged.neoforge.registries.datamaps with parameters of type IdentifierModifier and TypeMethodDescriptionstatic <T,R> AdvancedDataMapType.Builder <T, R, DataMapValueRemover.Default<T, R>> AdvancedDataMapType.builder(Identifier id, ResourceKey<Registry<R>> registry, com.mojang.serialization.Codec<T> codec) Returns an advanced data map type builder.static <T,R> DataMapType.Builder <T, R> DataMapType.builder(Identifier id, ResourceKey<Registry<R>> registry, com.mojang.serialization.Codec<T> codec) Returns a data map type builder.Constructors in net.neoforged.neoforge.registries.datamaps with parameters of type IdentifierModifierConstructorDescriptionprivateAdvancedDataMapType(ResourceKey<Registry<R>> registryKey, Identifier id, com.mojang.serialization.Codec<T> codec, @Nullable com.mojang.serialization.Codec<T> networkCodec, boolean mandatorySync, com.mojang.serialization.Codec<VR> remover, DataMapValueMerger<R, T> merger) (package private)Builder(ResourceKey<Registry<R>> registryKey, Identifier id, com.mojang.serialization.Codec<T> codec) (package private)Builder(ResourceKey<Registry<R>> registryKey, Identifier id, com.mojang.serialization.Codec<T> codec) (package private)DataMapType(ResourceKey<Registry<R>> registryKey, Identifier id, com.mojang.serialization.Codec<T> codec, @Nullable com.mojang.serialization.Codec<T> networkCodec, boolean mandatorySync) Constructor parameters in net.neoforged.neoforge.registries.datamaps with type arguments of type IdentifierModifierConstructorDescriptionRegisterDataMapTypesEvent(Map<ResourceKey<Registry<?>>, Map<Identifier, DataMapType<?, ?>>> attachments) -
Uses of Identifier in net.neoforged.neoforge.registries.datamaps.builtin
Methods in net.neoforged.neoforge.registries.datamaps.builtin that return Identifier -
Uses of Identifier in net.neoforged.neoforge.resource
Fields in net.neoforged.neoforge.resource declared as IdentifierModifier and TypeFieldDescriptionstatic final IdentifierVanillaServerListeners.ADVANCEMENTSstatic final IdentifierNeoForgeReloadListeners.BRANDINGstatic final IdentifierNeoForgeReloadListeners.CLIENT_MOD_LOADINGstatic final IdentifierNeoForgeReloadListeners.CREATIVE_TABSstatic final IdentifierNeoForgeReloadListeners.DATA_MAPSstatic final IdentifierNeoForgeReloadListeners.ENTITY_ANIMATIONSstatic final IdentifierVanillaServerListeners.FIRSTSentinel field that will always reference the first reload listener in the vanilla order.static final IdentifierVanillaServerListeners.FUNCTIONSstatic final IdentifierVanillaServerListeners.LASTSentinel field that will always reference the last reload listener in the vanilla order.static final IdentifierNeoForgeReloadListeners.LOOT_MODIFIERSstatic final IdentifierNeoForgeReloadListeners.OBJ_LOADERstatic final IdentifierNeoForgeReloadListeners.RECIPE_PRIORITIESstatic final IdentifierVanillaServerListeners.RECIPESFields in net.neoforged.neoforge.resource with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static final Map<Class<?>, Identifier> VanillaServerListeners.KNOWN_CLASSESMethods in net.neoforged.neoforge.resource that return IdentifierModifier and TypeMethodDescriptionstatic @Nullable IdentifierVanillaServerListeners.getNameForClass(Class<? extends PreparableReloadListener> cls) private static Identifierprivate static IdentifierVanillaServerListeners.key(Class<? extends PreparableReloadListener> cls) Methods in net.neoforged.neoforge.resource with parameters of type IdentifierModifier and TypeMethodDescriptionprivate static StringJarContentsPackResources.getPathFromLocation(PackType packType, Identifier location) @Nullable IoSupplier<InputStream> EmptyPackResources.getResource(PackType type, Identifier location) JarContentsPackResources.getResource(PackType packType, Identifier location) Method parameters in net.neoforged.neoforge.resource with type arguments of type IdentifierModifier and TypeMethodDescriptionstatic List<PreparableReloadListener> ReloadListenerSort.sortListeners(SortedReloadListenerEvent.NameLookup lookup, MutableGraph<PreparableReloadListener> graph, Map<Identifier, PreparableReloadListener> registry, PreparableReloadListener lastVanilla) Implementation forReloadListenerSort.sort(SortedReloadListenerEvent). -
Uses of Identifier in net.neoforged.neoforge.server.command
Methods in net.neoforged.neoforge.server.command that return types with arguments of type IdentifierModifier and TypeMethodDescriptionprivate static List<Identifier> DumpCommand.getSortedRegistryKeys(boolean alphabeticalSort, boolean printNumericIds, Registry<?> registry) Method parameters in net.neoforged.neoforge.server.command with type arguments of type IdentifierModifier and TypeMethodDescriptionstatic <T extends Registry<?>>
com.mojang.brigadier.suggestion.SuggestionProvider<CommandSourceStack> CommandUtils.suggestFromRegistry(Function<Registry<?>, Iterable<Identifier>> namesFunction, String argumentString, ResourceKey<Registry<T>> registryKey) -
Uses of Identifier in net.neoforged.neoforge.server.permission
Methods in net.neoforged.neoforge.server.permission that return IdentifierModifier and TypeMethodDescriptionstatic @Nullable IdentifierPermissionAPI.getActivePermissionHandler() -
Uses of Identifier in net.neoforged.neoforge.server.permission.events
Fields in net.neoforged.neoforge.server.permission.events with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate Map<Identifier, IPermissionHandlerFactory> PermissionGatherEvent.Handler.availableHandlersMethods in net.neoforged.neoforge.server.permission.events that return types with arguments of type IdentifierModifier and TypeMethodDescriptionPermissionGatherEvent.Handler.getAvailablePermissionHandlerFactories()Methods in net.neoforged.neoforge.server.permission.events with parameters of type IdentifierModifier and TypeMethodDescriptionvoidPermissionGatherEvent.Handler.addPermissionHandler(Identifier identifier, IPermissionHandlerFactory handlerFactory) -
Uses of Identifier in net.neoforged.neoforge.server.permission.handler
Fields in net.neoforged.neoforge.server.permission.handler declared as IdentifierMethods in net.neoforged.neoforge.server.permission.handler that return IdentifierModifier and TypeMethodDescriptionDefaultPermissionHandler.getIdentifier()IPermissionHandler.getIdentifier()Returns an identifier for the PermissionHandler. -
Uses of Identifier in net.neoforged.neoforge.server.permission.nodes
Constructors in net.neoforged.neoforge.server.permission.nodes with parameters of type IdentifierModifierConstructorDescriptionPermissionNode(Identifier nodeName, PermissionType<T> type, PermissionNode.PermissionResolver<T> defaultResolver, PermissionDynamicContextKey... dynamics) CallsPermissionNode(String, PermissionType, PermissionResolver, PermissionDynamicContextKey[])with "namespace.path" as the first parameter
RenderPipeline(Identifier, Identifier, Identifier, ShaderDefines, List, List, Optional, DepthTestFunction, PolygonMode, boolean, boolean, boolean, boolean, LogicOp, VertexFormat, VertexFormat.Mode, float, float, int, Optional)instead