Uses of Class
net.minecraft.resources.ResourceLocation
Packages that use ResourceLocation
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.-
Uses of ResourceLocation in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type ResourceLocationModifier and TypeMethodDescriptionstatic voidRenderSystem._setShaderTexture(int p_157180_, ResourceLocation p_157181_) static voidRenderSystem.setShaderTexture(int p_157457_, ResourceLocation p_157458_) -
Uses of ResourceLocation in com.mojang.realmsclient
Fields in com.mojang.realmsclient declared as ResourceLocationModifier and TypeFieldDescription(package private) static final ResourceLocationRealmsMainScreen.CLOSED_SPRITE(package private) static final ResourceLocationRealmsMainScreen.EXPIRED_SPRITE(package private) static final ResourceLocationRealmsMainScreen.EXPIRES_SOON_SPRITE(package private) static final ResourceLocationRealmsMainScreen.INFO_SPRITEprivate static final ResourceLocationRealmsMainScreen.INVITE_SPRITEprivate static final ResourceLocationRealmsMainScreen.LOGO_LOCATION(package private) static final ResourceLocationRealmsMainScreen.NEW_REALM_SPRITEprivate static final ResourceLocationRealmsMainScreen.NEWS_SPRITEprivate static final ResourceLocationRealmsMainScreen.NO_REALMS_LOCATIONprivate static final ResourceLocation[]RealmsMainScreen.NotificationButton.NOTIFICATION_ICONS(package private) static final ResourceLocationRealmsMainScreen.OPEN_SPRITEMethods in com.mojang.realmsclient with parameters of type ResourceLocationModifier and TypeMethodDescriptionprivate voidRealmsMainScreen.Entry.drawRealmStatus(GuiGraphics p_312727_, int p_311004_, int p_311259_, int p_310947_, int p_311421_, ResourceLocation p_313063_, Supplier<Component> p_312584_) Constructors in com.mojang.realmsclient with parameters of type ResourceLocationModifierConstructorDescriptionNotificationButton(Component p_299660_, ResourceLocation p_298832_, Button.OnPress p_297337_) -
Uses of ResourceLocation in com.mojang.realmsclient.dto
Fields in com.mojang.realmsclient.dto declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationRealmsNotification.InfoPopup.imageConstructors in com.mojang.realmsclient.dto with parameters of type ResourceLocationModifierConstructorDescriptionprivateInfoPopup(RealmsNotification p_311557_, RealmsText p_310281_, RealmsText p_312392_, ResourceLocation p_312062_, RealmsNotification.UrlButton p_309599_) -
Uses of ResourceLocation in com.mojang.realmsclient.gui
Fields in com.mojang.realmsclient.gui declared as ResourceLocationModifier and TypeFieldDescriptionprivate static final ResourceLocationRealmsWorldSlotButton.CHECKMARK_SPRITEstatic final ResourceLocationRealmsWorldSlotButton.DEFAULT_WORLD_SLOT_1static final ResourceLocationRealmsWorldSlotButton.DEFAULT_WORLD_SLOT_2static final ResourceLocationRealmsWorldSlotButton.DEFAULT_WORLD_SLOT_3static final ResourceLocationRealmsWorldSlotButton.EMPTY_SLOT_LOCATIONprivate static final ResourceLocationRealmsWorldSlotButton.SLOT_FRAME_SPRITE -
Uses of ResourceLocation in com.mojang.realmsclient.gui.screens
Fields in com.mojang.realmsclient.gui.screens declared as ResourceLocationModifier and TypeFieldDescription(package private) static final ResourceLocationRealmsPendingInvitesScreen.ACCEPT_HIGHLIGHTED_SPRITE(package private) static final ResourceLocationRealmsPendingInvitesScreen.ACCEPT_SPRITEprivate static final ResourceLocationRealmsResetWorldScreen.ADVENTURE_MAP_LOCATIONprivate static final ResourceLocationRealmsPopupScreen.BACKGROUND_SPRITEprivate static final ResourceLocationRealmsConfigureWorldScreen.CLOSED_SPRITEprivate static final ResourceLocationRealmsResetWorldScreen.EXPERIENCE_LOCATIONprivate static final ResourceLocationRealmsConfigureWorldScreen.EXPIRED_SPRITEprivate static final ResourceLocationRealmsConfigureWorldScreen.EXPIRES_SOON_SPRITEprivate final ResourceLocationRealmsResetWorldScreen.FrameButton.imageprivate static final ResourceLocationRealmsResetWorldScreen.INSPIRATION_LOCATIONprivate static final ResourceLocationRealmsNotificationsScreen.INVITE_SPRITEprivate static final ResourceLocationRealmsResetWorldScreen.NEW_WORLD_LOCATIONprivate static final ResourceLocationRealmsNotificationsScreen.NEWS_SPRITEprivate static final ResourceLocationRealmsConfigureWorldScreen.OPEN_SPRITEprivate static final ResourceLocationRealmsPlayerScreen.OPTIONS_BACKGROUND(package private) static final ResourceLocationRealmsPendingInvitesScreen.REJECT_HIGHLIGHTED_SPRITE(package private) static final ResourceLocationRealmsPendingInvitesScreen.REJECT_SPRITEprivate static final ResourceLocationRealmsBrokenWorldScreen.SLOT_FRAME_SPRITE(package private) static final ResourceLocationRealmsResetWorldScreen.SLOT_FRAME_SPRITE(package private) static final ResourceLocationRealmsSelectWorldTemplateScreen.SLOT_FRAME_SPRITEprivate static final ResourceLocationRealmsResetWorldScreen.SURVIVAL_SPAWN_LOCATIONprivate static final ResourceLocationRealmsNotificationsScreen.TRIAL_AVAILABLE_SPRITEprivate static final ResourceLocationRealmsPopupScreen.TRIAL_AVAILABLE_SPRITEprivate static final ResourceLocationRealmsNotificationsScreen.UNSEEN_NOTIFICATION_SPRITEprivate static final ResourceLocationRealmsResetWorldScreen.UPLOAD_LOCATIONFields in com.mojang.realmsclient.gui.screens with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate static List<ResourceLocation>RealmsPopupScreen.carouselImagesMethods in com.mojang.realmsclient.gui.screens with parameters of type ResourceLocationModifier and TypeMethodDescriptionprivate voidRealmsConfigureWorldScreen.drawRealmStatus(GuiGraphics p_298677_, int p_297798_, int p_301226_, int p_298804_, int p_297961_, ResourceLocation p_299441_, Supplier<Component> p_300912_) Constructors in com.mojang.realmsclient.gui.screens with parameters of type ResourceLocationModifierConstructorDescription(package private)FrameButton(int p_89439_, int p_89440_, Component p_89441_, ResourceLocation p_89442_, Button.OnPress p_89443_) -
Uses of ResourceLocation in com.mojang.realmsclient.util
Fields in com.mojang.realmsclient.util declared as ResourceLocationModifier and TypeFieldDescriptionprivate static final ResourceLocationRealmsTextureManager.TEMPLATE_ICON_LOCATIONprivate final ResourceLocationRealmsTextureManager.RealmsTexture.textureIdThe field for thetextureIdrecord component.Methods in com.mojang.realmsclient.util that return ResourceLocationModifier and TypeMethodDescriptionprivate static ResourceLocationRealmsTextureManager.getTexture(String p_90197_, String p_90198_) RealmsTextureManager.RealmsTexture.textureId()Returns the value of thetextureIdrecord component.static ResourceLocationRealmsTextureManager.worldTemplate(String p_270945_, String p_270612_) Constructors in com.mojang.realmsclient.util with parameters of type ResourceLocationModifierConstructorDescriptionRealmsTexture(String image, ResourceLocation textureId) Creates an instance of aRealmsTexturerecord class. -
Uses of ResourceLocation in net.minecraft
Methods in net.minecraft with parameters of type ResourceLocationModifier and TypeMethodDescriptionstatic StringUtil.makeDescriptionId(String p_137493_, ResourceLocation p_137494_) -
Uses of ResourceLocation in net.minecraft.advancements
Fields in net.minecraft.advancements declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationAdvancementHolder.idThe field for theidrecord component.Fields in net.minecraft.advancements with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Optional<ResourceLocation>DisplayInfo.backgroundprivate Optional<ResourceLocation>AdvancementRewards.Builder.functionprivate final com.google.common.collect.ImmutableList.Builder<ResourceLocation>AdvancementRewards.Builder.lootprivate final List<ResourceLocation>AdvancementRewards.lootThe field for thelootrecord component.private final Map<ResourceLocation,AdvancementNode> AdvancementTree.nodesprivate Optional<ResourceLocation>Advancement.Builder.parentprivate final Optional<ResourceLocation>Advancement.parentThe field for theparentrecord component.private final com.google.common.collect.ImmutableList.Builder<ResourceLocation>AdvancementRewards.Builder.recipesprivate final List<ResourceLocation>AdvancementRewards.recipesThe field for therecipesrecord component.Methods in net.minecraft.advancements that return ResourceLocationModifier and TypeMethodDescriptionAdvancementHolder.id()Returns the value of theidrecord component.Methods in net.minecraft.advancements that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionDisplayInfo.getBackground()AdvancementRewards.loot()Returns the value of thelootrecord component.Advancement.parent()Returns the value of theparentrecord component.AdvancementRewards.recipes()Returns the value of therecipesrecord component.Methods in net.minecraft.advancements with parameters of type ResourceLocationModifier and TypeMethodDescriptionAdvancementRewards.Builder.addLootTable(ResourceLocation p_144825_) AdvancementRewards.Builder.addRecipe(ResourceLocation p_10012_) Advancement.Builder.build(ResourceLocation p_138404_) Advancement.Builder.display(ItemStack p_138363_, Component p_138364_, Component p_138365_, ResourceLocation p_138366_, AdvancementType p_310090_, boolean p_138368_, boolean p_138369_, boolean p_138370_) Advancement.Builder.display(ItemLike p_138372_, Component p_138373_, Component p_138374_, ResourceLocation p_138375_, AdvancementType p_309840_, boolean p_138377_, boolean p_138378_, boolean p_138379_) static AdvancementRewards.BuilderAdvancementRewards.Builder.function(ResourceLocation p_144827_) AdvancementTree.get(ResourceLocation p_301065_) static AdvancementRewards.BuilderAdvancementRewards.Builder.loot(ResourceLocation p_144823_) Advancement.Builder.parent(ResourceLocation p_138397_) Deprecated, for removal: This API element is subject to removal in a future version.static AdvancementRewards.BuilderAdvancementRewards.Builder.recipe(ResourceLocation p_10010_) AdvancementRewards.Builder.runs(ResourceLocation p_144829_) Advancement.Builder.save(Consumer<AdvancementHolder> p_138390_, ResourceLocation id) Method parameters in net.minecraft.advancements with type arguments of type ResourceLocationConstructors in net.minecraft.advancements with parameters of type ResourceLocationModifierConstructorDescriptionAdvancementHolder(ResourceLocation id, Advancement value) Creates an instance of aAdvancementHolderrecord class.Constructor parameters in net.minecraft.advancements with type arguments of type ResourceLocationModifierConstructorDescriptionAdvancement(Optional<ResourceLocation> p_299284_, Optional<DisplayInfo> p_301017_, AdvancementRewards p_286389_, Map<String, Criterion<?>> p_286635_, AdvancementRequirements p_300504_, boolean p_286478_) Advancement(Optional<ResourceLocation> parent, Optional<DisplayInfo> display, AdvancementRewards rewards, Map<String, Criterion<?>> criteria, AdvancementRequirements requirements, boolean sendsTelemetryEvent, Optional<Component> name) Creates an instance of aAdvancementrecord class.AdvancementRewards(int experience, List<ResourceLocation> loot, List<ResourceLocation> recipes, Optional<CacheableFunction> function) Creates an instance of aAdvancementRewardsrecord class.DisplayInfo(ItemStack p_14969_, Component p_14970_, Component p_14971_, Optional<ResourceLocation> p_310626_, AdvancementType p_309985_, boolean p_14974_, boolean p_14975_, boolean p_14976_) -
Uses of ResourceLocation in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationLootTableTrigger.TriggerInstance.lootTableThe field for thelootTablerecord component.private final ResourceLocationRecipeUnlockedTrigger.TriggerInstance.recipeThe field for thereciperecord component.private final ResourceLocationRecipeCraftedTrigger.TriggerInstance.recipeIdThe field for therecipeIdrecord component.Fields in net.minecraft.advancements.critereon with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,PlayerPredicate.AdvancementPredicate> PlayerPredicate.advancementsThe field for theadvancementsrecord component.private final Map<ResourceLocation,PlayerPredicate.AdvancementPredicate> PlayerPredicate.Builder.advancementsprivate final it.unimi.dsi.fastutil.objects.Object2BooleanMap<ResourceLocation>PlayerPredicate.Builder.recipesprivate final it.unimi.dsi.fastutil.objects.Object2BooleanMap<ResourceLocation>PlayerPredicate.recipesThe field for therecipesrecord component.Methods in net.minecraft.advancements.critereon that return ResourceLocationModifier and TypeMethodDescriptionLootTableTrigger.TriggerInstance.lootTable()Returns the value of thelootTablerecord component.RecipeUnlockedTrigger.TriggerInstance.recipe()Returns the value of thereciperecord component.RecipeCraftedTrigger.TriggerInstance.recipeId()Returns the value of therecipeIdrecord component.Methods in net.minecraft.advancements.critereon that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionPlayerPredicate.advancements()Returns the value of theadvancementsrecord component.it.unimi.dsi.fastutil.objects.Object2BooleanMap<ResourceLocation>PlayerPredicate.recipes()Returns the value of therecipesrecord component.Methods in net.minecraft.advancements.critereon with parameters of type ResourceLocationModifier and TypeMethodDescriptionPlayerPredicate.Builder.addRecipe(ResourceLocation p_156781_, boolean p_156782_) PlayerPredicate.Builder.checkAdvancementCriterions(ResourceLocation p_156778_, Map<String, Boolean> p_156779_) PlayerPredicate.Builder.checkAdvancementDone(ResourceLocation p_156784_, boolean p_156785_) RecipeCraftedTrigger.TriggerInstance.craftedItem(ResourceLocation p_282794_) RecipeCraftedTrigger.TriggerInstance.craftedItem(ResourceLocation p_283538_, List<ItemPredicate.Builder> p_299678_) LootTableTrigger.TriggerInstance.lootTableUsed(ResourceLocation p_54619_) booleanLootTableTrigger.TriggerInstance.matches(ResourceLocation p_54621_) (package private) booleanRecipeCraftedTrigger.TriggerInstance.matches(ResourceLocation p_283528_, List<ItemStack> p_283698_) voidLootTableTrigger.trigger(ServerPlayer p_54598_, ResourceLocation p_54599_) voidRecipeCraftedTrigger.trigger(ServerPlayer p_281468_, ResourceLocation p_282903_, List<ItemStack> p_282070_) RecipeUnlockedTrigger.unlocked(ResourceLocation p_63729_) Constructors in net.minecraft.advancements.critereon with parameters of type ResourceLocationModifierConstructorDescriptionTriggerInstance(Optional<ContextAwarePredicate> player, ResourceLocation lootTable) Creates an instance of aTriggerInstancerecord class.TriggerInstance(Optional<ContextAwarePredicate> player, ResourceLocation recipeId, List<ItemPredicate> ingredients) Creates an instance of aTriggerInstancerecord class.TriggerInstance(Optional<ContextAwarePredicate> player, ResourceLocation recipe) Creates an instance of aTriggerInstancerecord class.Constructor parameters in net.minecraft.advancements.critereon with type arguments of type ResourceLocationModifierConstructorDescriptionPlayerPredicate(MinMaxBounds.Ints level, Optional<GameType> gameType, List<PlayerPredicate.StatMatcher<?>> stats, it.unimi.dsi.fastutil.objects.Object2BooleanMap<ResourceLocation> recipes, Map<ResourceLocation, PlayerPredicate.AdvancementPredicate> advancements, Optional<EntityPredicate> lookingAt) Creates an instance of aPlayerPredicaterecord class.PlayerPredicate(MinMaxBounds.Ints level, Optional<GameType> gameType, List<PlayerPredicate.StatMatcher<?>> stats, it.unimi.dsi.fastutil.objects.Object2BooleanMap<ResourceLocation> recipes, Map<ResourceLocation, PlayerPredicate.AdvancementPredicate> advancements, Optional<EntityPredicate> lookingAt) Creates an instance of aPlayerPredicaterecord class. -
Uses of ResourceLocation in net.minecraft.client
Fields in net.minecraft.client declared as ResourceLocationModifier and TypeFieldDescriptionstatic final ResourceLocationMinecraft.ALT_FONTstatic final ResourceLocationMinecraft.DEFAULT_FONTprivate final ResourceLocationPeriodicNotificationManager.notificationsprivate static final ResourceLocationMinecraft.REGIONAL_COMPLIANCIESfinal ResourceLocationGuiMessageTag.Icon.spritestatic final ResourceLocationMinecraft.UNIFORM_FONTMethods in net.minecraft.client that return types with arguments of type ResourceLocationMethods in net.minecraft.client with parameters of type ResourceLocationModifier and TypeMethodDescriptionprivate voidKeyboardHandler.copyCreateEntityCommand(ResourceLocation p_90923_, Vec3 p_90924_, CompoundTag p_90925_) Minecraft.getTextureAtlas(ResourceLocation p_91259_) Constructors in net.minecraft.client with parameters of type ResourceLocationModifierConstructorDescriptionprivateIcon(ResourceLocation p_297981_, int p_240599_, int p_240544_) PeriodicNotificationManager(ResourceLocation p_205293_, it.unimi.dsi.fastutil.objects.Object2BooleanFunction<String> p_205294_) -
Uses of ResourceLocation in net.minecraft.client.gui
Fields in net.minecraft.client.gui declared as ResourceLocationModifier and TypeFieldDescriptionprotected static final ResourceLocationprotected static final ResourceLocationGui.AIR_SPRITEprotected static final ResourceLocationprotected static final ResourceLocationprotected static final ResourceLocationprotected static final ResourceLocationprotected static final ResourceLocationprotected static final ResourceLocationprotected static final ResourceLocationGui.CROSSHAIR_SPRITEprotected static final ResourceLocationprotected static final ResourceLocationprotected static final ResourceLocationprotected static final ResourceLocationprotected static final ResourceLocationprotected static final ResourceLocationprotected static final ResourceLocationprotected static final ResourceLocationGui.FOOD_FULL_SPRITEprotected static final ResourceLocationprotected static final ResourceLocationGui.FOOD_HALF_SPRITEprivate final ResourceLocationGui.HeartType.fullprivate final ResourceLocationGui.HeartType.fullBlinkingprivate final ResourceLocationGui.HeartType.halfprivate final ResourceLocationGui.HeartType.halfBlinkingprivate final ResourceLocationGui.HeartType.hardcoreFullprivate final ResourceLocationGui.HeartType.hardcoreFullBlinkingprivate final ResourceLocationGui.HeartType.hardcoreHalfprivate final ResourceLocationGui.HeartType.hardcoreHalfBlinkingprotected static final ResourceLocationprotected static final ResourceLocationprotected static final ResourceLocationprotected static final ResourceLocationprotected static final ResourceLocationprotected static final ResourceLocationprotected static final ResourceLocationprotected static final ResourceLocationprotected static final ResourceLocationGui.HOTBAR_SPRITEprotected static final ResourceLocationprotected static final ResourceLocationprotected static final ResourceLocationprivate static final ResourceLocationMapRenderer.MAP_ICONS_LOCATIONprotected static final ResourceLocationprotected static final ResourceLocationprotected static final ResourceLocationprotected static final ResourceLocationFields in net.minecraft.client.gui with type parameters of type ResourceLocationMethods in net.minecraft.client.gui that return ResourceLocationModifier and TypeMethodDescriptionGui.HeartType.getSprite(boolean p_297692_, boolean p_299675_, boolean p_299889_) Methods in net.minecraft.client.gui with parameters of type ResourceLocationModifier and TypeMethodDescriptionvoidGuiGraphics.blit(ResourceLocation p_283272_, int p_283605_, int p_281879_, float p_282809_, float p_282942_, int p_281922_, int p_282385_, int p_282596_, int p_281699_) voidGuiGraphics.blit(ResourceLocation p_283573_, int p_283574_, int p_283670_, int p_283545_, float p_283029_, float p_283061_, int p_282845_, int p_282558_, int p_282832_, int p_281851_) voidGuiGraphics.blit(ResourceLocation p_282034_, int p_283671_, int p_282377_, int p_282058_, int p_281939_, float p_282285_, float p_283199_, int p_282186_, int p_282322_, int p_282481_, int p_281887_) voidGuiGraphics.blit(ResourceLocation p_283377_, int p_281970_, int p_282111_, int p_283134_, int p_282778_, int p_281478_, int p_281821_) (package private) voidGuiGraphics.blit(ResourceLocation p_282639_, int p_282732_, int p_283541_, int p_281760_, int p_283298_, int p_283429_, int p_282193_, int p_281980_, float p_282660_, float p_281522_, int p_282315_, int p_281436_) voidGuiGraphics.blitSprite(ResourceLocation p_300860_, int p_298718_, int p_298541_, int p_300996_, int p_298426_) voidGuiGraphics.blitSprite(ResourceLocation p_299503_, int p_297264_, int p_301178_, int p_297744_, int p_299331_, int p_300334_) voidGuiGraphics.blitSprite(ResourceLocation p_298820_, int p_300417_, int p_298256_, int p_299965_, int p_300008_, int p_299688_, int p_300153_, int p_299047_, int p_298424_) voidGuiGraphics.blitSprite(ResourceLocation p_300222_, int p_301241_, int p_298760_, int p_299400_, int p_299966_, int p_298806_, int p_298412_, int p_300874_, int p_297763_, int p_300904_) (package private) FontSetFont.getFontSet(ResourceLocation p_92864_) GuiSpriteManager.getSprite(ResourceLocation p_298308_) (package private) voidGuiGraphics.innerBlit(ResourceLocation p_283461_, int p_281399_, int p_283222_, int p_283615_, int p_283430_, int p_281729_, float p_283247_, float p_282598_, float p_282883_, float p_283017_) (package private) voidGuiGraphics.innerBlit(ResourceLocation p_283254_, int p_283092_, int p_281930_, int p_282113_, int p_281388_, int p_283583_, float p_281327_, float p_281676_, float p_283166_, float p_282630_, float p_282800_, float p_282850_, float p_282375_, float p_282754_) protected voidGui.renderTextureOverlay(GuiGraphics p_282304_, ResourceLocation p_281622_, float p_281504_) Constructors in net.minecraft.client.gui with parameters of type ResourceLocationModifierConstructorDescriptionprivateHeartType(ResourceLocation p_300867_, ResourceLocation p_300697_, ResourceLocation p_297618_, ResourceLocation p_298356_, ResourceLocation p_300264_, ResourceLocation p_299924_, ResourceLocation p_297755_, ResourceLocation p_298658_) Constructor parameters in net.minecraft.client.gui with type arguments of type ResourceLocationModifierConstructorDescriptionFont(Function<ResourceLocation, FontSet> p_243253_, boolean p_243245_) -
Uses of ResourceLocation in net.minecraft.client.gui.components
Fields in net.minecraft.client.gui.components declared as ResourceLocationModifier and TypeFieldDescriptionprivate static final ResourceLocationPopupScreen.BACKGROUND_SPRITEprivate static final ResourceLocation[]BossHealthOverlay.BAR_BACKGROUND_SPRITESprivate static final ResourceLocation[]BossHealthOverlay.BAR_PROGRESS_SPRITESprivate static final ResourceLocationCheckbox.CHECKBOX_HIGHLIGHTED_SPRITEprivate static final ResourceLocationCheckbox.CHECKBOX_SELECTED_HIGHLIGHTED_SPRITEprivate static final ResourceLocationCheckbox.CHECKBOX_SELECTED_SPRITEprivate static final ResourceLocationCheckbox.CHECKBOX_SPRITEprivate final ResourceLocationWidgetSprites.disabledThe field for thedisabledrecord component.private final ResourceLocationWidgetSprites.disabledFocusedThe field for thedisabledFocusedrecord component.static final ResourceLocationLogoRenderer.EASTER_EGG_LOGOprivate final ResourceLocationWidgetSprites.enabledThe field for theenabledrecord component.private final ResourceLocationWidgetSprites.enabledFocusedThe field for theenabledFocusedrecord component.private static final ResourceLocationPlayerTabOverlay.HEART_ABSORBING_FULL_BLINKING_SPRITEprivate static final ResourceLocationPlayerTabOverlay.HEART_ABSORBING_HALF_BLINKING_SPRITEprivate static final ResourceLocationPlayerTabOverlay.HEART_CONTAINER_BLINKING_SPRITEprivate static final ResourceLocationPlayerTabOverlay.HEART_CONTAINER_SPRITEprivate static final ResourceLocationPlayerTabOverlay.HEART_FULL_BLINKING_SPRITEprivate static final ResourceLocationPlayerTabOverlay.HEART_FULL_SPRITEprivate static final ResourceLocationPlayerTabOverlay.HEART_HALF_BLINKING_SPRITEprivate static final ResourceLocationPlayerTabOverlay.HEART_HALF_SPRITEprivate static final ResourceLocationAbstractSliderButton.HIGHLIGHTED_SPRITEprivate ResourceLocationPopupScreen.Builder.imageprivate final ResourceLocationPopupScreen.imagestatic final ResourceLocationLogoRenderer.MINECRAFT_EDITIONstatic final ResourceLocationLogoRenderer.MINECRAFT_LOGOprivate static final ResourceLocation[]BossHealthOverlay.OVERLAY_BACKGROUND_SPRITESprivate static final ResourceLocation[]BossHealthOverlay.OVERLAY_PROGRESS_SPRITESprivate static final ResourceLocationPlayerTabOverlay.PING_1_SPRITEprivate static final ResourceLocationPlayerTabOverlay.PING_2_SPRITEprivate static final ResourceLocationPlayerTabOverlay.PING_3_SPRITEprivate static final ResourceLocationPlayerTabOverlay.PING_4_SPRITEprivate static final ResourceLocationPlayerTabOverlay.PING_5_SPRITEprivate static final ResourceLocationPlayerTabOverlay.PING_UNKNOWN_SPRITEprivate static final ResourceLocationAbstractScrollWidget.SCROLLER_SPRITEprivate static final ResourceLocationAbstractSelectionList.SCROLLER_SPRITEprivate static final ResourceLocationAbstractSliderButton.SLIDER_HANDLE_HIGHLIGHTED_SPRITEprivate static final ResourceLocationAbstractSliderButton.SLIDER_HANDLE_SPRITEprivate static final ResourceLocationAbstractSliderButton.SLIDER_SPRITEprivate final ResourceLocationImageWidget.Sprite.sprite(package private) final ResourceLocationLockIconButton.Icon.spriteprivate ResourceLocationSpriteIconButton.Builder.spriteprotected final ResourceLocationSpriteIconButton.spriteprivate final ResourceLocationImageWidget.Texture.textureMethods in net.minecraft.client.gui.components that return ResourceLocationModifier and TypeMethodDescriptionWidgetSprites.disabled()Returns the value of thedisabledrecord component.WidgetSprites.disabledFocused()Returns the value of thedisabledFocusedrecord component.WidgetSprites.enabled()Returns the value of theenabledrecord component.WidgetSprites.enabledFocused()Returns the value of theenabledFocusedrecord component.WidgetSprites.get(boolean p_299771_, boolean p_299716_) protected ResourceLocationAbstractSliderButton.getHandleSprite()protected ResourceLocationAbstractSliderButton.getSprite()Methods in net.minecraft.client.gui.components with parameters of type ResourceLocationModifier and TypeMethodDescriptionstatic voidPlayerFaceRenderer.draw(GuiGraphics p_281827_, ResourceLocation p_281637_, int p_282126_, int p_281693_, int p_281565_) static voidPlayerFaceRenderer.draw(GuiGraphics p_283244_, ResourceLocation p_281495_, int p_282035_, int p_282441_, int p_281801_, boolean p_283149_, boolean p_283555_) private voidBossHealthOverlay.drawBar(GuiGraphics p_281657_, int p_283675_, int p_282498_, BossEvent p_281288_, int p_283619_, ResourceLocation[] p_298746_, ResourceLocation[] p_298698_) private static voidPlayerFaceRenderer.drawHat(GuiGraphics p_282228_, ResourceLocation p_282835_, int p_282585_, int p_282234_, int p_282576_, boolean p_281523_) PopupScreen.Builder.setImage(ResourceLocation p_309878_) static ImageWidgetImageWidget.sprite(int p_299633_, int p_299377_, ResourceLocation p_298615_) SpriteIconButton.Builder.sprite(ResourceLocation p_298738_, int p_301308_, int p_297593_) static ImageWidgetImageWidget.texture(int p_298293_, int p_301221_, ResourceLocation p_299739_, int p_297694_, int p_300459_) Constructors in net.minecraft.client.gui.components with parameters of type ResourceLocationModifierConstructorDescriptionprotectedCenteredIcon(int p_300200_, int p_299056_, Component p_298209_, int p_300001_, int p_298255_, ResourceLocation p_298326_, Button.OnPress p_298485_) privateIcon(ResourceLocation p_301150_) (package private)PopupScreen(Screen p_311716_, int p_312972_, ResourceLocation p_312263_, Component p_311243_, Component p_313078_, List<PopupScreen.ButtonOption> p_312924_, Runnable p_309530_) Sprite(int p_299930_, int p_297218_, int p_298462_, int p_297563_, ResourceLocation p_299269_) (package private)SpriteIconButton(int p_297620_, int p_300275_, Component p_297544_, int p_298263_, int p_299223_, ResourceLocation p_297738_, Button.OnPress p_297736_) protectedTextAndIcon(int p_299028_, int p_300372_, Component p_297448_, int p_300274_, int p_301370_, ResourceLocation p_298996_, Button.OnPress p_298623_) Texture(int p_299083_, int p_301299_, int p_299901_, int p_299822_, ResourceLocation p_299550_, int p_298841_, int p_297816_) WidgetSprites(ResourceLocation p_301376_, ResourceLocation p_300804_) WidgetSprites(ResourceLocation p_299833_, ResourceLocation p_299508_, ResourceLocation p_300439_) WidgetSprites(ResourceLocation enabled, ResourceLocation disabled, ResourceLocation enabledFocused, ResourceLocation disabledFocused) Creates an instance of aWidgetSpritesrecord class. -
Uses of ResourceLocation in net.minecraft.client.gui.components.spectator
Fields in net.minecraft.client.gui.components.spectator declared as ResourceLocationModifier and TypeFieldDescriptionprivate static final ResourceLocationSpectatorGui.HOTBAR_SELECTION_SPRITEprivate static final ResourceLocationSpectatorGui.HOTBAR_SPRITE -
Uses of ResourceLocation in net.minecraft.client.gui.components.toasts
Fields in net.minecraft.client.gui.components.toasts declared as ResourceLocationModifier and TypeFieldDescriptionprivate static final ResourceLocationAdvancementToast.BACKGROUND_SPRITEprivate static final ResourceLocationRecipeToast.BACKGROUND_SPRITEprivate static final ResourceLocationSystemToast.BACKGROUND_SPRITEprivate static final ResourceLocationTutorialToast.BACKGROUND_SPRITEprivate final ResourceLocationTutorialToast.Icons.spriteConstructors in net.minecraft.client.gui.components.toasts with parameters of type ResourceLocation -
Uses of ResourceLocation in net.minecraft.client.gui.font
Fields in net.minecraft.client.gui.font declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationFontManager.BuilderId.fontIdThe field for thefontIdrecord component.private final ResourceLocationFontManager.UnresolvedBuilderBundle.fontIdThe field for thefontIdrecord component.static final ResourceLocationFontManager.MISSING_FONTprivate final ResourceLocationFontSet.nameFields in net.minecraft.client.gui.font with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Set<ResourceLocation>FontManager.UnresolvedBuilderBundle.dependenciesThe field for thedependenciesrecord component.private final Map<ResourceLocation,FontSet> FontManager.fontSetsprivate final Map<ResourceLocation,List<GlyphProvider>> FontManager.Preparation.providersThe field for theprovidersrecord component.private Map<ResourceLocation,ResourceLocation> FontManager.renamesprivate Map<ResourceLocation,ResourceLocation> FontManager.renamesprivate final com.mojang.datafixers.util.Either<CompletableFuture<Optional<GlyphProvider>>,ResourceLocation> FontManager.BuilderResult.resultThe field for theresultrecord component.Methods in net.minecraft.client.gui.font that return ResourceLocationModifier and TypeMethodDescriptionFontManager.BuilderId.fontId()Returns the value of thefontIdrecord component.FontManager.UnresolvedBuilderBundle.fontId()Returns the value of thefontIdrecord component.private ResourceLocationFontManager.getActualId(ResourceLocation p_285141_) Methods in net.minecraft.client.gui.font that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionFontManager.UnresolvedBuilderBundle.dependencies()Returns the value of thedependenciesrecord component.FontManager.Preparation.providers()Returns the value of theprovidersrecord component.private Map<ResourceLocation,List<GlyphProvider>> FontManager.resolveProviders(List<FontManager.UnresolvedBuilderBundle> p_285282_) com.mojang.datafixers.util.Either<CompletableFuture<Optional<GlyphProvider>>,ResourceLocation> FontManager.BuilderResult.result()Returns the value of theresultrecord component.Methods in net.minecraft.client.gui.font with parameters of type ResourceLocationModifier and TypeMethodDescriptionstatic GlyphRenderTypesGlyphRenderTypes.createForColorTexture(ResourceLocation p_285486_) static GlyphRenderTypesGlyphRenderTypes.createForIntensityTexture(ResourceLocation p_285411_) voidFontTexture.dumpContents(ResourceLocation p_285121_, Path p_285511_) private ResourceLocationFontManager.getActualId(ResourceLocation p_285141_) private static List<com.mojang.datafixers.util.Pair<FontManager.BuilderId,GlyphProviderDefinition>> FontManager.loadResourceStack(List<Resource> p_284976_, ResourceLocation p_285272_) Method parameters in net.minecraft.client.gui.font with type arguments of type ResourceLocationModifier and TypeMethodDescriptionFontManager.BuilderResult.resolve(Function<ResourceLocation, List<GlyphProvider>> p_284942_) FontManager.UnresolvedBuilderBundle.resolve(Function<ResourceLocation, List<GlyphProvider>> p_285118_) voidFontManager.setRenames(Map<ResourceLocation, ResourceLocation> p_95012_) voidFontManager.setRenames(Map<ResourceLocation, ResourceLocation> p_95012_) voidFontManager.UnresolvedBuilderBundle.visitOptionalDependencies(Consumer<ResourceLocation> p_285405_) voidFontManager.UnresolvedBuilderBundle.visitRequiredDependencies(Consumer<ResourceLocation> p_285391_) Constructors in net.minecraft.client.gui.font with parameters of type ResourceLocationModifierConstructorDescription(package private)BuilderId(ResourceLocation fontId, String pack, int index) Creates an instance of aBuilderIdrecord class.FontSet(TextureManager p_95062_, ResourceLocation p_95063_) UnresolvedBuilderBundle(ResourceLocation p_284984_) (package private)UnresolvedBuilderBundle(ResourceLocation fontId, List<FontManager.BuilderResult> builders, Set<ResourceLocation> dependencies) Creates an instance of aUnresolvedBuilderBundlerecord class.Constructor parameters in net.minecraft.client.gui.font with type arguments of type ResourceLocationModifierConstructorDescription(package private)BuilderResult(FontManager.BuilderId id, com.mojang.datafixers.util.Either<CompletableFuture<Optional<GlyphProvider>>, ResourceLocation> result) Creates an instance of aBuilderResultrecord class.(package private)Preparation(Map<ResourceLocation, List<GlyphProvider>> providers, List<GlyphProvider> allProviders) Creates an instance of aPreparationrecord class.(package private)UnresolvedBuilderBundle(ResourceLocation fontId, List<FontManager.BuilderResult> builders, Set<ResourceLocation> dependencies) Creates an instance of aUnresolvedBuilderBundlerecord class. -
Uses of ResourceLocation in net.minecraft.client.gui.font.providers
Fields in net.minecraft.client.gui.font.providers declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationBitmapProvider.Definition.fileThe field for thefilerecord component.private final ResourceLocationUnihexProvider.Definition.hexFileprivate final ResourceLocationGlyphProviderDefinition.Reference.idThe field for theidrecord component.private final ResourceLocationProviderReferenceDefinition.idThe field for theidrecord component.private final ResourceLocationTrueTypeGlyphProviderDefinition.locationThe field for thelocationrecord component.Methods in net.minecraft.client.gui.font.providers that return ResourceLocationModifier 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 ResourceLocationModifierConstructorDescriptionDefinition(ResourceLocation file, int height, int ascent, int[][] codepointGrid) Creates an instance of aDefinitionrecord class.privateDefinition(ResourceLocation p_286378_, List<UnihexProvider.OverrideRange> p_286770_) Creates an instance of aProviderReferenceDefinitionrecord class.Creates an instance of aReferencerecord class.TrueTypeGlyphProviderDefinition(ResourceLocation location, float size, float oversample, TrueTypeGlyphProviderDefinition.Shift shift, String skip) Creates an instance of aTrueTypeGlyphProviderDefinitionrecord class. -
Uses of ResourceLocation in net.minecraft.client.gui.screens
Fields in net.minecraft.client.gui.screens declared as ResourceLocationModifier and TypeFieldDescriptionstatic final ResourceLocationScreen.BACKGROUND_LOCATIONprivate static final ResourceLocationDemoIntroScreen.DEMO_BACKGROUND_LOCATIONprivate static final ResourceLocationDeathScreen.DRAFT_REPORT_SPRITEprivate static final ResourceLocationPauseScreen.DRAFT_REPORT_SPRITEprivate static final ResourceLocationFaviconTexture.MISSING_LOCATION(package private) static final ResourceLocationLoadingOverlay.MOJANG_STUDIOS_LOGO_LOCATIONprivate static final ResourceLocationTitleScreen.PANORAMA_OVERLAY(package private) static final ResourceLocationCreateFlatWorldScreen.SLOT_SPRITE(package private) static final ResourceLocationPresetFlatWorldScreen.SLOT_SPRITEprivate static final ResourceLocationPresetFlatWorldScreen.PresetsList.Entry.STATS_ICON_LOCATIONprivate final ResourceLocationFaviconTexture.textureLocationprivate static final ResourceLocationWinScreen.VIGNETTE_LOCATIONMethods in net.minecraft.client.gui.screens that return ResourceLocationConstructors in net.minecraft.client.gui.screens with parameters of type ResourceLocationModifierConstructorDescriptionprivateFaviconTexture(TextureManager p_289556_, ResourceLocation p_289549_) -
Uses of ResourceLocation in net.minecraft.client.gui.screens.achievement
Fields in net.minecraft.client.gui.screens.achievement declared as ResourceLocationModifier and TypeFieldDescription(package private) static final ResourceLocationStatsScreen.HEADER_SPRITEprivate final ResourceLocation[]StatsScreen.ItemStatisticsList.iconSprites(package private) static final ResourceLocationStatsScreen.SLOT_SPRITE(package private) static final ResourceLocationStatsScreen.SORT_DOWN_SPRITE(package private) static final ResourceLocationStatsScreen.SORT_UP_SPRITEFields in net.minecraft.client.gui.screens.achievement with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Stat<ResourceLocation>StatsScreen.GeneralStatisticsList.Entry.statMethods in net.minecraft.client.gui.screens.achievement with parameters of type ResourceLocationModifier and TypeMethodDescription(package private) voidStatsScreen.blitSlotIcon(GuiGraphics p_281402_, int p_283145_, int p_283100_, ResourceLocation p_299088_) Method parameters in net.minecraft.client.gui.screens.achievement with type arguments of type ResourceLocationModifier and TypeMethodDescription(package private) static StringStatsScreen.getTranslationKey(Stat<ResourceLocation> p_96947_) Constructor parameters in net.minecraft.client.gui.screens.achievement with type arguments of type ResourceLocation -
Uses of ResourceLocation in net.minecraft.client.gui.screens.advancements
Fields in net.minecraft.client.gui.screens.advancements declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationAdvancementWidgetType.boxSpriteprivate final ResourceLocationAdvancementWidgetType.challengeFrameSpriteprivate final ResourceLocationAdvancementTabType.Sprites.firstThe field for thefirstrecord component.private final ResourceLocationAdvancementWidgetType.goalFrameSpriteprivate final ResourceLocationAdvancementTabType.Sprites.lastThe field for thelastrecord component.private final ResourceLocationAdvancementTabType.Sprites.middleThe field for themiddlerecord component.private final ResourceLocationAdvancementWidgetType.taskFrameSpriteprivate static final ResourceLocationAdvancementWidget.TITLE_BOX_SPRITEprivate static final ResourceLocationAdvancementsScreen.WINDOW_LOCATIONMethods in net.minecraft.client.gui.screens.advancements that return ResourceLocationModifier and TypeMethodDescriptionAdvancementWidgetType.boxSprite()AdvancementTabType.Sprites.first()Returns the value of thefirstrecord component.AdvancementWidgetType.frameSprite(AdvancementType p_311711_) 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 ResourceLocationModifierConstructorDescriptionprivateAdvancementWidgetType(ResourceLocation p_300112_, ResourceLocation p_300140_, ResourceLocation p_299008_, ResourceLocation p_301311_) (package private)Sprites(ResourceLocation first, ResourceLocation middle, ResourceLocation last) Creates an instance of aSpritesrecord class. -
Uses of ResourceLocation in net.minecraft.client.gui.screens.debug
Fields in net.minecraft.client.gui.screens.debug declared as ResourceLocationModifier and TypeFieldDescriptionprivate static final ResourceLocationGameModeSwitcherScreen.GAMEMODE_SWITCHER_LOCATION(package private) static final ResourceLocationGameModeSwitcherScreen.SELECTION_SPRITE(package private) static final ResourceLocationGameModeSwitcherScreen.SLOT_SPRITE -
Uses of ResourceLocation in net.minecraft.client.gui.screens.inventory
Fields in net.minecraft.client.gui.screens.inventory declared as ResourceLocationModifier and TypeFieldDescriptionprivate static final ResourceLocationEnchantmentNames.ALT_FONTprivate static final ResourceLocationAnvilScreen.ANVIL_LOCATIONprivate static final ResourceLocationHorseInventoryScreen.ARMOR_SLOT_SPRITEprivate static final ResourceLocationLoomScreen.BANNER_SLOT_SPRITEprivate static final ResourceLocationBeaconScreen.BEACON_LOCATIONprivate static final ResourceLocationCartographyTableScreen.BG_LOCATIONprivate static final ResourceLocationLoomScreen.BG_LOCATIONprivate static final ResourceLocationStonecutterScreen.BG_LOCATIONstatic final ResourceLocationBookViewScreen.BOOK_LOCATIONprivate static final ResourceLocationBrewingStandScreen.BREW_PROGRESS_SPRITEprivate static final ResourceLocationBrewingStandScreen.BREWING_STAND_LOCATIONprivate static final ResourceLocationBrewingStandScreen.BUBBLES_SPRITEprivate static final ResourceLocationBlastFurnaceScreen.BURN_PROGRESS_SPRITEprivate static final ResourceLocationFurnaceScreen.BURN_PROGRESS_SPRITEprivate static final ResourceLocationSmokerScreen.BURN_PROGRESS_SPRITEprivate final ResourceLocationAbstractFurnaceScreen.burnProgressSprite(package private) static final ResourceLocationBeaconScreen.BUTTON_DISABLED_SPRITE(package private) static final ResourceLocationBeaconScreen.BUTTON_HIGHLIGHTED_SPRITE(package private) static final ResourceLocationBeaconScreen.BUTTON_SELECTED_SPRITE(package private) static final ResourceLocationBeaconScreen.BUTTON_SPRITE(package private) static final ResourceLocationBeaconScreen.CANCEL_SPRITEprivate static final ResourceLocationHorseInventoryScreen.CHEST_SLOTS_SPRITE(package private) static final ResourceLocationBeaconScreen.CONFIRM_SPRITEprivate static final ResourceLocationContainerScreen.CONTAINER_BACKGROUNDprivate static final ResourceLocationCrafterScreen.CONTAINER_LOCATIONprivate static final ResourceLocationDispenserScreen.CONTAINER_LOCATIONprivate static final ResourceLocationShulkerBoxScreen.CONTAINER_TEXTUREprivate static final ResourceLocationCraftingScreen.CRAFTING_TABLE_LOCATIONprivate static final ResourceLocation[]EnchantmentScreen.DISABLED_LEVEL_SPRITESprivate static final ResourceLocationCrafterScreen.DISABLED_SLOT_LOCATION_SPRITEprivate static final ResourceLocationMerchantScreen.DISCOUNT_STRIKETHRUOGH_SPRITEprivate static final ResourceLocationCartographyTableScreen.DUPLICATED_MAP_SPRITEprivate static final ResourceLocationLoomScreen.DYE_SLOT_SPRITEprivate static final ResourceLocationEffectRenderingInventoryScreen.EFFECT_BACKGROUND_LARGE_SPRITEprivate static final ResourceLocationEffectRenderingInventoryScreen.EFFECT_BACKGROUND_SMALL_SPRITEprivate static final ResourceLocationSmithingScreen.EMPTY_SLOT_SMITHING_TEMPLATE_ARMOR_TRIMprivate static final ResourceLocationSmithingScreen.EMPTY_SLOT_SMITHING_TEMPLATE_NETHERITE_UPGRADEprivate static final ResourceLocation[]EnchantmentScreen.ENABLED_LEVEL_SPRITESprivate static final ResourceLocationEnchantmentScreen.ENCHANTING_BOOK_LOCATIONprivate static final ResourceLocationEnchantmentScreen.ENCHANTING_TABLE_LOCATIONprivate static final ResourceLocationEnchantmentScreen.ENCHANTMENT_SLOT_DISABLED_SPRITEprivate static final ResourceLocationEnchantmentScreen.ENCHANTMENT_SLOT_HIGHLIGHTED_SPRITEprivate static final ResourceLocationEnchantmentScreen.ENCHANTMENT_SLOT_SPRITEprivate static final ResourceLocationAnvilScreen.ERROR_SPRITEprivate static final ResourceLocationCartographyTableScreen.ERROR_SPRITEprivate static final ResourceLocationGrindstoneScreen.ERROR_SPRITEprivate static final ResourceLocationLoomScreen.ERROR_SPRITEprivate static final ResourceLocationSmithingScreen.ERROR_SPRITEprivate static final ResourceLocationMerchantScreen.EXPERIENCE_BAR_BACKGROUND_SPRITEprivate static final ResourceLocationMerchantScreen.EXPERIENCE_BAR_CURRENT_SPRITEprivate static final ResourceLocationMerchantScreen.EXPERIENCE_BAR_RESULT_SPRITEprivate static final ResourceLocationBrewingStandScreen.FUEL_LENGTH_SPRITEprivate static final ResourceLocationGrindstoneScreen.GRINDSTONE_LOCATIONprivate static final ResourceLocationHopperScreen.HOPPER_LOCATIONprivate static final ResourceLocationHorseInventoryScreen.HORSE_INVENTORY_LOCATIONstatic final ResourceLocationAbstractContainerScreen.INVENTORY_LOCATIONprivate static final ResourceLocationBlastFurnaceScreen.LIT_PROGRESS_SPRITEprivate static final ResourceLocationFurnaceScreen.LIT_PROGRESS_SPRITEprivate static final ResourceLocationSmokerScreen.LIT_PROGRESS_SPRITEprivate final ResourceLocationAbstractFurnaceScreen.litProgressSpriteprivate static final ResourceLocationHorseInventoryScreen.LLAMA_ARMOR_SLOT_SPRITEprivate static final ResourceLocationCartographyTableScreen.LOCKED_SPRITEprivate static final ResourceLocationCartographyTableScreen.MAP_SPRITEprivate final ResourceLocationItemCombinerScreen.menuResourceprivate static final ResourceLocationMerchantScreen.OUT_OF_STOCK_SPRITEprivate static final ResourceLocationPageButton.PAGE_BACKWARD_HIGHLIGHTED_SPRITEprivate static final ResourceLocationPageButton.PAGE_BACKWARD_SPRITEprivate static final ResourceLocationPageButton.PAGE_FORWARD_HIGHLIGHTED_SPRITEprivate static final ResourceLocationPageButton.PAGE_FORWARD_SPRITEprivate static final ResourceLocationLoomScreen.PATTERN_HIGHLIGHTED_SPRITEprivate static final ResourceLocationLoomScreen.PATTERN_SELECTED_SPRITEprivate static final ResourceLocationLoomScreen.PATTERN_SLOT_SPRITEprivate static final ResourceLocationLoomScreen.PATTERN_SPRITEprivate static final ResourceLocationCrafterScreen.POWERED_REDSTONE_LOCATION_SPRITEprivate static final ResourceLocationStonecutterScreen.RECIPE_HIGHLIGHTED_SPRITEprivate static final ResourceLocationStonecutterScreen.RECIPE_SELECTED_SPRITEprivate static final ResourceLocationStonecutterScreen.RECIPE_SPRITEprivate static final ResourceLocationHorseInventoryScreen.SADDLE_SLOT_SPRITEprivate static final ResourceLocationCartographyTableScreen.SCALED_MAP_SPRITEprivate static final ResourceLocationCreativeModeInventoryScreen.SCROLLER_DISABLED_SPRITEprivate static final ResourceLocationLoomScreen.SCROLLER_DISABLED_SPRITEprivate static final ResourceLocationMerchantScreen.SCROLLER_DISABLED_SPRITEprivate static final ResourceLocationStonecutterScreen.SCROLLER_DISABLED_SPRITEprivate static final ResourceLocationCreativeModeInventoryScreen.SCROLLER_SPRITEprivate static final ResourceLocationLoomScreen.SCROLLER_SPRITEprivate static final ResourceLocationMerchantScreen.SCROLLER_SPRITEprivate static final ResourceLocationStonecutterScreen.SCROLLER_SPRITEprivate static final ResourceLocation[]CreativeModeInventoryScreen.SELECTED_BOTTOM_TABSprivate static final ResourceLocation[]CreativeModeInventoryScreen.SELECTED_TOP_TABSprivate final ResourceLocationBeaconScreen.BeaconSpriteScreenButton.spriteprivate static final ResourceLocationAnvilScreen.TEXT_FIELD_DISABLED_SPRITEprivate static final ResourceLocationAnvilScreen.TEXT_FIELD_SPRITEprivate final ResourceLocationAbstractFurnaceScreen.textureprivate final ResourceLocationHangingSignEditScreen.textureprivate static final ResourceLocationBlastFurnaceScreen.TEXTUREprivate static final ResourceLocationFurnaceScreen.TEXTUREprivate static final ResourceLocationSmokerScreen.TEXTUREprivate static final ResourceLocationMerchantScreen.TRADE_ARROW_OUT_OF_STOCK_SPRITEprivate static final ResourceLocationMerchantScreen.TRADE_ARROW_SPRITEprivate static final ResourceLocationCrafterScreen.UNPOWERED_REDSTONE_LOCATION_SPRITEprivate static final ResourceLocation[]CreativeModeInventoryScreen.UNSELECTED_BOTTOM_TABSprivate static final ResourceLocation[]CreativeModeInventoryScreen.UNSELECTED_TOP_TABSprivate static final ResourceLocationMerchantScreen.VILLAGER_LOCATIONFields in net.minecraft.client.gui.screens.inventory with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate static final List<ResourceLocation>SmithingScreen.EMPTY_SLOT_SMITHING_TEMPLATESprivate List<ResourceLocation>CyclingSlotBackground.iconsMethods in net.minecraft.client.gui.screens.inventory that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Pair<ResourceLocation,ResourceLocation> CreativeModeInventoryScreen.SlotWrapper.getNoItemIcon()com.mojang.datafixers.util.Pair<ResourceLocation,ResourceLocation> CreativeModeInventoryScreen.SlotWrapper.getNoItemIcon()Methods in net.minecraft.client.gui.screens.inventory with parameters of type ResourceLocationModifier and TypeMethodDescriptionprivate voidCyclingSlotBackground.renderIcon(Slot p_283532_, ResourceLocation p_283004_, float p_282627_, GuiGraphics p_282825_, int p_281375_, int p_283041_) CreativeModeInventoryScreen.SlotWrapper.setBackground(ResourceLocation atlas, ResourceLocation sprite) Method parameters in net.minecraft.client.gui.screens.inventory with type arguments of type ResourceLocationModifier and TypeMethodDescriptionvoidCyclingSlotBackground.tick(List<ResourceLocation> p_267074_) Constructors in net.minecraft.client.gui.screens.inventory with parameters of type ResourceLocationModifierConstructorDescriptionAbstractFurnaceScreen(T p_97825_, AbstractFurnaceRecipeBookComponent p_97826_, Inventory p_97827_, Component p_97828_, ResourceLocation p_97829_, ResourceLocation p_300101_, ResourceLocation p_299464_) protectedBeaconSpriteScreenButton(int p_169663_, int p_169664_, ResourceLocation p_299425_, Component p_169667_) ItemCombinerScreen(T p_98901_, Inventory p_98902_, Component p_98903_, ResourceLocation p_98904_) -
Uses of ResourceLocation in net.minecraft.client.gui.screens.inventory.tooltip
Fields in net.minecraft.client.gui.screens.inventory.tooltip declared as ResourceLocationModifier and TypeFieldDescriptionprivate static final ResourceLocationClientBundleTooltip.BACKGROUND_SPRITEfinal ResourceLocationClientBundleTooltip.Texture.spriteConstructors in net.minecraft.client.gui.screens.inventory.tooltip with parameters of type ResourceLocationModifierConstructorDescriptionprivateTexture(ResourceLocation p_300017_, int p_169928_, int p_169929_) -
Uses of ResourceLocation in net.minecraft.client.gui.screens.multiplayer
Fields in net.minecraft.client.gui.screens.multiplayer declared as ResourceLocationModifier and TypeFieldDescriptionprivate static final ResourceLocationServerSelectionList.ICON_MISSING(package private) static final ResourceLocationServerSelectionList.INCOMPATIBLE_SPRITE(package private) static final ResourceLocationServerSelectionList.JOIN_HIGHLIGHTED_SPRITE(package private) static final ResourceLocationServerSelectionList.JOIN_SPRITE(package private) static final ResourceLocationServerSelectionList.MOVE_DOWN_HIGHLIGHTED_SPRITE(package private) static final ResourceLocationServerSelectionList.MOVE_DOWN_SPRITE(package private) static final ResourceLocationServerSelectionList.MOVE_UP_HIGHLIGHTED_SPRITE(package private) static final ResourceLocationServerSelectionList.MOVE_UP_SPRITE(package private) static final ResourceLocationServerSelectionList.PING_1_SPRITE(package private) static final ResourceLocationServerSelectionList.PING_2_SPRITE(package private) static final ResourceLocationServerSelectionList.PING_3_SPRITE(package private) static final ResourceLocationServerSelectionList.PING_4_SPRITE(package private) static final ResourceLocationServerSelectionList.PING_5_SPRITE(package private) static final ResourceLocationServerSelectionList.PINGING_1_SPRITE(package private) static final ResourceLocationServerSelectionList.PINGING_2_SPRITE(package private) static final ResourceLocationServerSelectionList.PINGING_3_SPRITE(package private) static final ResourceLocationServerSelectionList.PINGING_4_SPRITE(package private) static final ResourceLocationServerSelectionList.PINGING_5_SPRITE(package private) static final ResourceLocationServerSelectionList.UNREACHABLE_SPRITEMethods in net.minecraft.client.gui.screens.multiplayer with parameters of type ResourceLocationModifier and TypeMethodDescriptionprotected voidServerSelectionList.OnlineServerEntry.drawIcon(GuiGraphics p_281338_, int p_283001_, int p_282834_, ResourceLocation p_282534_) -
Uses of ResourceLocation in net.minecraft.client.gui.screens.packs
Fields in net.minecraft.client.gui.screens.packs declared as ResourceLocationModifier and TypeFieldDescriptionprivate static final ResourceLocationPackSelectionScreen.DEFAULT_ICON(package private) static final ResourceLocationTransferableSelectionList.MOVE_DOWN_HIGHLIGHTED_SPRITE(package private) static final ResourceLocationTransferableSelectionList.MOVE_DOWN_SPRITE(package private) static final ResourceLocationTransferableSelectionList.MOVE_UP_HIGHLIGHTED_SPRITE(package private) static final ResourceLocationTransferableSelectionList.MOVE_UP_SPRITE(package private) static final ResourceLocationTransferableSelectionList.SELECT_HIGHLIGHTED_SPRITE(package private) static final ResourceLocationTransferableSelectionList.SELECT_SPRITE(package private) static final ResourceLocationTransferableSelectionList.UNSELECT_HIGHLIGHTED_SPRITE(package private) static final ResourceLocationTransferableSelectionList.UNSELECT_SPRITEFields in net.minecraft.client.gui.screens.packs with type parameters of type ResourceLocationModifier and TypeFieldDescription(package private) final Function<Pack,ResourceLocation> PackSelectionModel.iconGetterprivate final Map<String,ResourceLocation> PackSelectionScreen.packIconsMethods in net.minecraft.client.gui.screens.packs that return ResourceLocationModifier and TypeMethodDescriptionPackSelectionModel.Entry.getIconTexture()PackSelectionModel.EntryBase.getIconTexture()private ResourceLocationPackSelectionScreen.getPackIcon(Pack p_99990_) private ResourceLocationPackSelectionScreen.loadPackIcon(TextureManager p_100017_, Pack p_100018_) Constructor parameters in net.minecraft.client.gui.screens.packs with type arguments of type ResourceLocationModifierConstructorDescriptionPackSelectionModel(Runnable p_99909_, Function<Pack, ResourceLocation> p_99910_, PackRepository p_99911_, Consumer<PackRepository> p_99912_) -
Uses of ResourceLocation in net.minecraft.client.gui.screens.recipebook
Fields in net.minecraft.client.gui.screens.recipebook declared as ResourceLocationModifier and TypeFieldDescription(package private) static final ResourceLocationOverlayRecipeComponent.CRAFTING_OVERLAY_DISABLED_HIGHLIGHTED_SPRITE(package private) static final ResourceLocationOverlayRecipeComponent.CRAFTING_OVERLAY_DISABLED_SPRITE(package private) static final ResourceLocationOverlayRecipeComponent.CRAFTING_OVERLAY_HIGHLIGHTED_SPRITE(package private) static final ResourceLocationOverlayRecipeComponent.CRAFTING_OVERLAY_SPRITE(package private) static final ResourceLocationOverlayRecipeComponent.FURNACE_OVERLAY_DISABLED_HIGHLIGHTED_SPRITE(package private) static final ResourceLocationOverlayRecipeComponent.FURNACE_OVERLAY_DISABLED_SPRITE(package private) static final ResourceLocationOverlayRecipeComponent.FURNACE_OVERLAY_HIGHLIGHTED_SPRITE(package private) static final ResourceLocationOverlayRecipeComponent.FURNACE_OVERLAY_SPRITEprivate static final ResourceLocationOverlayRecipeComponent.OVERLAY_RECIPE_SPRITEprotected static final ResourceLocationRecipeBookComponent.RECIPE_BOOK_LOCATIONprivate static final ResourceLocationRecipeButton.SLOT_CRAFTABLE_SPRITEprivate static final ResourceLocationRecipeButton.SLOT_MANY_CRAFTABLE_SPRITEprivate static final ResourceLocationRecipeButton.SLOT_MANY_UNCRAFTABLE_SPRITEprivate static final ResourceLocationRecipeButton.SLOT_UNCRAFTABLE_SPRITE -
Uses of ResourceLocation in net.minecraft.client.gui.screens.reporting
Fields in net.minecraft.client.gui.screens.reporting declared as ResourceLocationModifier and TypeFieldDescription(package private) static final ResourceLocationChatSelectionScreen.CHECKMARK_SPRITE -
Uses of ResourceLocation in net.minecraft.client.gui.screens.social
Fields in net.minecraft.client.gui.screens.social declared as ResourceLocationModifier and TypeFieldDescriptionprivate static final ResourceLocationSocialInteractionsScreen.BACKGROUND_SPRITEprivate static final ResourceLocationPlayerEntry.DRAFT_REPORT_SPRITEprivate static final ResourceLocationSocialInteractionsScreen.SEARCH_SPRITE -
Uses of ResourceLocation in net.minecraft.client.gui.screens.worldselection
Fields in net.minecraft.client.gui.screens.worldselection declared as ResourceLocationModifier and TypeFieldDescription(package private) static final ResourceLocationWorldSelectionList.ERROR_HIGHLIGHTED_SPRITE(package private) static final ResourceLocationWorldSelectionList.ERROR_SPRITEstatic final ResourceLocationCreateWorldScreen.FOOTER_SEPERATORprivate static final ResourceLocationWorldSelectionList.FORGE_EXPERIMENTAL_WARNING_ICONstatic final ResourceLocationCreateWorldScreen.HEADER_SEPERATORprivate static final ResourceLocationWorldSelectionList.ICON_MISSING(package private) static final ResourceLocationWorldSelectionList.JOIN_HIGHLIGHTED_SPRITE(package private) static final ResourceLocationWorldSelectionList.JOIN_SPRITEstatic final ResourceLocationCreateWorldScreen.LIGHT_DIRT_BACKGROUND(package private) static final ResourceLocationWorldSelectionList.MARKED_JOIN_HIGHLIGHTED_SPRITE(package private) static final ResourceLocationWorldSelectionList.MARKED_JOIN_SPRITE(package private) static final ResourceLocationWorldSelectionList.WARNING_HIGHLIGHTED_SPRITE(package private) static final ResourceLocationWorldSelectionList.WARNING_SPRITE -
Uses of ResourceLocation in net.minecraft.client.gui.spectator
Fields in net.minecraft.client.gui.spectator declared as ResourceLocationModifier and TypeFieldDescription(package private) static final ResourceLocationSpectatorMenu.CLOSE_SPRITE(package private) static final ResourceLocationSpectatorMenu.SCROLL_LEFT_SPRITE(package private) static final ResourceLocationSpectatorMenu.SCROLL_RIGHT_SPRITE -
Uses of ResourceLocation in net.minecraft.client.gui.spectator.categories
Fields in net.minecraft.client.gui.spectator.categories declared as ResourceLocationModifier and TypeFieldDescriptionprivate static final ResourceLocationTeleportToPlayerMenuCategory.TELEPORT_TO_PLAYER_SPRITEprivate static final ResourceLocationTeleportToTeamMenuCategory.TELEPORT_TO_TEAM_SPRITE -
Uses of ResourceLocation in net.minecraft.client.model
Fields in net.minecraft.client.model declared as ResourceLocationFields in net.minecraft.client.model with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprotected final Function<ResourceLocation,RenderType> Model.renderTypeMethods in net.minecraft.client.model with parameters of type ResourceLocationConstructor parameters in net.minecraft.client.model with type arguments of type ResourceLocationModifierConstructorDescriptionAgeableHierarchicalModel(float p_273130_, float p_273302_, Function<ResourceLocation, RenderType> p_273636_) protectedAgeableListModel(Function<ResourceLocation, RenderType> p_102015_, boolean p_102016_, float p_102017_, float p_102018_, float p_102019_, float p_102020_, float p_102021_) protectedEntityModel(Function<ResourceLocation, RenderType> p_102613_) HierarchicalModel(Function<ResourceLocation, RenderType> p_170623_) HumanoidModel(ModelPart p_170679_, Function<ResourceLocation, RenderType> p_170680_) ListModel(Function<ResourceLocation, RenderType> p_103011_) Model(Function<ResourceLocation, RenderType> p_103110_) -
Uses of ResourceLocation in net.minecraft.client.model.geom
Fields in net.minecraft.client.model.geom declared as ResourceLocationMethods in net.minecraft.client.model.geom that return ResourceLocationConstructors in net.minecraft.client.model.geom with parameters of type ResourceLocation -
Uses of ResourceLocation in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionClientSuggestionProvider.getAvailableSounds()ClientSuggestionProvider.getRecipeNames()Methods in net.minecraft.client.multiplayer with parameters of type ResourceLocation -
Uses of ResourceLocation in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as ResourceLocationModifier and TypeFieldDescriptionprivate static final ResourceLocationParticleEngine.PARTICLES_ATLAS_INFOFields in net.minecraft.client.particle with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,ParticleProvider<?>> ParticleEngine.providersprivate final Map<ResourceLocation,ParticleEngine.MutableSpriteSet> ParticleEngine.spriteSetsprivate final List<ResourceLocation>ParticleDescription.texturesMethods in net.minecraft.client.particle that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionParticleDescription.getTextures()private Optional<List<ResourceLocation>>ParticleEngine.loadParticleDescription(ResourceLocation p_250648_, Resource p_248793_) Methods in net.minecraft.client.particle with parameters of type ResourceLocationModifier and TypeMethodDescriptionprivate Optional<List<ResourceLocation>>ParticleEngine.loadParticleDescription(ResourceLocation p_250648_, Resource p_248793_) Constructor parameters in net.minecraft.client.particle with type arguments of type ResourceLocation -
Uses of ResourceLocation in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as ResourceLocationModifier and TypeFieldDescriptionstatic final ResourceLocationSheets.ARMOR_TRIMS_SHEETstatic final ResourceLocationSheets.BANNER_SHEETstatic final ResourceLocationSheets.BED_SHEETstatic final ResourceLocationSheets.CHEST_SHEETprivate static final ResourceLocationLevelRenderer.CLOUDS_LOCATIONstatic final ResourceLocationSheets.DECORATED_POT_SHEET(package private) static final ResourceLocation[]GameRenderer.EFFECTSprivate static final ResourceLocationLevelRenderer.END_SKY_LOCATIONprivate static final ResourceLocationLevelRenderer.FORCEFIELD_LOCATIONprivate static final ResourceLocationGpuWarnlistManager.GPU_WARNLIST_LOCATIONprivate final ResourceLocation[]CubeMap.imagesprivate final ResourceLocationLightTexture.lightTextureLocationprivate static final ResourceLocationLevelRenderer.MOON_LOCATIONprivate static final ResourceLocationGameRenderer.NAUSEA_LOCATIONprivate static final ResourceLocationLevelRenderer.RAIN_LOCATIONstatic final ResourceLocationSheets.SHIELD_SHEETstatic final ResourceLocationSheets.SHULKER_SHEETstatic final ResourceLocationSheets.SIGN_SHEETprivate static final ResourceLocationLevelRenderer.SNOW_LOCATIONprivate static final ResourceLocationLevelRenderer.SUN_LOCATIONprivate static final ResourceLocationScreenEffectRenderer.UNDERWATER_LOCATIONFields in net.minecraft.client.renderer with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate static final Function<ResourceLocation,RenderType> RenderType.ARMOR_CUTOUT_NO_CULLprivate static final BiFunction<ResourceLocation,Boolean, RenderType> RenderType.BEACON_BEAMprivate final com.google.common.collect.ImmutableList.Builder<org.apache.commons.lang3.tuple.Triple<ResourceLocation,Boolean, Boolean>> RenderStateShard.MultiTextureStateShard.Builder.builderprivate final Map<ResourceLocation,Resource> GameRenderer.ResourceCache.cacheThe field for thecacherecord component.private static final Function<ResourceLocation,RenderType> RenderType.CRUMBLINGprivate final Optional<ResourceLocation>RenderStateShard.MultiTextureStateShard.cutoutTextureprivate static final Function<ResourceLocation,RenderType> RenderType.DRAGON_EXPLOSION_ALPHAprivate static final it.unimi.dsi.fastutil.objects.Object2ObjectMap<ResourceLocation,DimensionSpecialEffects> DimensionSpecialEffects.EFFECTSprivate static final Function<ResourceLocation,RenderType> RenderType.ENTITY_CUTOUTprivate static final BiFunction<ResourceLocation,Boolean, RenderType> RenderType.ENTITY_CUTOUT_NO_CULLprivate static final BiFunction<ResourceLocation,Boolean, RenderType> RenderType.ENTITY_CUTOUT_NO_CULL_Z_OFFSETprivate static final Function<ResourceLocation,RenderType> RenderType.ENTITY_DECALprivate static final Function<ResourceLocation,RenderType> RenderType.ENTITY_NO_OUTLINEprivate static final Function<ResourceLocation,RenderType> RenderType.ENTITY_SHADOWprivate static final Function<ResourceLocation,RenderType> RenderType.ENTITY_SMOOTH_CUTOUTprivate static final Function<ResourceLocation,RenderType> RenderType.ENTITY_SOLIDprivate static final BiFunction<ResourceLocation,Boolean, RenderType> RenderType.ENTITY_TRANSLUCENTprivate static final Function<ResourceLocation,RenderType> RenderType.ENTITY_TRANSLUCENT_CULLprivate static final BiFunction<ResourceLocation,Boolean, RenderType> RenderType.ENTITY_TRANSLUCENT_EMISSIVEprivate static final BiFunction<ResourceLocation,RenderStateShard.TransparencyStateShard, RenderType> RenderType.EYESprivate static final Function<ResourceLocation,RenderType> RenderType.ITEM_ENTITY_TRANSLUCENT_CULL(package private) static final BiFunction<ResourceLocation,RenderStateShard.CullStateShard, RenderType> RenderType.CompositeRenderType.OUTLINEprivate static final Function<ResourceLocation,RenderType> RenderType.TEXTprivate static final Function<ResourceLocation,RenderType> RenderType.TEXT_INTENSITYprivate static final Function<ResourceLocation,RenderType> RenderType.TEXT_INTENSITY_POLYGON_OFFSETprivate static final Function<ResourceLocation,RenderType> RenderType.TEXT_INTENSITY_SEE_THROUGHprivate static final Function<ResourceLocation,RenderType> RenderType.TEXT_POLYGON_OFFSETprivate static final Function<ResourceLocation,RenderType> RenderType.TEXT_SEE_THROUGHprivate final Optional<ResourceLocation>RenderStateShard.TextureStateShard.textureMethods in net.minecraft.client.renderer that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionGameRenderer.ResourceCache.cache()Returns the value of thecacherecord component.protected Optional<ResourceLocation>RenderStateShard.EmptyTextureStateShard.cutoutTexture()protected Optional<ResourceLocation>RenderStateShard.MultiTextureStateShard.cutoutTexture()protected Optional<ResourceLocation>RenderStateShard.TextureStateShard.cutoutTexture()Methods in net.minecraft.client.renderer with parameters of type ResourceLocationModifier and TypeMethodDescriptionRenderStateShard.MultiTextureStateShard.Builder.add(ResourceLocation p_173133_, boolean p_173134_, boolean p_173135_) static RenderTypeRenderType.armorCutoutNoCull(ResourceLocation p_110432_) static RenderTypeRenderType.beaconBeam(ResourceLocation p_110461_, boolean p_110462_) static RenderTypeRenderType.breezeEyes(ResourceLocation p_311465_) static RenderTypeRenderType.breezeWind(ResourceLocation p_311543_, float p_312161_, float p_310801_) private static RenderType.CompositeRenderTypeRenderType.createArmorCutoutNoCull(String p_297971_, ResourceLocation p_300992_, boolean p_297695_) static RenderTypeRenderType.createArmorDecalCutoutNoCull(ResourceLocation p_298982_) static RenderTypeRenderType.crumbling(ResourceLocation p_110495_) static RenderTypeRenderType.dragonExplosionAlpha(ResourceLocation p_173236_) static RenderTypeRenderType.energySwirl(ResourceLocation p_110437_, float p_110438_, float p_110439_) static RenderTypeRenderType.entityCutout(ResourceLocation p_110453_) static RenderTypeRenderType.entityCutoutNoCull(ResourceLocation p_110459_) static RenderTypeRenderType.entityCutoutNoCull(ResourceLocation p_110444_, boolean p_110445_) static RenderTypeRenderType.entityCutoutNoCullZOffset(ResourceLocation p_110465_) static RenderTypeRenderType.entityCutoutNoCullZOffset(ResourceLocation p_110449_, boolean p_110450_) static RenderTypeRenderType.entityDecal(ResourceLocation p_110480_) static RenderTypeRenderType.entityNoOutline(ResourceLocation p_110483_) static RenderTypeRenderType.entityShadow(ResourceLocation p_110486_) static RenderTypeRenderType.entitySmoothCutout(ResourceLocation p_110477_) static RenderTypeRenderType.entitySolid(ResourceLocation p_110447_) static RenderTypeRenderType.entityTranslucent(ResourceLocation p_110474_) static RenderTypeRenderType.entityTranslucent(ResourceLocation p_110455_, boolean p_110456_) static RenderTypeRenderType.entityTranslucentCull(ResourceLocation p_110471_) static RenderTypeRenderType.entityTranslucentEmissive(ResourceLocation p_234339_) static RenderTypeRenderType.entityTranslucentEmissive(ResourceLocation p_234336_, boolean p_234337_) static RenderTypeRenderType.eyes(ResourceLocation p_110489_) GameRenderer.ResourceCache.getResource(ResourceLocation p_251007_) static RenderTypeRenderType.itemEntityTranslucentCull(ResourceLocation p_110468_) private voidPostChain.load(TextureManager p_110034_, ResourceLocation p_110035_) voidGameRenderer.loadEffect(ResourceLocation p_109129_) static RenderTypeRenderType.outline(ResourceLocation p_110492_) static voidScreenEffectRenderer.renderFluid(Minecraft p_110726_, PoseStack p_110727_, ResourceLocation texture) static RenderTypeRenderType.text(ResourceLocation p_110498_) static RenderTypeRenderType.textIntensity(ResourceLocation p_173238_) static RenderTypeRenderType.textIntensityPolygonOffset(ResourceLocation p_181447_) static RenderTypeRenderType.textIntensitySeeThrough(ResourceLocation p_173241_) static RenderTypeRenderType.textPolygonOffset(ResourceLocation p_181445_) static RenderTypeRenderType.textSeeThrough(ResourceLocation p_110501_) Constructors in net.minecraft.client.renderer with parameters of type ResourceLocationModifierConstructorDescriptionCubeMap(ResourceLocation p_108848_) PostChain(TextureManager p_110018_, ResourceManager p_110019_, RenderTarget p_110020_, ResourceLocation p_110021_) ShaderInstance(ResourceProvider p_173336_, ResourceLocation shaderLocation, VertexFormat p_173338_) TextureStateShard(ResourceLocation p_110333_, boolean p_110334_, boolean p_110335_) Constructor parameters in net.minecraft.client.renderer with type arguments of type ResourceLocationModifierConstructorDescription(package private)MultiTextureStateShard(com.google.common.collect.ImmutableList<org.apache.commons.lang3.tuple.Triple<ResourceLocation, Boolean, Boolean>> p_173123_) ResourceCache(ResourceProvider original, Map<ResourceLocation, Resource> cache) Creates an instance of aResourceCacherecord class. -
Uses of ResourceLocation in net.minecraft.client.renderer.block
Methods in net.minecraft.client.renderer.block with parameters of type ResourceLocationModifier and TypeMethodDescriptionstatic ModelResourceLocationBlockModelShaper.stateToModelLocation(ResourceLocation p_110890_, BlockState p_110891_) -
Uses of ResourceLocation in net.minecraft.client.renderer.block.model
Fields in net.minecraft.client.renderer.block.model declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationItemOverride.modelprivate final ResourceLocationVariant.modelLocationprotected ResourceLocationBlockModel.parentLocationprivate final ResourceLocation[]ItemOverrides.propertiesprivate final ResourceLocationItemOverride.Predicate.propertyMethods in net.minecraft.client.renderer.block.model that return ResourceLocationModifier and TypeMethodDescriptionItemOverride.getModel()protected ResourceLocationVariant.Deserializer.getModel(com.google.gson.JsonObject p_111899_) Variant.getModelLocation()BlockModel.getParentLocation()ItemOverride.Predicate.getProperty()Methods in net.minecraft.client.renderer.block.model that return types with arguments of type ResourceLocationMethods in net.minecraft.client.renderer.block.model with parameters of type ResourceLocationModifier and TypeMethodDescriptionBlockModel.bake(ModelBaker p_252120_, Function<Material, TextureAtlasSprite> p_250023_, ModelState p_251130_, ResourceLocation p_252208_) Deprecated.BlockModel.bake(ModelBaker p_249720_, BlockModel p_111451_, Function<Material, TextureAtlasSprite> p_111452_, ModelState p_111453_, ResourceLocation p_111454_, boolean p_111455_) MultiVariant.bake(ModelBaker p_249016_, Function<Material, TextureAtlasSprite> p_111851_, ModelState p_111852_, ResourceLocation p_111853_) static BakedQuadBlockModel.bakeFace(BlockElement p_111438_, BlockElementFace p_111439_, TextureAtlasSprite p_111440_, Direction p_111441_, ModelState p_111442_, ResourceLocation p_111443_) FaceBakery.bakeQuad(org.joml.Vector3f p_253895_, org.joml.Vector3f p_253976_, BlockElementFace p_111603_, TextureAtlasSprite p_111604_, Direction p_111605_, ModelState p_111606_, BlockElementRotation p_111607_, boolean p_111608_, ResourceLocation p_111609_) private BakedModelBlockModel.bakeVanilla(ModelBaker p_249720_, BlockModel p_111451_, Function<Material, TextureAtlasSprite> p_111452_, ModelState p_111453_, ResourceLocation p_111454_, boolean p_111455_, RenderTypeGroup renderTypes) BlockModel.Deserializer.parseTextureLocationOrReference(ResourceLocation p_111504_, String p_111505_) static BlockFaceUVFaceBakery.recomputeUVs(BlockFaceUV p_111582_, Direction p_111583_, Transformation p_111584_, ResourceLocation p_111585_) Method parameters in net.minecraft.client.renderer.block.model with type arguments of type ResourceLocationModifier and TypeMethodDescriptionvoidBlockModel.resolveParents(Function<ResourceLocation, UnbakedModel> p_249059_) voidMultiVariant.resolveParents(Function<ResourceLocation, UnbakedModel> p_249314_) Constructors in net.minecraft.client.renderer.block.model with parameters of type ResourceLocationModifierConstructorDescriptionBlockModel(ResourceLocation p_273263_, List<BlockElement> p_272668_, Map<String, com.mojang.datafixers.util.Either<Material, String>> p_272821_, Boolean p_272676_, BlockModel.GuiLight p_273072_, ItemTransforms p_273480_, List<ItemOverride> p_273099_) ItemOverride(ResourceLocation p_173447_, List<ItemOverride.Predicate> p_173448_) Predicate(ResourceLocation p_173457_, float p_173458_) Variant(ResourceLocation p_111879_, Transformation p_111880_, boolean p_111881_, int p_111882_) -
Uses of ResourceLocation in net.minecraft.client.renderer.block.model.multipart
Methods in net.minecraft.client.renderer.block.model.multipart that return types with arguments of type ResourceLocationMethods in net.minecraft.client.renderer.block.model.multipart with parameters of type ResourceLocationModifier and TypeMethodDescriptionMultiPart.bake(ModelBaker p_249988_, Function<Material, TextureAtlasSprite> p_111972_, ModelState p_111973_, ResourceLocation p_111974_) Method parameters in net.minecraft.client.renderer.block.model.multipart with type arguments of type ResourceLocationModifier and TypeMethodDescriptionvoidMultiPart.resolveParents(Function<ResourceLocation, UnbakedModel> p_251539_) -
Uses of ResourceLocation in net.minecraft.client.renderer.blockentity
Fields in net.minecraft.client.renderer.blockentity declared as ResourceLocationModifier and TypeFieldDescriptionstatic final ResourceLocationBeaconRenderer.BEAM_LOCATIONprivate static final ResourceLocationTheEndGatewayRenderer.BEAM_LOCATIONstatic final ResourceLocationTheEndPortalRenderer.END_PORTAL_LOCATIONstatic final ResourceLocationTheEndPortalRenderer.END_SKY_LOCATIONFields in net.minecraft.client.renderer.blockentity with type parameters of type ResourceLocationModifier and TypeFieldDescriptionstatic final Map<SkullBlock.Type,ResourceLocation> SkullBlockRenderer.SKIN_BY_TYPEMethods in net.minecraft.client.renderer.blockentity with parameters of type ResourceLocationModifier and TypeMethodDescriptionstatic voidBeaconRenderer.renderBeaconBeam(PoseStack p_112185_, MultiBufferSource p_112186_, ResourceLocation p_112187_, float p_112188_, float p_112189_, long p_112190_, int p_112191_, int p_112192_, float[] p_112193_, float p_112194_, float p_112195_) -
Uses of ResourceLocation in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity declared as ResourceLocationModifier and TypeFieldDescriptionprivate static final ResourceLocationAllayRenderer.ALLAY_TEXTUREprivate static final ResourceLocationBeeRenderer.ANGRY_BEE_TEXTUREprivate static final ResourceLocationBeeRenderer.ANGRY_NECTAR_BEE_TEXTUREprivate static final ResourceLocationBatRenderer.BAT_LOCATIONprivate static final ResourceLocationPolarBearRenderer.BEAR_LOCATIONprivate static final ResourceLocationBeeRenderer.BEE_TEXTUREprivate static final ResourceLocationWardenRenderer.BIOLUMINESCENT_LAYER_TEXTUREprivate static final ResourceLocationBlazeRenderer.BLAZE_LOCATIONprivate static final ResourceLocationParrotRenderer.BLUEprivate static final ResourceLocationLlamaRenderer.BROWNprivate static final ResourceLocationCamelRenderer.CAMEL_LOCATIONprivate static final ResourceLocationOcelotRenderer.CAT_OCELOT_LOCATIONprivate static final ResourceLocationCaveSpiderRenderer.CAVE_SPIDER_LOCATIONprivate static final ResourceLocationChickenRenderer.CHICKEN_LOCATIONprivate static final ResourceLocationCodRenderer.COD_LOCATIONprivate static final ResourceLocationStriderRenderer.COLD_LOCATIONprivate static final ResourceLocationCowRenderer.COW_LOCATIONprivate static final ResourceLocationLlamaRenderer.CREAMYprivate static final ResourceLocationCreeperRenderer.CREEPER_LOCATIONstatic final ResourceLocationEnderDragonRenderer.CRYSTAL_BEAM_LOCATIONstatic final ResourceLocationArmorStandRenderer.DEFAULT_SKIN_LOCATIONprivate static final ResourceLocationShulkerRenderer.DEFAULT_TEXTURE_LOCATIONprivate static final ResourceLocationDolphinRenderer.DOLPHIN_LOCATIONprivate static final ResourceLocationEnderDragonRenderer.DRAGON_EXPLODING_LOCATIONprivate static final ResourceLocationEnderDragonRenderer.DRAGON_EYES_LOCATIONprivate static final ResourceLocationEnderDragonRenderer.DRAGON_LOCATIONprivate static final ResourceLocationDrownedRenderer.DROWNED_LOCATIONstatic final ResourceLocationItemRenderer.ENCHANTED_GLINT_ENTITYstatic final ResourceLocationItemRenderer.ENCHANTED_GLINT_ITEMprivate static final ResourceLocationEndCrystalRenderer.END_CRYSTAL_LOCATIONprivate static final ResourceLocationEndermanRenderer.ENDERMAN_LOCATIONprivate static final ResourceLocationEndermiteRenderer.ENDERMITE_LOCATIONprivate static final ResourceLocationEvokerRenderer.EVOKER_ILLAGERprivate static final ResourceLocationExperienceOrbRenderer.EXPERIENCE_ORB_LOCATIONprivate static final ResourceLocationGhastRenderer.GHAST_LOCATIONprivate static final ResourceLocationGhastRenderer.GHAST_SHOOTING_LOCATIONprivate static final ResourceLocationGlowSquidRenderer.GLOW_SQUID_LOCATIONprivate static final ResourceLocationGoatRenderer.GOAT_LOCATIONprivate static final ResourceLocationIronGolemRenderer.GOLEM_LOCATIONprivate static final ResourceLocationLlamaRenderer.GRAYprivate static final ResourceLocationParrotRenderer.GREENprivate static final ResourceLocationParrotRenderer.GREYprivate static final ResourceLocationGuardianRenderer.GUARDIAN_BEAM_LOCATIONstatic final ResourceLocationElderGuardianRenderer.GUARDIAN_ELDER_LOCATIONprivate static final ResourceLocationGuardianRenderer.GUARDIAN_LOCATIONprivate static final ResourceLocationWardenRenderer.HEART_TEXTUREprivate static final ResourceLocationHoglinRenderer.HOGLIN_LOCATIONprivate static final ResourceLocationHuskRenderer.HUSK_LOCATIONprivate static final ResourceLocationIllusionerRenderer.ILLUSIONERprivate static final ResourceLocationLeashKnotRenderer.KNOT_LOCATIONprivate static final ResourceLocationLlamaSpitRenderer.LLAMA_SPIT_LOCATIONprivate static final ResourceLocationMagmaCubeRenderer.MAGMACUBE_LOCATIONprivate static final ResourceLocationMinecartRenderer.MINECART_LOCATIONprivate static final ResourceLocationTropicalFishRenderer.MODEL_A_TEXTUREprivate static final ResourceLocationTropicalFishRenderer.MODEL_B_TEXTUREprivate static final ResourceLocationBeeRenderer.NECTAR_BEE_TEXTUREstatic final ResourceLocationTippableArrowRenderer.NORMAL_ARROW_LOCATIONprivate static final ResourceLocationPhantomRenderer.PHANTOM_LOCATIONprivate static final ResourceLocationPigRenderer.PIG_LOCATIONprivate static final ResourceLocationPillagerRenderer.PILLAGERprivate static final ResourceLocationPufferfishRenderer.PUFFER_LOCATIONprivate static final ResourceLocationWardenRenderer.PULSATING_SPOTS_TEXTURE_1private static final ResourceLocationWardenRenderer.PULSATING_SPOTS_TEXTURE_2private static final ResourceLocationRabbitRenderer.RABBIT_BLACK_LOCATIONprivate static final ResourceLocationRabbitRenderer.RABBIT_BROWN_LOCATIONprivate static final ResourceLocationRabbitRenderer.RABBIT_EVIL_LOCATIONprivate static final ResourceLocationRabbitRenderer.RABBIT_GOLD_LOCATIONprivate static final ResourceLocationRabbitRenderer.RABBIT_SALT_LOCATIONprivate static final ResourceLocationRabbitRenderer.RABBIT_TOAST_LOCATIONprivate static final ResourceLocationRabbitRenderer.RABBIT_WHITE_LOCATIONprivate static final ResourceLocationRabbitRenderer.RABBIT_WHITE_SPLOTCHED_LOCATIONprivate static final ResourceLocationParrotRenderer.RED_BLUEprivate static final ResourceLocationFoxRenderer.RED_FOX_SLEEP_TEXTUREprivate static final ResourceLocationFoxRenderer.RED_FOX_TEXTUREprivate static final ResourceLocationSalmonRenderer.SALMON_LOCATIONprivate static final ResourceLocationSheepRenderer.SHEEP_LOCATIONprivate static final ResourceLocationSilverfishRenderer.SILVERFISH_LOCATIONprivate static final ResourceLocationSkeletonRenderer.SKELETON_LOCATIONprivate static final ResourceLocationSlimeRenderer.SLIME_LOCATIONprivate static final ResourceLocationSnifferRenderer.SNIFFER_LOCATIONprivate static final ResourceLocationFoxRenderer.SNOW_FOX_SLEEP_TEXTUREprivate static final ResourceLocationFoxRenderer.SNOW_FOX_TEXTUREprivate static final ResourceLocationSnowGolemRenderer.SNOW_GOLEM_LOCATIONstatic final ResourceLocationSpectralArrowRenderer.SPECTRAL_ARROW_LOCATIONprivate static final ResourceLocationSpiderRenderer.SPIDER_LOCATIONprivate static final ResourceLocationSquidRenderer.SQUID_LOCATIONprivate static final ResourceLocationStrayRenderer.STRAY_SKELETON_LOCATIONprivate static final ResourceLocationStriderRenderer.STRIDER_LOCATIONprivate static final ResourceLocationTadpoleRenderer.TADPOLE_TEXTUREprivate static final ResourceLocationWardenRenderer.TEXTUREprivate static final ResourceLocationBreezeRenderer.TEXTURE_LOCATIONprivate static final ResourceLocationDragonFireballRenderer.TEXTURE_LOCATIONprivate static final ResourceLocationEvokerFangsRenderer.TEXTURE_LOCATIONprivate static final ResourceLocationFishingHookRenderer.TEXTURE_LOCATIONprivate static final ResourceLocationRavagerRenderer.TEXTURE_LOCATIONprivate static final ResourceLocationShulkerBulletRenderer.TEXTURE_LOCATIONprivate static final ResourceLocation[]ShulkerRenderer.TEXTURE_LOCATIONprivate static final ResourceLocationWindChargeRenderer.TEXTURE_LOCATIONstatic final ResourceLocationTippableArrowRenderer.TIPPED_ARROW_LOCATIONstatic final ResourceLocationThrownTridentRenderer.TRIDENT_LOCATIONprivate static final ResourceLocationTurtleRenderer.TURTLE_LOCATIONprivate static final ResourceLocationVexRenderer.VEX_CHARGING_LOCATIONprivate static final ResourceLocationVexRenderer.VEX_LOCATIONprivate static final ResourceLocationVillagerRenderer.VILLAGER_BASE_SKINprivate static final ResourceLocationWanderingTraderRenderer.VILLAGER_BASE_SKINprivate static final ResourceLocationVindicatorRenderer.VINDICATORprivate static final ResourceLocationLlamaRenderer.WHITEprivate static final ResourceLocationBreezeRenderer.WIND_TEXTURE_LOCATIONprivate static final ResourceLocationWitchRenderer.WITCH_LOCATIONprivate static final ResourceLocationWitherBossRenderer.WITHER_INVULNERABLE_LOCATIONprivate static final ResourceLocationWitherSkullRenderer.WITHER_INVULNERABLE_LOCATIONprivate static final ResourceLocationWitherBossRenderer.WITHER_LOCATIONprivate static final ResourceLocationWitherSkullRenderer.WITHER_LOCATIONprivate static final ResourceLocationWitherSkeletonRenderer.WITHER_SKELETON_LOCATIONprivate static final ResourceLocationWolfRenderer.WOLF_ANGRY_LOCATIONprivate static final ResourceLocationWolfRenderer.WOLF_LOCATIONprivate static final ResourceLocationWolfRenderer.WOLF_TAME_LOCATIONprivate static final ResourceLocationParrotRenderer.YELLOW_BLUEprivate static final ResourceLocationZoglinRenderer.ZOGLIN_LOCATIONprivate static final ResourceLocationAbstractZombieRenderer.ZOMBIE_LOCATIONprivate static final ResourceLocationGiantMobRenderer.ZOMBIE_LOCATIONprivate static final ResourceLocationZombieVillagerRenderer.ZOMBIE_VILLAGER_LOCATIONFields in net.minecraft.client.renderer.entity with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Map<Boat.Type,com.mojang.datafixers.util.Pair<ResourceLocation, ListModel<Boat>>> BoatRenderer.boatResourcesprivate static final Map<Variant,ResourceLocation> HorseRenderer.LOCATION_BY_VARIANTprivate static final Map<EntityType<?>,ResourceLocation> ChestedHorseRenderer.MAPprivate static final Map<EntityType<?>,ResourceLocation> UndeadHorseRenderer.MAPprivate static final Map<Axolotl.Variant,ResourceLocation> AxolotlRenderer.TEXTURE_BY_TYPEprivate static final Map<MushroomCow.MushroomType,ResourceLocation> MushroomCowRenderer.TEXTURESprivate static final Map<Panda.Gene,ResourceLocation> PandaRenderer.TEXTURESprivate static final Map<EntityType<?>,ResourceLocation> PiglinRenderer.TEXTURESMethods in net.minecraft.client.renderer.entity that return ResourceLocationModifier and TypeMethodDescriptionAbstractZombieRenderer.getTextureLocation(Zombie p_113771_) AllayRenderer.getTextureLocation(Allay p_234558_) ArmorStandRenderer.getTextureLocation(ArmorStand p_113798_) AxolotlRenderer.getTextureLocation(Axolotl p_173925_) BatRenderer.getTextureLocation(Bat p_113876_) BeeRenderer.getTextureLocation(Bee p_113897_) BlazeRenderer.getTextureLocation(Blaze p_113908_) BoatRenderer.getTextureLocation(Boat p_113927_) Deprecated.BreezeRenderer.getTextureLocation(Breeze p_312626_) CamelRenderer.getTextureLocation(Camel p_249584_) CatRenderer.getTextureLocation(Cat p_113950_) CaveSpiderRenderer.getTextureLocation(CaveSpider p_113972_) ChestedHorseRenderer.getTextureLocation(T p_113987_) ChickenRenderer.getTextureLocation(Chicken p_113998_) CodRenderer.getTextureLocation(Cod p_114015_) CowRenderer.getTextureLocation(Cow p_114029_) CreeperRenderer.getTextureLocation(Creeper p_114041_) DisplayRenderer.getTextureLocation(T p_270675_) DolphinRenderer.getTextureLocation(Dolphin p_114059_) DragonFireballRenderer.getTextureLocation(DragonFireball p_114078_) DrownedRenderer.getTextureLocation(Zombie p_114115_) ElderGuardianRenderer.getTextureLocation(Guardian p_114127_) EndCrystalRenderer.getTextureLocation(EndCrystal p_114157_) EnderDragonRenderer.getTextureLocation(EnderDragon p_114206_) EndermanRenderer.getTextureLocation(EnderMan p_114334_) EndermiteRenderer.getTextureLocation(Endermite p_114354_) abstract ResourceLocationEntityRenderer.getTextureLocation(T p_114482_) EvokerFangsRenderer.getTextureLocation(EvokerFangs p_114526_) EvokerRenderer.getTextureLocation(T p_114541_) ExperienceOrbRenderer.getTextureLocation(ExperienceOrb p_114597_) FallingBlockRenderer.getTextureLocation(FallingBlockEntity p_114632_) FireworkEntityRenderer.getTextureLocation(FireworkRocketEntity p_114654_) FishingHookRenderer.getTextureLocation(FishingHook p_114703_) FoxRenderer.getTextureLocation(Fox p_114736_) FrogRenderer.getTextureLocation(Frog p_234623_) GhastRenderer.getTextureLocation(Ghast p_114755_) GiantMobRenderer.getTextureLocation(Giant p_114773_) GlowSquidRenderer.getTextureLocation(GlowSquid p_174144_) GoatRenderer.getTextureLocation(Goat p_174157_) GuardianRenderer.getTextureLocation(Guardian p_114827_) HoglinRenderer.getTextureLocation(Hoglin p_114862_) HorseRenderer.getTextureLocation(Horse p_114872_) HuskRenderer.getTextureLocation(Zombie p_114905_) IllusionerRenderer.getTextureLocation(Illusioner p_114950_) IronGolemRenderer.getTextureLocation(IronGolem p_115012_) ItemEntityRenderer.getTextureLocation(ItemEntity p_115034_) ItemFrameRenderer.getTextureLocation(T p_115071_) LeashKnotRenderer.getTextureLocation(LeashFenceKnotEntity p_115244_) LightningBoltRenderer.getTextureLocation(LightningBolt p_115264_) LlamaRenderer.getTextureLocation(Llama p_115355_) LlamaSpitRenderer.getTextureLocation(LlamaSpit p_115371_) MagmaCubeRenderer.getTextureLocation(MagmaCube p_115393_) MinecartRenderer.getTextureLocation(T p_115416_) MushroomCowRenderer.getTextureLocation(MushroomCow p_115514_) NoopRenderer.getTextureLocation(T p_174328_) OcelotRenderer.getTextureLocation(Ocelot p_115524_) PaintingRenderer.getTextureLocation(Painting p_115550_) PandaRenderer.getTextureLocation(Panda p_115639_) ParrotRenderer.getTextureLocation(Parrot p_115658_) PhantomRenderer.getTextureLocation(Phantom p_115679_) PiglinRenderer.getTextureLocation(Mob p_115708_) PigRenderer.getTextureLocation(Pig p_115697_) PillagerRenderer.getTextureLocation(Pillager p_115720_) PolarBearRenderer.getTextureLocation(PolarBear p_115732_) PufferfishRenderer.getTextureLocation(Pufferfish p_115775_) RabbitRenderer.getTextureLocation(Rabbit p_115803_) RavagerRenderer.getTextureLocation(Ravager p_115811_) RenderLayerParent.getTextureLocation(T p_115812_) SalmonRenderer.getTextureLocation(Salmon p_115826_) SheepRenderer.getTextureLocation(Sheep p_115840_) ShulkerBulletRenderer.getTextureLocation(ShulkerBullet p_115860_) ShulkerRenderer.getTextureLocation(Shulker p_115902_) static ResourceLocationShulkerRenderer.getTextureLocation(DyeColor p_174376_) SilverfishRenderer.getTextureLocation(Silverfish p_115929_) SkeletonRenderer.getTextureLocation(AbstractSkeleton p_115941_) SlimeRenderer.getTextureLocation(Slime p_115974_) SnifferRenderer.getTextureLocation(Sniffer p_273552_) SnowGolemRenderer.getTextureLocation(SnowGolem p_115993_) SpectralArrowRenderer.getTextureLocation(SpectralArrow p_116001_) SpiderRenderer.getTextureLocation(T p_116009_) SquidRenderer.getTextureLocation(T p_116030_) StrayRenderer.getTextureLocation(AbstractSkeleton p_116049_) StriderRenderer.getTextureLocation(Strider p_116064_) TadpoleRenderer.getTextureLocation(Tadpole p_234659_) ThrownItemRenderer.getTextureLocation(Entity p_116083_) ThrownTridentRenderer.getTextureLocation(ThrownTrident p_116109_) TippableArrowRenderer.getTextureLocation(Arrow p_116140_) TntRenderer.getTextureLocation(PrimedTnt p_116175_) TropicalFishRenderer.getTextureLocation(TropicalFish p_116217_) TurtleRenderer.getTextureLocation(Turtle p_116259_) UndeadHorseRenderer.getTextureLocation(AbstractHorse p_116274_) VexRenderer.getTextureLocation(Vex p_116292_) VillagerRenderer.getTextureLocation(Villager p_116312_) VindicatorRenderer.getTextureLocation(Vindicator p_116324_) WanderingTraderRenderer.getTextureLocation(WanderingTrader p_116373_) WardenRenderer.getTextureLocation(Warden p_234791_) WindChargeRenderer.getTextureLocation(WindCharge p_313106_) WitchRenderer.getTextureLocation(Witch p_116410_) WitherBossRenderer.getTextureLocation(WitherBoss p_116437_) WitherSkeletonRenderer.getTextureLocation(AbstractSkeleton p_116458_) WitherSkullRenderer.getTextureLocation(WitherSkull p_116482_) WolfRenderer.getTextureLocation(Wolf p_116526_) ZoglinRenderer.getTextureLocation(Zoglin p_116544_) ZombieVillagerRenderer.getTextureLocation(ZombieVillager p_116559_) static ResourceLocationParrotRenderer.getVariantTexture(Parrot.Variant p_262577_) Methods in net.minecraft.client.renderer.entity that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Pair<ResourceLocation,ListModel<Boat>> BoatRenderer.getModelWithLocation(Boat boat) -
Uses of ResourceLocation in net.minecraft.client.renderer.entity.layers
Fields in net.minecraft.client.renderer.entity.layers declared as ResourceLocationModifier and TypeFieldDescriptionprivate static final ResourceLocationBeeStingerLayer.BEE_STINGER_LOCATIONprivate static final ResourceLocationTropicalFishPatternLayer.BETTY_TEXTUREprivate static final ResourceLocationTropicalFishPatternLayer.BLOCKFISH_TEXTUREprivate static final ResourceLocationTropicalFishPatternLayer.BRINELY_TEXTUREprivate static final ResourceLocationCatCollarLayer.CAT_COLLAR_LOCATIONprivate static final ResourceLocationTropicalFishPatternLayer.CLAYFISH_TEXTUREprivate static final ResourceLocationTropicalFishPatternLayer.DASHER_TEXTUREprivate static final ResourceLocationDrownedOuterLayer.DROWNED_OUTER_LAYER_LOCATIONprivate static final ResourceLocationTropicalFishPatternLayer.FLOPPER_TEXTUREprivate static final ResourceLocationTropicalFishPatternLayer.GLITTER_TEXTUREprivate static final ResourceLocationTropicalFishPatternLayer.KOB_TEXTUREprivate static final ResourceLocationCreeperPowerLayer.POWER_LOCATIONprivate static final ResourceLocationSheepFurLayer.SHEEP_FUR_LOCATIONprivate static final ResourceLocationTropicalFishPatternLayer.SNOOPER_TEXTUREprivate static final ResourceLocationTropicalFishPatternLayer.SPOTTY_TEXTUREprivate static final ResourceLocationStrayClothingLayer.STRAY_CLOTHES_LOCATIONprivate static final ResourceLocationTropicalFishPatternLayer.STRIPEY_TEXTUREprivate static final ResourceLocationTropicalFishPatternLayer.SUNSTREAK_TEXTUREprivate final ResourceLocationWardenEmissiveLayer.texturestatic final ResourceLocationSpinAttackEffectLayer.TEXTUREprivate static final ResourceLocation[]LlamaDecorLayer.TEXTURE_LOCATIONprivate final ResourceLocationBreezeEyesLayer.textureLocprivate final ResourceLocationBreezeWindLayer.textureLocprivate final ResourceLocationSaddleLayer.textureLocationprivate static final ResourceLocationLlamaDecorLayer.TRADER_LLAMAprivate static final ResourceLocationElytraLayer.WINGS_LOCATIONprivate static final ResourceLocationWitherArmorLayer.WITHER_ARMOR_LOCATIONprivate static final ResourceLocationWolfCollarLayer.WOLF_COLLAR_LOCATIONFields in net.minecraft.client.renderer.entity.layers with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate static final Map<String,ResourceLocation> HumanoidArmorLayer.ARMOR_LOCATION_CACHEprivate static final it.unimi.dsi.fastutil.ints.Int2ObjectMap<ResourceLocation>VillagerProfessionLayer.LEVEL_LOCATIONSprivate static final Map<Markings,ResourceLocation> HorseMarkingLayer.LOCATION_BY_MARKINGSprivate static final Map<IronGolem.Crackiness,ResourceLocation> IronGolemCrackinessLayer.resourceLocationsMethods in net.minecraft.client.renderer.entity.layers that return ResourceLocationModifier and TypeMethodDescriptionprivate ResourceLocationHumanoidArmorLayer.getArmorLocation(ArmorItem p_117081_, boolean p_117082_, String p_117083_) Deprecated.HumanoidArmorLayer.getArmorResource(Entity entity, ItemStack stack, EquipmentSlot slot, String type) More generic ForgeHook version of the above function, it allows for Items to have more control over what texture they provide.ElytraLayer.getElytraTexture(ItemStack stack, T entity) Gets the texture to use with this ElytraLayer.private ResourceLocationVillagerProfessionLayer.getResourceLocation(String p_117669_, ResourceLocation p_117670_) protected ResourceLocationBreezeEyesLayer.getTextureLocation(Breeze p_312494_) protected ResourceLocationBreezeWindLayer.getTextureLocation(Breeze p_312835_) protected ResourceLocationCreeperPowerLayer.getTextureLocation()protected abstract ResourceLocationEnergySwirlLayer.getTextureLocation()protected ResourceLocationRenderLayer.getTextureLocation(T p_117348_) protected ResourceLocationWitherArmorLayer.getTextureLocation()Methods in net.minecraft.client.renderer.entity.layers with parameters of type ResourceLocationModifier and TypeMethodDescriptionprotected static <T extends LivingEntity>
voidRenderLayer.coloredCutoutModelCopyLayerRender(EntityModel<T> p_117360_, EntityModel<T> p_117361_, ResourceLocation p_117362_, PoseStack p_117363_, MultiBufferSource p_117364_, int p_117365_, T p_117366_, float p_117367_, float p_117368_, float p_117369_, float p_117370_, float p_117371_, float p_117372_, float p_117373_, float p_117374_, float p_117375_) private ResourceLocationVillagerProfessionLayer.getResourceLocation(String p_117669_, ResourceLocation p_117670_) protected static <T extends LivingEntity>
voidRenderLayer.renderColoredCutoutModel(EntityModel<T> p_117377_, ResourceLocation p_117378_, PoseStack p_117379_, MultiBufferSource p_117380_, int p_117381_, T p_117382_, float p_117383_, float p_117384_, float p_117385_) private voidHumanoidArmorLayer.renderModel(PoseStack p_289664_, MultiBufferSource p_289689_, int p_289681_, ArmorItem p_289650_, Model p_289658_, boolean p_289668_, float p_289678_, float p_289674_, float p_289693_, ResourceLocation armorResource) Constructors in net.minecraft.client.renderer.entity.layers with parameters of type ResourceLocationModifierConstructorDescriptionBreezeEyesLayer(RenderLayerParent<Breeze, BreezeModel<Breeze>> p_310165_, EntityModelSet p_312112_, ResourceLocation p_309706_) BreezeWindLayer(RenderLayerParent<Breeze, BreezeModel<Breeze>> p_312719_, EntityModelSet p_311451_, ResourceLocation p_312874_) SaddleLayer(RenderLayerParent<T, M> p_117390_, M p_117391_, ResourceLocation p_117392_) WardenEmissiveLayer(RenderLayerParent<T, M> p_234885_, ResourceLocation p_234886_, WardenEmissiveLayer.AlphaFunction<T> p_234887_, WardenEmissiveLayer.DrawSelector<T, M> p_234888_) -
Uses of ResourceLocation in net.minecraft.client.renderer.entity.player
Methods in net.minecraft.client.renderer.entity.player that return ResourceLocationModifier and TypeMethodDescriptionPlayerRenderer.getTextureLocation(AbstractClientPlayer p_117783_) -
Uses of ResourceLocation in net.minecraft.client.renderer.item
Fields in net.minecraft.client.renderer.item declared as ResourceLocationModifier and TypeFieldDescriptionprivate static final ResourceLocationItemProperties.DAMAGEprivate static final ResourceLocationItemProperties.DAMAGEDFields in net.minecraft.client.renderer.item with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate static final Map<ResourceLocation,ItemPropertyFunction> ItemProperties.GENERIC_PROPERTIESprivate static final Map<Item,Map<ResourceLocation, ItemPropertyFunction>> ItemProperties.PROPERTIESMethods in net.minecraft.client.renderer.item with parameters of type ResourceLocationModifier and TypeMethodDescriptionstatic ItemPropertyFunctionItemProperties.getProperty(Item p_117830_, ResourceLocation p_117831_) private static voidItemProperties.register(Item p_174571_, ResourceLocation p_174572_, ClampedItemPropertyFunction p_174573_) static voidItemProperties.register(Item p_174571_, ResourceLocation p_174572_, ItemPropertyFunction p_174573_) private static ClampedItemPropertyFunctionItemProperties.registerGeneric(ResourceLocation p_174582_, ClampedItemPropertyFunction p_174583_) static ItemPropertyFunctionItemProperties.registerGeneric(ResourceLocation p_174582_, ItemPropertyFunction p_174583_) -
Uses of ResourceLocation in net.minecraft.client.renderer.texture
Fields in net.minecraft.client.renderer.texture declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationTextureAtlasSprite.atlasLocationstatic final ResourceLocationTextureManager.INTENTIONAL_MISSING_TEXTUREprotected final ResourceLocationSimpleTexture.locationprivate final ResourceLocationSpriteLoader.locationprivate final ResourceLocationTextureAtlas.locationstatic final ResourceLocationTextureAtlas.LOCATION_BLOCKSDeprecated.static final ResourceLocationTextureAtlas.LOCATION_PARTICLESDeprecated.private static final ResourceLocationMissingTextureAtlasSprite.MISSING_TEXTURE_LOCATIONprivate final ResourceLocationSpriteContents.nameFields in net.minecraft.client.renderer.texture with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,AbstractTexture> TextureManager.byPathprivate final Map<ResourceLocation,TextureAtlasSprite> SpriteLoader.Preparations.regionsThe field for theregionsrecord component.private Map<ResourceLocation,TextureAtlasSprite> TextureAtlas.texturesByNameMethods in net.minecraft.client.renderer.texture that return ResourceLocationModifier and TypeMethodDescriptionTextureAtlasSprite.atlasLocation()static ResourceLocationMissingTextureAtlasSprite.getLocation()TextureAtlas.location()SpriteContents.name()Stitcher.Entry.name()TextureManager.register(String p_118491_, DynamicTexture p_118492_) Methods in net.minecraft.client.renderer.texture that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionprivate Map<ResourceLocation,TextureAtlasSprite> SpriteLoader.getStitchedSprites(Stitcher<SpriteContents> p_276117_, int p_276111_, int p_276112_) TextureAtlas.getTextureLocations()Returns the set of sprites in this atlas..SpriteLoader.Preparations.regions()Returns the value of theregionsrecord component.Methods in net.minecraft.client.renderer.texture with parameters of type ResourceLocationModifier and TypeMethodDescriptionprivate voidTextureManager._bind(ResourceLocation p_118520_) voidTextureManager.bindForSetup(ResourceLocation p_174785_) voidDumpable.dumpContents(ResourceLocation p_276124_, Path p_276123_) voidDynamicTexture.dumpContents(ResourceLocation p_276119_, Path p_276105_) voidTextureAtlas.dumpContents(ResourceLocation p_276106_, Path p_276127_) TextureAtlas.getSprite(ResourceLocation p_118317_) TextureManager.getTexture(ResourceLocation p_118507_) TextureManager.getTexture(ResourceLocation p_174787_, AbstractTexture p_174788_) static SimpleTexture.TextureImageSimpleTexture.TextureImage.load(ResourceManager p_118156_, ResourceLocation p_118157_) SpriteLoader.loadAndStitch(ResourceManager p_262108_, ResourceLocation p_261754_, int p_262104_, Executor p_261687_) SpriteLoader.loadAndStitch(ResourceManager p_300124_, ResourceLocation p_301196_, int p_300787_, Executor p_300950_, Collection<MetadataSectionSerializer<?>> p_298047_) private AbstractTextureTextureManager.loadTexture(ResourceLocation p_118516_, AbstractTexture p_118517_) TextureManager.preload(ResourceLocation p_118502_, Executor p_118503_) voidTextureManager.register(ResourceLocation p_118496_, AbstractTexture p_118497_) voidTextureManager.release(ResourceLocation p_118514_) voidAbstractTexture.reset(TextureManager p_117956_, ResourceManager p_117957_, ResourceLocation p_117958_, Executor p_117959_) voidPreloadedTexture.reset(TextureManager p_118114_, ResourceManager p_118115_, ResourceLocation p_118116_, Executor p_118117_) private voidTextureManager.safeClose(ResourceLocation p_118509_, AbstractTexture p_118510_) Method parameters in net.minecraft.client.renderer.texture with type arguments of type ResourceLocationModifier and TypeMethodDescriptionprivate static voidTextureAtlas.dumpSpriteNames(Path p_261769_, String p_262102_, Map<ResourceLocation, TextureAtlasSprite> p_261722_) Constructors in net.minecraft.client.renderer.texture with parameters of type ResourceLocationModifierConstructorDescriptionHttpTexture(File p_118002_, String p_118003_, ResourceLocation p_118004_, boolean p_118005_, Runnable p_118006_) PreloadedTexture(ResourceManager p_118102_, ResourceLocation p_118103_, Executor p_118104_) SimpleTexture(ResourceLocation p_118133_) SpriteContents(ResourceLocation p_249787_, FrameSize p_251031_, NativeImage p_252131_, ResourceMetadata p_299427_) Deprecated.Forge: Use the overload with Forge metadata parameter to properly forward custom loaders.SpriteContents(ResourceLocation p_249787_, FrameSize p_251031_, NativeImage p_252131_, ResourceMetadata p_299427_, ForgeTextureMetadata forgeMeta) SpriteLoader(ResourceLocation p_276126_, int p_276121_, int p_276110_, int p_276114_) TextureAtlas(ResourceLocation p_118269_) protectedTextureAtlasSprite(ResourceLocation p_250211_, SpriteContents p_248526_, int p_248950_, int p_249741_, int p_248672_, int p_248637_) Constructor parameters in net.minecraft.client.renderer.texture with type arguments of type ResourceLocationModifierConstructorDescriptionPreparations(int width, int height, int mipLevel, TextureAtlasSprite missing, Map<ResourceLocation, TextureAtlasSprite> regions, CompletableFuture<Void> readyForUpload) Creates an instance of aPreparationsrecord class. -
Uses of ResourceLocation in net.minecraft.client.renderer.texture.atlas
Fields in net.minecraft.client.renderer.texture.atlas with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate static final com.google.common.collect.BiMap<ResourceLocation,SpriteSourceType> SpriteSources.TYPESMethods in net.minecraft.client.renderer.texture.atlas with parameters of type ResourceLocationModifier and TypeMethodDescriptionvoidSpriteSource.Output.add(ResourceLocation p_261821_, SpriteSource.SpriteSupplier p_261760_) default voidSpriteSource.Output.add(ResourceLocation p_261841_, Resource p_261651_) static SpriteSourceListSpriteSourceList.load(ResourceManager p_300689_, ResourceLocation p_300572_) SpriteResourceLoader.loadSprite(ResourceLocation p_301190_, Resource p_298142_) Method parameters in net.minecraft.client.renderer.texture.atlas with type arguments of type ResourceLocationModifier and TypeMethodDescriptionvoidSpriteSource.Output.removeAll(Predicate<ResourceLocation> p_261532_) -
Uses of ResourceLocation in net.minecraft.client.renderer.texture.atlas.sources
Fields in net.minecraft.client.renderer.texture.atlas.sources declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationLazyLoadedImage.idprivate final ResourceLocationPalettedPermutations.paletteKeyprivate final ResourceLocationPalettedPermutations.PalettedSpriteSupplier.permutationLocationThe field for thepermutationLocationrecord component.private final ResourceLocationUnstitcher.resourceprivate final ResourceLocationSingleFile.resourceIdprivate final ResourceLocationUnstitcher.Region.spriteThe field for thespriterecord component.Fields in net.minecraft.client.renderer.texture.atlas.sources with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Map<String,ResourceLocation> PalettedPermutations.permutationsprivate final Optional<ResourceLocation>SingleFile.spriteIdprivate final List<ResourceLocation>PalettedPermutations.texturesMethods in net.minecraft.client.renderer.texture.atlas.sources that return ResourceLocationModifier and TypeMethodDescriptionPalettedPermutations.PalettedSpriteSupplier.permutationLocation()Returns the value of thepermutationLocationrecord component.Unstitcher.Region.sprite()Returns the value of thespriterecord component.Methods in net.minecraft.client.renderer.texture.atlas.sources with parameters of type ResourceLocationModifier and TypeMethodDescriptionstatic int[]PalettedPermutations.loadPaletteEntryFromImage(ResourceManager p_267184_, ResourceLocation p_267059_) Constructors in net.minecraft.client.renderer.texture.atlas.sources with parameters of type ResourceLocationModifierConstructorDescriptionLazyLoadedImage(ResourceLocation p_267104_, Resource p_266995_, int p_266778_) privatePalettedPermutations(List<ResourceLocation> p_267282_, ResourceLocation p_266681_, Map<String, ResourceLocation> p_266741_) (package private)PalettedSpriteSupplier(LazyLoadedImage baseImage, Supplier<IntUnaryOperator> palette, ResourceLocation permutationLocation) Creates an instance of aPalettedSpriteSupplierrecord class.(package private)Region(ResourceLocation sprite, double x, double y, double width, double height) Creates an instance of aRegionrecord class.SingleFile(ResourceLocation p_261658_, Optional<ResourceLocation> p_261712_) Unstitcher(ResourceLocation p_261679_, List<Unstitcher.Region> p_261974_, double p_262181_, double p_261631_) Constructor parameters in net.minecraft.client.renderer.texture.atlas.sources with type arguments of type ResourceLocationModifierConstructorDescriptionprivatePalettedPermutations(List<ResourceLocation> p_267282_, ResourceLocation p_266681_, Map<String, ResourceLocation> p_266741_) privatePalettedPermutations(List<ResourceLocation> p_267282_, ResourceLocation p_266681_, Map<String, ResourceLocation> p_266741_) SingleFile(ResourceLocation p_261658_, Optional<ResourceLocation> p_261712_) -
Uses of ResourceLocation in net.minecraft.client.resources
Fields in net.minecraft.client.resources declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationTextureAtlasHolder.atlasInfoLocationprivate static final ResourceLocationPaintingTextureManager.BACK_SPRITE_LOCATIONprivate final ResourceLocationPlayerSkin.capeTextureThe field for thecapeTexturerecord component.private final ResourceLocationPlayerSkin.elytraTextureThe field for theelytraTexturerecord component.private static final ResourceLocationFoliageColorReloadListener.LOCATIONprivate static final ResourceLocationGrassColorReloadListener.LOCATIONprivate static final ResourceLocationClientPackSource.PACKS_DIRprivate static final ResourceLocationSplashManager.SPLASHES_LOCATIONprivate final ResourceLocationPlayerSkin.textureThe field for thetexturerecord component.Fields in net.minecraft.client.resources with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Map<String,CompletableFuture<ResourceLocation>> SkinManager.TextureCache.texturesMethods in net.minecraft.client.resources that return ResourceLocationModifier and TypeMethodDescriptionPlayerSkin.capeTexture()Returns the value of thecapeTexturerecord component.PlayerSkin.elytraTexture()Returns the value of theelytraTexturerecord component.static ResourceLocationDefaultPlayerSkin.getDefaultTexture()private ResourceLocationSkinManager.TextureCache.getTextureLocation(String p_297392_) PlayerSkin.texture()Returns the value of thetexturerecord component.Methods in net.minecraft.client.resources that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionSkinManager.TextureCache.getOrLoad(com.mojang.authlib.minecraft.MinecraftProfileTexture p_300959_) private CompletableFuture<ResourceLocation>SkinManager.TextureCache.registerTexture(com.mojang.authlib.minecraft.MinecraftProfileTexture p_300607_) Methods in net.minecraft.client.resources with parameters of type ResourceLocationModifier and TypeMethodDescriptionstatic int[]LegacyStuffWrapper.getPixels(ResourceManager p_118727_, ResourceLocation p_118728_) Deprecated.protected TextureAtlasSpriteTextureAtlasHolder.getSprite(ResourceLocation p_118902_) Constructors in net.minecraft.client.resources with parameters of type ResourceLocationModifierConstructorDescriptionPlayerSkin(ResourceLocation texture, String textureUrl, ResourceLocation capeTexture, ResourceLocation elytraTexture, PlayerSkin.Model model, boolean secure) Creates an instance of aPlayerSkinrecord class.TextureAtlasHolder(TextureManager p_262057_, ResourceLocation p_261554_, ResourceLocation p_262147_) TextureAtlasHolder(TextureManager p_299844_, ResourceLocation p_299366_, ResourceLocation p_297647_, Set<MetadataSectionSerializer<?>> p_298542_) -
Uses of ResourceLocation in net.minecraft.client.resources.model
Subclasses of ResourceLocation in net.minecraft.client.resources.modelFields in net.minecraft.client.resources.model declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationAtlasSet.AtlasEntry.atlasInfoLocationThe field for theatlasInfoLocationrecord component.private final ResourceLocationMaterial.atlasLocationprivate final ResourceLocationModelBakery.BakedCacheKey.idThe field for theidrecord component.private final ResourceLocationMaterial.textureFields in net.minecraft.client.resources.model with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,AtlasSet.AtlasEntry> AtlasSet.atlasesprivate final Map<ResourceLocation,AtlasSet.StitchResult> ModelManager.ReloadState.atlasPreparationsThe field for theatlasPreparationsrecord component.private Map<ResourceLocation,BakedModel> ModelManager.bakedRegistryprivate final Map<ResourceLocation,BakedModel> ModelBakery.bakedTopLevelModelsprivate final Map<ResourceLocation,List<ModelBakery.LoadedJson>> ModelBakery.blockStateResourcesstatic final List<ResourceLocation>ModelBakery.BREAKING_LOCATIONSstatic final List<ResourceLocation>ModelBakery.DESTROY_STAGESprivate final Set<ResourceLocation>ModelBakery.loadingStackprivate final Map<ResourceLocation,BlockModel> ModelBakery.modelResourcesprivate static final Map<ResourceLocation,StateDefinition<Block, BlockState>> ModelBakery.STATIC_DEFINITIONSprivate final Map<ResourceLocation,UnbakedModel> ModelBakery.topLevelModelsprivate final Map<ResourceLocation,UnbakedModel> ModelBakery.unbakedCacheprivate static final Map<ResourceLocation,ResourceLocation> ModelManager.VANILLA_ATLASESprivate static final Map<ResourceLocation,ResourceLocation> ModelManager.VANILLA_ATLASESMethods in net.minecraft.client.resources.model that return ResourceLocationModifier and TypeMethodDescriptionAtlasSet.AtlasEntry.atlasInfoLocation()Returns the value of theatlasInfoLocationrecord component.Material.atlasLocation()ModelBakery.BakedCacheKey.id()Returns the value of theidrecord component.Material.texture()Methods in net.minecraft.client.resources.model that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionModelManager.ReloadState.atlasPreparations()Returns the value of theatlasPreparationsrecord component.ModelBakery.getBakedTopLevelModels()UnbakedModel.getDependencies()private static CompletableFuture<Map<ResourceLocation,BlockModel>> ModelManager.loadBlockModels(ResourceManager p_251361_, Executor p_252189_) private static CompletableFuture<Map<ResourceLocation,List<ModelBakery.LoadedJson>>> ModelManager.loadBlockStates(ResourceManager p_252084_, Executor p_249943_) AtlasSet.scheduleLoad(ResourceManager p_249256_, int p_251059_, Executor p_250751_) Methods in net.minecraft.client.resources.model with parameters of type ResourceLocationModifier and TypeMethodDescriptionModelBaker.bake(ResourceLocation p_250776_, ModelState p_251280_) Deprecated.Forge: UseIForgeModelBaker.bake(ResourceLocation, ModelState, java.util.function.Function)instead.ModelBakery.ModelBakerImpl.bake(ResourceLocation p_252176_, ModelState p_249765_) ModelBakery.ModelBakerImpl.bake(ResourceLocation p_252176_, ModelState p_249765_, Function<Material, TextureAtlasSprite> sprites) UnbakedModel.bake(ModelBaker p_250133_, Function<Material, TextureAtlasSprite> p_119535_, ModelState p_119536_, ResourceLocation p_119537_) private voidModelBakery.cacheAndQueueDependencies(ResourceLocation p_119353_, UnbakedModel p_119354_) AtlasSet.getAtlas(ResourceLocation p_250828_) ModelManager.getAtlas(ResourceLocation p_119429_) ModelBaker.getModel(ResourceLocation p_252194_) ModelBakery.getModel(ResourceLocation p_119342_) ModelBakery.ModelBakerImpl.getModel(ResourceLocation p_248568_) ModelManager.getModel(ResourceLocation modelLocation) AtlasSet.StitchResult.getSprite(ResourceLocation p_249039_) protected BlockModelModelBakery.loadBlockModel(ResourceLocation p_119365_) private voidModelBakery.loadModel(ResourceLocation p_119363_) Method parameters in net.minecraft.client.resources.model with type arguments of type ResourceLocationModifier and TypeMethodDescriptionvoidModelBakery.bakeModels(BiFunction<ResourceLocation, Material, TextureAtlasSprite> p_248669_) Material.buffer(MultiBufferSource p_119195_, Function<ResourceLocation, RenderType> p_119196_) Material.buffer(MultiBufferSource p_119198_, Function<ResourceLocation, RenderType> p_119199_, boolean p_119200_) private ModelManager.ReloadStateModelManager.loadModels(ProfilerFiller p_252136_, Map<ResourceLocation, AtlasSet.StitchResult> p_250646_, ModelBakery p_248945_) Material.renderType(Function<ResourceLocation, RenderType> p_119202_) voidUnbakedModel.resolveParents(Function<ResourceLocation, UnbakedModel> p_119538_) Constructors in net.minecraft.client.resources.model with parameters of type ResourceLocationModifierConstructorDescription(package private)AtlasEntry(TextureAtlas atlas, ResourceLocation atlasInfoLocation) Creates an instance of aAtlasEntryrecord class.(package private)BakedCacheKey(ResourceLocation id, Transformation transformation, boolean isUvLocked) Creates an instance of aBakedCacheKeyrecord class.Material(ResourceLocation p_119191_, ResourceLocation p_119192_) (package private)ModelBakerImpl(BiFunction<ResourceLocation, Material, TextureAtlasSprite> p_249651_, ResourceLocation p_251408_) ModelResourceLocation(ResourceLocation p_119442_, String p_119443_) Constructor parameters in net.minecraft.client.resources.model with type arguments of type ResourceLocationModifierConstructorDescriptionAtlasSet(Map<ResourceLocation, ResourceLocation> p_249969_, TextureManager p_252059_) AtlasSet(Map<ResourceLocation, ResourceLocation> p_249969_, TextureManager p_252059_) (package private)ModelBakerImpl(BiFunction<ResourceLocation, Material, TextureAtlasSprite> p_249651_, ResourceLocation p_251408_) ModelBakery(BlockColors p_249183_, ProfilerFiller p_252014_, Map<ResourceLocation, BlockModel> p_251087_, Map<ResourceLocation, List<ModelBakery.LoadedJson>> p_250416_) -
Uses of ResourceLocation in net.minecraft.client.resources.sounds
Fields in net.minecraft.client.resources.sounds declared as ResourceLocationModifier and TypeFieldDescriptionprotected final ResourceLocationAbstractSoundInstance.locationprivate final ResourceLocationSound.locationMethods in net.minecraft.client.resources.sounds that return ResourceLocationModifier and TypeMethodDescriptionAbstractSoundInstance.getLocation()Sound.getLocation()SoundInstance.getLocation()Sound.getPath()Constructors in net.minecraft.client.resources.sounds with parameters of type ResourceLocationModifierConstructorDescriptionprotectedAbstractSoundInstance(ResourceLocation p_235068_, SoundSource p_235069_, RandomSource p_235070_) SimpleSoundInstance(ResourceLocation p_235087_, SoundSource p_235088_, float p_235089_, float p_235090_, RandomSource p_235091_, boolean p_235092_, int p_235093_, SoundInstance.Attenuation p_235094_, double p_235095_, double p_235096_, double p_235097_, boolean p_235098_) -
Uses of ResourceLocation in net.minecraft.client.searchtree
Method parameters in net.minecraft.client.searchtree with type arguments of type ResourceLocationModifier and TypeMethodDescriptionstatic <T> ResourceLocationSearchTree<T>ResourceLocationSearchTree.create(List<T> p_235213_, Function<T, Stream<ResourceLocation>> p_235214_) Constructor parameters in net.minecraft.client.searchtree with type arguments of type ResourceLocationModifierConstructorDescriptionIdSearchTree(Function<T, Stream<ResourceLocation>> p_235167_, List<T> p_235168_) -
Uses of ResourceLocation in net.minecraft.client.sounds
Fields in net.minecraft.client.sounds declared as ResourceLocationModifier and TypeFieldDescriptionstatic final ResourceLocationSoundManager.INTENTIONALLY_EMPTY_SOUND_LOCATIONFields in net.minecraft.client.sounds with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,CompletableFuture<SoundBuffer>> SoundBufferLibrary.cacheprivate static final Set<ResourceLocation>SoundEngine.ONLY_WARN_ONCE(package private) final Map<ResourceLocation,WeighedSoundEvents> SoundManager.Preparations.registryprivate final Map<ResourceLocation,WeighedSoundEvents> SoundManager.registryprivate Map<ResourceLocation,Resource> SoundManager.Preparations.soundCacheprivate final Map<ResourceLocation,Resource> SoundManager.soundCacheMethods in net.minecraft.client.sounds that return types with arguments of type ResourceLocationMethods in net.minecraft.client.sounds with parameters of type ResourceLocationModifier and TypeMethodDescriptionSoundBufferLibrary.getCompleteBuffer(ResourceLocation p_120203_) SoundManager.getSoundEvent(ResourceLocation p_120385_) SoundBufferLibrary.getStream(ResourceLocation p_120205_, boolean p_120206_) (package private) voidSoundManager.Preparations.handleRegistration(ResourceLocation p_250806_, SoundEventRegistration p_249632_) voidSoundEngine.stop(ResourceLocation p_120300_, SoundSource p_120301_) voidSoundManager.stop(ResourceLocation p_120387_, SoundSource p_120388_) (package private) static booleanSoundManager.validateSoundResource(Sound p_250396_, ResourceLocation p_250879_, ResourceProvider p_248737_) Method parameters in net.minecraft.client.sounds with type arguments of type ResourceLocationModifier and TypeMethodDescriptionvoidSoundManager.Preparations.apply(Map<ResourceLocation, WeighedSoundEvents> p_251229_, Map<ResourceLocation, Resource> p_251045_, SoundEngine p_250302_) Constructors in net.minecraft.client.sounds with parameters of type ResourceLocation -
Uses of ResourceLocation in net.minecraft.commands
Fields in net.minecraft.commands declared as ResourceLocationMethods in net.minecraft.commands that return ResourceLocationMethods in net.minecraft.commands that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionCommandSourceStack.getAvailableSounds()SharedSuggestionProvider.getAvailableSounds()CommandSourceStack.getRecipeNames()SharedSuggestionProvider.getRecipeNames()Method parameters in net.minecraft.commands with type arguments of type ResourceLocationModifier and TypeMethodDescriptionstatic <T> voidSharedSuggestionProvider.filterResources(Iterable<T> p_82939_, String p_82940_, String p_82941_, Function<T, ResourceLocation> p_82942_, Consumer<T> p_82943_) static <T> voidSharedSuggestionProvider.filterResources(Iterable<T> p_82945_, String p_82946_, Function<T, ResourceLocation> p_82947_, Consumer<T> p_82948_) static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>SharedSuggestionProvider.suggestResource(Iterable<ResourceLocation> p_82927_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_82928_) static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>SharedSuggestionProvider.suggestResource(Iterable<ResourceLocation> p_82930_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_82931_, String p_82932_) static <T> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>SharedSuggestionProvider.suggestResource(Iterable<T> p_82934_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_82935_, Function<T, ResourceLocation> p_82936_, Function<T, com.mojang.brigadier.Message> p_82937_) static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>SharedSuggestionProvider.suggestResource(Stream<ResourceLocation> p_82958_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_82959_) static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>SharedSuggestionProvider.suggestResource(Stream<ResourceLocation> p_205107_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_205108_, String p_205109_) static <T> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>SharedSuggestionProvider.suggestResource(Stream<T> p_82961_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_82962_, Function<T, ResourceLocation> p_82963_, Function<T, com.mojang.brigadier.Message> p_82964_) Constructors in net.minecraft.commands with parameters of type ResourceLocation -
Uses of ResourceLocation in net.minecraft.commands.arguments
Methods in net.minecraft.commands.arguments that return ResourceLocationModifier and TypeMethodDescriptionstatic ResourceLocationResourceLocationArgument.getId(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_107012_, String p_107013_) DimensionArgument.parse(com.mojang.brigadier.StringReader p_88807_) ResourceLocationArgument.parse(com.mojang.brigadier.StringReader p_106986_) -
Uses of ResourceLocation in net.minecraft.commands.arguments.blocks
Fields in net.minecraft.commands.arguments.blocks declared as ResourceLocation -
Uses of ResourceLocation in net.minecraft.commands.arguments.item
Methods in net.minecraft.commands.arguments.item that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionstatic com.mojang.datafixers.util.Pair<ResourceLocation,Collection<CommandFunction<CommandSourceStack>>> FunctionArgument.getFunctionCollection(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_312555_, String p_311726_) static com.mojang.datafixers.util.Pair<ResourceLocation,com.mojang.datafixers.util.Either<CommandFunction<CommandSourceStack>, Collection<CommandFunction<CommandSourceStack>>>> FunctionArgument.getFunctionOrTag(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120921_, String p_120922_) com.mojang.datafixers.util.Pair<ResourceLocation,com.mojang.datafixers.util.Either<CommandFunction<CommandSourceStack>, Collection<CommandFunction<CommandSourceStack>>>> FunctionArgument.Result.unwrap(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120956_) com.mojang.datafixers.util.Pair<ResourceLocation,Collection<CommandFunction<CommandSourceStack>>> FunctionArgument.Result.unwrapToCollection(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_313207_) Methods in net.minecraft.commands.arguments.item with parameters of type ResourceLocationModifier and TypeMethodDescription(package private) static CommandFunction<CommandSourceStack>FunctionArgument.getFunction(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120929_, ResourceLocation p_120930_) (package private) static Collection<CommandFunction<CommandSourceStack>>FunctionArgument.getFunctionTag(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_235274_, ResourceLocation p_235275_) -
Uses of ResourceLocation in net.minecraft.commands.execution
Methods in net.minecraft.commands.execution with parameters of type ResourceLocationModifier and TypeMethodDescriptionvoidTraceCallbacks.onCall(int p_313011_, ResourceLocation p_309460_, int p_309874_) -
Uses of ResourceLocation in net.minecraft.commands.functions
Fields in net.minecraft.commands.functions declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationMacroFunction.idprivate final ResourceLocationPlainTextFunction.idThe field for theidrecord component.Methods in net.minecraft.commands.functions that return ResourceLocationModifier 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 ResourceLocationModifier and TypeMethodDescriptionFunctionBuilder.build(ResourceLocation p_311383_) static <T extends ExecutionCommandSource<T>>
CommandFunction<T>CommandFunction.fromLines(ResourceLocation p_312869_, com.mojang.brigadier.CommandDispatcher<T> p_310963_, T p_312231_, List<String> p_310814_) MacroFunction.Entry.instantiate(List<String> p_312452_, com.mojang.brigadier.CommandDispatcher<T> p_313016_, T p_309465_, ResourceLocation p_311242_) MacroFunction.MacroEntry.instantiate(List<String> p_312101_, com.mojang.brigadier.CommandDispatcher<T> p_309379_, T p_310478_, ResourceLocation p_312655_) MacroFunction.PlainTextEntry.instantiate(List<String> p_311533_, com.mojang.brigadier.CommandDispatcher<T> p_311835_, T p_312017_, ResourceLocation p_311102_) Constructors in net.minecraft.commands.functions with parameters of type ResourceLocationModifierConstructorDescriptionMacroFunction(ResourceLocation p_311437_, List<MacroFunction.Entry<T>> p_310862_, List<String> p_310686_) PlainTextFunction(ResourceLocation id, List<UnboundEntryAction<T>> entries) Creates an instance of aPlainTextFunctionrecord class. -
Uses of ResourceLocation in net.minecraft.commands.synchronization
Fields in net.minecraft.commands.synchronization declared as ResourceLocationModifier and TypeFieldDescriptionprivate static final ResourceLocationSuggestionProviders.DEFAULT_NAME(package private) final ResourceLocationSuggestionProviders.Wrapper.nameFields in net.minecraft.commands.synchronization with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate static final Map<ResourceLocation,com.mojang.brigadier.suggestion.SuggestionProvider<SharedSuggestionProvider>> SuggestionProviders.PROVIDERS_BY_NAMEMethods in net.minecraft.commands.synchronization that return ResourceLocationModifier and TypeMethodDescriptionstatic ResourceLocationSuggestionProviders.getName(com.mojang.brigadier.suggestion.SuggestionProvider<SharedSuggestionProvider> p_121655_) Methods in net.minecraft.commands.synchronization with parameters of type ResourceLocationModifier and TypeMethodDescriptionstatic com.mojang.brigadier.suggestion.SuggestionProvider<SharedSuggestionProvider>SuggestionProviders.getProvider(ResourceLocation p_121657_) static <S extends SharedSuggestionProvider>
com.mojang.brigadier.suggestion.SuggestionProvider<S>SuggestionProviders.register(ResourceLocation p_121659_, com.mojang.brigadier.suggestion.SuggestionProvider<SharedSuggestionProvider> p_121660_) Constructors in net.minecraft.commands.synchronization with parameters of type ResourceLocationModifierConstructorDescriptionWrapper(ResourceLocation p_121678_, com.mojang.brigadier.suggestion.SuggestionProvider<SharedSuggestionProvider> p_121679_) -
Uses of ResourceLocation in net.minecraft.core
Fields in net.minecraft.core declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationDefaultedMappedRegistry.defaultKeyFields in net.minecraft.core with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,Holder.Reference<T>> MappedRegistry.byLocationprivate static final Set<ResourceLocation>MappedRegistry.KNOWNprivate final Map<ResourceLocation,HolderGetter<?>> RegistrySetBuilder.BuildState.registriesThe field for theregistriesrecord component.Methods in net.minecraft.core that return ResourceLocationModifier and TypeMethodDescriptionDefaultedMappedRegistry.getDefaultKey()DefaultedRegistry.getDefaultKey()Methods in net.minecraft.core that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionstatic Set<ResourceLocation>MappedRegistry.getKnownRegistries()MappedRegistry.keySet()Registry.keySet()RegistrySetBuilder.BuildState.registries()Returns the value of theregistriesrecord component.Methods in net.minecraft.core with parameters of type ResourceLocationModifier and TypeMethodDescriptionbooleanMappedRegistry.containsKey(ResourceLocation p_122761_) booleanRegistry.containsKey(ResourceLocation p_123011_) DefaultedMappedRegistry.get(ResourceLocation p_260004_) DefaultedRegistry.get(ResourceLocation p_122328_) MappedRegistry.get(ResourceLocation p_122739_) Registry.get(ResourceLocation p_123002_) DefaultedMappedRegistry.getOptional(ResourceLocation p_260078_) Registry.getOptional(ResourceLocation p_123007_) booleanHolder.Direct.is(ResourceLocation p_205727_) booleanHolder.is(ResourceLocation p_205713_) booleanHolder.Reference.is(ResourceLocation p_205779_) static <V,T extends V>
TRegistry.register(Registry<V> p_122966_, ResourceLocation p_122967_, T p_122968_) static <T> Holder.Reference<T>Registry.registerForHolder(Registry<T> p_263351_, ResourceLocation p_263363_, T p_263423_) Constructor parameters in net.minecraft.core with type arguments of type ResourceLocationModifierConstructorDescription(package private)BuildState(RegistrySetBuilder.CompositeOwner owner, RegistrySetBuilder.UniversalLookup lookup, Map<ResourceLocation, HolderGetter<?>> registries, Map<ResourceKey<?>, RegistrySetBuilder.RegisteredValue<?>> registeredValues, List<RuntimeException> errors) Creates an instance of aBuildStaterecord class. -
Uses of ResourceLocation in net.minecraft.core.registries
Fields in net.minecraft.core.registries declared as ResourceLocationFields in net.minecraft.core.registries with type parameters of type ResourceLocationModifier and TypeFieldDescriptionstatic final Registry<ResourceLocation>BuiltInRegistries.CUSTOM_STATstatic final ResourceKey<Registry<ResourceLocation>>Registries.CUSTOM_STATprivate static final Map<ResourceLocation,Supplier<?>> BuiltInRegistries.LOADERS -
Uses of ResourceLocation in net.minecraft.data
Methods in net.minecraft.data with parameters of type ResourceLocationModifier and TypeMethodDescriptionPackOutput.PathProvider.file(ResourceLocation p_250940_, String p_251208_) PackOutput.PathProvider.json(ResourceLocation p_251634_) -
Uses of ResourceLocation in net.minecraft.data.info
Methods in net.minecraft.data.info with parameters of type ResourceLocationModifier and TypeMethodDescriptionprivate PathBiomeParametersDumpReport.createPath(ResourceLocation p_236179_) -
Uses of ResourceLocation in net.minecraft.data.loot
Fields in net.minecraft.data.loot with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprotected final Map<ResourceLocation,LootTable.Builder> BlockLootSubProvider.mapprivate final Map<EntityType<?>,Map<ResourceLocation, LootTable.Builder>> EntityLootSubProvider.mapprivate final Set<ResourceLocation>LootTableProvider.requiredTablesMethods in net.minecraft.data.loot with parameters of type ResourceLocationModifier and TypeMethodDescriptionprotected voidEntityLootSubProvider.add(EntityType<?> p_252130_, ResourceLocation p_251706_, LootTable.Builder p_249357_) Method parameters in net.minecraft.data.loot with type arguments of type ResourceLocationModifier and TypeMethodDescriptionvoidBlockLootSubProvider.generate(BiConsumer<ResourceLocation, LootTable.Builder> p_249322_) voidEntityLootSubProvider.generate(BiConsumer<ResourceLocation, LootTable.Builder> p_251751_) voidLootTableSubProvider.generate(BiConsumer<ResourceLocation, LootTable.Builder> p_249643_) protected voidLootTableProvider.validate(Map<ResourceLocation, LootTable> map, ValidationContext validationcontext) Constructor parameters in net.minecraft.data.loot with type arguments of type ResourceLocationModifierConstructorDescriptionprotectedBlockLootSubProvider(Set<Item> p_281507_, FeatureFlagSet p_283552_, Map<ResourceLocation, LootTable.Builder> p_282212_) LootTableProvider(PackOutput p_254123_, Set<ResourceLocation> p_254481_, List<LootTableProvider.SubProviderEntry> p_253798_) -
Uses of ResourceLocation in net.minecraft.data.loot.packs
Method parameters in net.minecraft.data.loot.packs with type arguments of type ResourceLocationModifier and TypeMethodDescriptionvoidTradeRebalanceChestLoot.generate(BiConsumer<ResourceLocation, LootTable.Builder> p_301336_) voidUpdateOneTwentyOneChestLoot.generate(BiConsumer<ResourceLocation, LootTable.Builder> p_309902_) voidVanillaArchaeologyLoot.generate(BiConsumer<ResourceLocation, LootTable.Builder> p_278066_) voidVanillaChestLoot.generate(BiConsumer<ResourceLocation, LootTable.Builder> p_250931_) voidVanillaFishingLoot.generate(BiConsumer<ResourceLocation, LootTable.Builder> p_249559_) voidVanillaGiftLoot.generate(BiConsumer<ResourceLocation, LootTable.Builder> p_250831_) voidVanillaPiglinBarterLoot.generate(BiConsumer<ResourceLocation, LootTable.Builder> p_250176_) static voidVanillaChestLoot.spawnerLootTables(BiConsumer<ResourceLocation, LootTable.Builder> p_312949_) -
Uses of ResourceLocation in net.minecraft.data.models
Fields in net.minecraft.data.models declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationBlockModelGenerators.BlockEntityModelGenerator.baseModelprivate ResourceLocationBlockModelGenerators.BlockFamilyProvider.fullBlockstatic final ResourceLocationItemModelGenerators.TRIM_TYPE_PREDICATE_IDFields in net.minecraft.data.models with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate static final Map<BlockModelGenerators.BookSlotModelCacheKey,ResourceLocation> BlockModelGenerators.CHISELED_BOOKSHELF_SLOT_MODEL_CACHE(package private) final BiConsumer<ResourceLocation,Supplier<com.google.gson.JsonElement>> BlockModelGenerators.modelOutputprivate final Map<ModelTemplate,ResourceLocation> BlockModelGenerators.BlockFamilyProvider.modelsstatic final List<com.mojang.datafixers.util.Pair<BooleanProperty,Function<ResourceLocation, Variant>>> BlockModelGenerators.MULTIFACE_GENERATORprivate final BiConsumer<ResourceLocation,Supplier<com.google.gson.JsonElement>> ItemModelGenerators.outputMethods in net.minecraft.data.models that return ResourceLocationModifier and TypeMethodDescriptionprivate ResourceLocationBlockModelGenerators.createSuffixedVariant(Block p_124579_, String p_124580_, ModelTemplate p_124581_, Function<ResourceLocation, TextureMapping> p_124582_) private ResourceLocationBlockModelGenerators.createTurtleEggModel(int p_124514_, String p_124515_, TextureMapping p_124516_) private ResourceLocationBlockModelGenerators.createTurtleEggModel(Integer p_124677_, Integer p_124678_) private ResourceLocationItemModelGenerators.getItemModelForTrimMaterial(ResourceLocation p_266817_, String p_267030_) private ResourceLocationBlockModelGenerators.BlockFamilyProvider.getOrCreateModel(ModelTemplate p_176262_, Block p_176263_) Methods in net.minecraft.data.models that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionprivate List<ResourceLocation>BlockModelGenerators.createFloorFireModels(Block p_124996_) private List<ResourceLocation>BlockModelGenerators.createSideFireModels(Block p_124999_) private List<ResourceLocation>BlockModelGenerators.createTopFireModels(Block p_125002_) Methods in net.minecraft.data.models with parameters of type ResourceLocationModifier and TypeMethodDescriptionBlockModelGenerators.blockEntityModels(ResourceLocation p_124691_, Block p_124692_) private static PropertyDispatch.C4<Direction,DoubleBlockHalf, DoorHingeSide, Boolean> BlockModelGenerators.configureDoorHalf(PropertyDispatch.C4<Direction, DoubleBlockHalf, DoorHingeSide, Boolean> p_236305_, DoubleBlockHalf p_236306_, ResourceLocation p_236307_, ResourceLocation p_236308_, ResourceLocation p_236309_, ResourceLocation p_236310_) BlockModelGenerators.BlockStateGeneratorSupplier.create(Block p_176278_, ResourceLocation p_176279_, TextureMapping p_176280_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_176281_) private voidBlockModelGenerators.createAirLikeBlock(Block p_124922_, ResourceLocation p_124923_) (package private) static BlockStateGeneratorBlockModelGenerators.createAxisAlignedPillarBlock(Block p_124882_, ResourceLocation p_124883_) private voidBlockModelGenerators.createAxisAlignedPillarBlockCustomModel(Block p_124902_, ResourceLocation p_124903_) private static PropertyDispatchBlockModelGenerators.createBooleanModelDispatch(BooleanProperty p_124623_, ResourceLocation p_124624_, ResourceLocation p_124625_) (package private) static BlockStateGeneratorBlockModelGenerators.createButton(Block p_124885_, ResourceLocation p_124886_, ResourceLocation p_124887_) private BlockStateGeneratorBlockModelGenerators.createCopperBulb(Block p_309677_, ResourceLocation p_309526_, ResourceLocation p_310659_, ResourceLocation p_310780_, ResourceLocation p_309762_) (package private) static BlockStateGeneratorBlockModelGenerators.createCustomFence(Block p_248625_, ResourceLocation p_248654_, ResourceLocation p_249827_, ResourceLocation p_248819_, ResourceLocation p_251062_, ResourceLocation p_249076_) private static BlockStateGeneratorBlockModelGenerators.createDoor(Block p_236284_, ResourceLocation p_236285_, ResourceLocation p_236286_, ResourceLocation p_236287_, ResourceLocation p_236288_, ResourceLocation p_236289_, ResourceLocation p_236290_, ResourceLocation p_236291_, ResourceLocation p_236292_) private voidBlockModelGenerators.createDoubleBlock(Block p_124954_, ResourceLocation p_124955_, ResourceLocation p_124956_) private static <T extends Comparable<T>>
PropertyDispatchBlockModelGenerators.createEmptyOrFullDispatch(Property<T> p_124627_, T p_124628_, ResourceLocation p_124629_, ResourceLocation p_124630_) (package private) static BlockStateGeneratorBlockModelGenerators.createFence(Block p_124905_, ResourceLocation p_124906_, ResourceLocation p_124907_) (package private) static BlockStateGeneratorBlockModelGenerators.createFenceGate(Block p_124810_, ResourceLocation p_124811_, ResourceLocation p_124812_, ResourceLocation p_124813_, ResourceLocation p_124814_, boolean p_251730_) private voidBlockModelGenerators.createGrassLikeBlock(Block p_124600_, ResourceLocation p_124601_, Variant p_124602_) private static BlockStateGeneratorBlockModelGenerators.createMirroredColumnGenerator(Block p_176180_, ResourceLocation p_176181_, TextureMapping p_176182_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_176183_) private static BlockStateGeneratorBlockModelGenerators.createMirroredCubeGenerator(Block p_176110_, ResourceLocation p_176111_, TextureMapping p_176112_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_176113_) private static BlockStateGeneratorBlockModelGenerators.createNorthWestMirroredCubeGenerator(Block p_236317_, ResourceLocation p_236318_, TextureMapping p_236319_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_236320_) private static BlockStateGeneratorBlockModelGenerators.createOrientableTrapdoor(Block p_124889_, ResourceLocation p_124890_, ResourceLocation p_124891_, ResourceLocation p_124892_) private voidBlockModelGenerators.createPistonVariant(Block p_124604_, ResourceLocation p_124605_, TextureMapping p_124606_) (package private) static BlockStateGeneratorBlockModelGenerators.createPressurePlate(Block p_124942_, ResourceLocation p_124943_, ResourceLocation p_124944_) (package private) static BlockStateGeneratorBlockModelGenerators.createRotatedPillarWithHorizontalVariant(Block p_124925_, ResourceLocation p_124926_, ResourceLocation p_124927_) private static MultiVariantGeneratorBlockModelGenerators.createRotatedVariant(Block p_124832_, ResourceLocation p_124833_) private static MultiVariantGeneratorBlockModelGenerators.createRotatedVariant(Block p_124863_, ResourceLocation p_124864_, ResourceLocation p_124865_) private static Variant[]BlockModelGenerators.createRotatedVariants(ResourceLocation p_124689_) (package private) static MultiVariantGeneratorBlockModelGenerators.createSimpleBlock(Block p_124860_, ResourceLocation p_124861_) (package private) static BlockStateGeneratorBlockModelGenerators.createSlab(Block p_124929_, ResourceLocation p_124930_, ResourceLocation p_124931_, ResourceLocation p_124932_) (package private) static BlockStateGeneratorBlockModelGenerators.createStairs(Block p_124867_, ResourceLocation p_124868_, ResourceLocation p_124869_, ResourceLocation p_124870_) private static BlockStateGeneratorBlockModelGenerators.createTrapdoor(Block p_124909_, ResourceLocation p_124910_, ResourceLocation p_124911_, ResourceLocation p_124912_) (package private) static BlockStateGeneratorBlockModelGenerators.createWall(Block p_124839_, ResourceLocation p_124840_, ResourceLocation p_124841_, ResourceLocation p_124842_) private voidBlockModelGenerators.delegateItemModel(Item p_124520_, ResourceLocation p_124521_) (package private) voidBlockModelGenerators.delegateItemModel(Block p_124798_, ResourceLocation p_124799_) private com.google.gson.JsonObjectItemModelGenerators.generateBaseArmorTrimTemplate(ResourceLocation p_266939_, Map<TextureSlot, ResourceLocation> p_267324_, ArmorMaterial p_267970_) private voidItemModelGenerators.generateLayeredItem(ResourceLocation p_267272_, ResourceLocation p_266738_, ResourceLocation p_267328_) private voidItemModelGenerators.generateLayeredItem(ResourceLocation p_268353_, ResourceLocation p_268162_, ResourceLocation p_268173_, ResourceLocation p_268312_) private ResourceLocationItemModelGenerators.getItemModelForTrimMaterial(ResourceLocation p_266817_, String p_267030_) Method parameters in net.minecraft.data.models with type arguments of type ResourceLocationModifier and TypeMethodDescriptionBlockModelGenerators.BlockStateGeneratorSupplier.create(Block p_176278_, ResourceLocation p_176279_, TextureMapping p_176280_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_176281_) private static BlockStateGeneratorBlockModelGenerators.createMirroredColumnGenerator(Block p_176180_, ResourceLocation p_176181_, TextureMapping p_176182_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_176183_) private static BlockStateGeneratorBlockModelGenerators.createMirroredCubeGenerator(Block p_176110_, ResourceLocation p_176111_, TextureMapping p_176112_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_176113_) private static BlockStateGeneratorBlockModelGenerators.createNorthWestMirroredCubeGenerator(Block p_236317_, ResourceLocation p_236318_, TextureMapping p_236319_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_236320_) (package private) static BlockStateGeneratorBlockModelGenerators.createPillarBlockUVLocked(Block p_259670_, TextureMapping p_259852_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_259181_) private ResourceLocationBlockModelGenerators.createSuffixedVariant(Block p_124579_, String p_124580_, ModelTemplate p_124581_, Function<ResourceLocation, TextureMapping> p_124582_) private com.google.gson.JsonObjectItemModelGenerators.generateBaseArmorTrimTemplate(ResourceLocation p_266939_, Map<TextureSlot, ResourceLocation> p_267324_, ArmorMaterial p_267970_) BlockModelGenerators.wrapModels(List<ResourceLocation> p_124683_, UnaryOperator<Variant> p_124684_) Constructors in net.minecraft.data.models with parameters of type ResourceLocationModifierConstructorDescriptionBlockEntityModelGenerator(ResourceLocation p_125020_, Block p_125021_) Constructor parameters in net.minecraft.data.models with type arguments of type ResourceLocationModifierConstructorDescriptionBlockModelGenerators(Consumer<BlockStateGenerator> p_124481_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_124482_, Consumer<Item> p_124483_) ItemModelGenerators(BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125082_) -
Uses of ResourceLocation in net.minecraft.data.models.blockstates
Fields in net.minecraft.data.models.blockstates with type parameters of type ResourceLocationModifier and TypeFieldDescriptionstatic final VariantProperty<ResourceLocation>VariantProperties.MODEL -
Uses of ResourceLocation in net.minecraft.data.models.model
Fields in net.minecraft.data.models.model declared as ResourceLocationFields in net.minecraft.data.models.model with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Optional<ResourceLocation>ModelTemplate.modelprivate final Map<TextureSlot,ResourceLocation> TextureMapping.slotsMethods in net.minecraft.data.models.model that return ResourceLocationModifier and TypeMethodDescriptionModelTemplate.create(ResourceLocation p_125613_, TextureMapping p_125614_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125615_) ModelTemplate.create(ResourceLocation p_266990_, TextureMapping p_267329_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_266768_, ModelTemplate.JsonFactory p_266906_) ModelTemplate.create(Block p_125593_, TextureMapping p_125594_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125595_) TexturedModel.create(Block p_125938_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125939_) default ResourceLocationTexturedModel.Provider.create(Block p_125957_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125958_) ModelTemplate.createWithOverride(Block p_125617_, String p_125618_, TextureMapping p_125619_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125620_) ModelTemplate.createWithSuffix(Block p_125597_, String p_125598_, TextureMapping p_125599_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125600_) TexturedModel.createWithSuffix(Block p_125934_, String p_125935_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125936_) default ResourceLocationTexturedModel.Provider.createWithSuffix(Block p_125953_, String p_125954_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125955_) static ResourceLocationModelLocationUtils.decorateBlockModelLocation(String p_125582_) Deprecated.static ResourceLocationModelLocationUtils.decorateItemModelLocation(String p_125584_) TextureMapping.get(TextureSlot p_125757_) static ResourceLocationTextureMapping.getBlockTexture(Block p_125741_) static ResourceLocationTextureMapping.getBlockTexture(Block p_125754_, String p_125755_) ModelTemplate.getDefaultModelLocation(Block p_311971_) static ResourceLocationTextureMapping.getItemTexture(Item p_125779_) static ResourceLocationTextureMapping.getItemTexture(Item p_125746_, String p_125747_) static ResourceLocationModelLocationUtils.getModelLocation(Item p_125572_) static ResourceLocationModelLocationUtils.getModelLocation(Item p_125574_, String p_125575_) static ResourceLocationModelLocationUtils.getModelLocation(Block p_125577_) static ResourceLocationModelLocationUtils.getModelLocation(Block p_125579_, String p_125580_) Methods in net.minecraft.data.models.model that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionprivate Map<TextureSlot,ResourceLocation> ModelTemplate.createMap(TextureMapping p_125609_) Methods in net.minecraft.data.models.model with parameters of type ResourceLocationModifier and TypeMethodDescriptionstatic TextureMappingTextureMapping.cauldron(ResourceLocation p_176489_) static TextureMappingTextureMapping.column(ResourceLocation p_125764_, ResourceLocation p_125765_) TextureMapping.copyAndUpdate(TextureSlot p_125786_, ResourceLocation p_125787_) ModelTemplate.create(ResourceLocation p_125613_, TextureMapping p_125614_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125615_) ModelTemplate.create(ResourceLocation p_266990_, TextureMapping p_267329_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_266768_, ModelTemplate.JsonFactory p_266906_) com.google.gson.JsonObjectModelTemplate.JsonFactory.create(ResourceLocation p_266987_, Map<TextureSlot, ResourceLocation> p_266933_) static TexturedModelTexturedModel.createAllSame(ResourceLocation p_125950_) com.google.gson.JsonObjectModelTemplate.createBaseTemplate(ResourceLocation p_266830_, Map<TextureSlot, ResourceLocation> p_266912_) static TextureMappingTextureMapping.crop(ResourceLocation p_125809_) static TextureMappingTextureMapping.cross(ResourceLocation p_125789_) static TextureMappingTextureMapping.cube(ResourceLocation p_125777_) static TextureMappingTextureMapping.defaultTexture(ResourceLocation p_125762_) static TextureMappingTextureMapping.door(ResourceLocation p_176484_, ResourceLocation p_176485_) static TextureMappingTextureMapping.layer0(ResourceLocation p_125821_) static TextureMappingTextureMapping.layered(ResourceLocation p_267142_, ResourceLocation p_266884_) static TextureMappingTextureMapping.layered(ResourceLocation p_268096_, ResourceLocation p_268084_, ResourceLocation p_268063_) static TextureMappingTextureMapping.particle(ResourceLocation p_125813_) static TextureMappingTextureMapping.plant(ResourceLocation p_125799_) TextureMapping.put(TextureSlot p_125759_, ResourceLocation p_125760_) TextureMapping.putForced(TextureSlot p_176481_, ResourceLocation p_176482_) static TextureMappingTextureMapping.rail(ResourceLocation p_125803_) static TextureMappingTextureMapping.singleSlot(TextureSlot p_125796_, ResourceLocation p_125797_) static TextureMappingTextureMapping.torch(ResourceLocation p_125817_) static TextureMappingTextureMapping.wool(ResourceLocation p_176487_) Method parameters in net.minecraft.data.models.model with type arguments of type ResourceLocationModifier and TypeMethodDescriptionModelTemplate.create(ResourceLocation p_125613_, TextureMapping p_125614_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125615_) ModelTemplate.create(ResourceLocation p_266990_, TextureMapping p_267329_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_266768_, ModelTemplate.JsonFactory p_266906_) ModelTemplate.create(Block p_125593_, TextureMapping p_125594_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125595_) com.google.gson.JsonObjectModelTemplate.JsonFactory.create(ResourceLocation p_266987_, Map<TextureSlot, ResourceLocation> p_266933_) TexturedModel.create(Block p_125938_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125939_) default ResourceLocationTexturedModel.Provider.create(Block p_125957_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125958_) com.google.gson.JsonObjectModelTemplate.createBaseTemplate(ResourceLocation p_266830_, Map<TextureSlot, ResourceLocation> p_266912_) ModelTemplate.createWithOverride(Block p_125617_, String p_125618_, TextureMapping p_125619_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125620_) ModelTemplate.createWithSuffix(Block p_125597_, String p_125598_, TextureMapping p_125599_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125600_) TexturedModel.createWithSuffix(Block p_125934_, String p_125935_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125936_) default ResourceLocationTexturedModel.Provider.createWithSuffix(Block p_125953_, String p_125954_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125955_) Constructors in net.minecraft.data.models.model with parameters of type ResourceLocationConstructor parameters in net.minecraft.data.models.model with type arguments of type ResourceLocationModifierConstructorDescriptionModelTemplate(Optional<ResourceLocation> p_125589_, Optional<String> p_125590_, TextureSlot... p_125591_) -
Uses of ResourceLocation in net.minecraft.data.recipes
Fields in net.minecraft.data.recipes declared as ResourceLocationModifier and TypeFieldDescriptionstatic final ResourceLocationRecipeBuilder.ROOT_RECIPE_ADVANCEMENTMethods in net.minecraft.data.recipes that return ResourceLocationModifier and TypeMethodDescriptionstatic ResourceLocationRecipeBuilder.getDefaultRecipeId(ItemLike p_176494_) Methods in net.minecraft.data.recipes with parameters of type ResourceLocationModifier and TypeMethodDescriptiondefault voidRecipeOutput.accept(ResourceLocation id, Recipe<?> recipe, AdvancementHolder advancement) voidRecipeOutput.accept(ResourceLocation id, Recipe<?> recipe, ResourceLocation advancementId, com.google.gson.JsonElement advancement) private ShapedRecipePatternShapedRecipeBuilder.ensureValid(ResourceLocation p_126144_) private voidShapelessRecipeBuilder.ensureValid(ResourceLocation p_126208_) private voidSimpleCookingRecipeBuilder.ensureValid(ResourceLocation p_126266_) private voidSingleItemRecipeBuilder.ensureValid(ResourceLocation p_126330_) private voidSmithingTransformRecipeBuilder.ensureValid(ResourceLocation p_267259_) private voidSmithingTrimRecipeBuilder.ensureValid(ResourceLocation p_267040_) voidRecipeBuilder.save(RecipeOutput p_298791_, ResourceLocation p_176504_) voidShapedRecipeBuilder.save(RecipeOutput p_298334_, ResourceLocation p_126142_) voidShapelessRecipeBuilder.save(RecipeOutput p_300117_, ResourceLocation p_126206_) voidSimpleCookingRecipeBuilder.save(RecipeOutput p_299448_, ResourceLocation p_126264_) voidSingleItemRecipeBuilder.save(RecipeOutput p_298439_, ResourceLocation p_126328_) voidSmithingTransformRecipeBuilder.save(RecipeOutput p_301024_, ResourceLocation p_267287_) voidSmithingTrimRecipeBuilder.save(RecipeOutput p_301392_, ResourceLocation p_266718_) voidSpecialRecipeBuilder.save(RecipeOutput p_301231_, ResourceLocation p_297560_) protected CompletableFuture<?>RecipeProvider.saveAdvancement(CachedOutput output, ResourceLocation advancementId, com.google.gson.JsonElement advancement) Called every time a recipe is saved to also save the advancement JSON if it exists.protected static voidRecipeProvider.trimSmithing(RecipeOutput p_297574_, Item p_285461_, ResourceLocation p_285044_) -
Uses of ResourceLocation in net.minecraft.data.recipes.packs
Fields in net.minecraft.data.recipes.packs declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationVanillaRecipeProvider.TrimTemplate.idThe field for theidrecord component.Methods in net.minecraft.data.recipes.packs that return ResourceLocationModifier and TypeMethodDescriptionVanillaRecipeProvider.TrimTemplate.id()Returns the value of theidrecord component.Constructors in net.minecraft.data.recipes.packs with parameters of type ResourceLocationModifierConstructorDescriptionTrimTemplate(Item template, ResourceLocation id) Creates an instance of aTrimTemplaterecord class. -
Uses of ResourceLocation in net.minecraft.data.tags
Fields in net.minecraft.data.tags with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprotected final Map<ResourceLocation,TagBuilder> TagsProvider.buildersMethods in net.minecraft.data.tags with parameters of type ResourceLocationModifier and TypeMethodDescriptionTagsProvider.TagAppender.addOptional(ResourceLocation p_176840_) TagsProvider.TagAppender.addOptionalTag(ResourceLocation p_176842_) protected @Nullable PathTagsProvider.getPath(ResourceLocation id) -
Uses of ResourceLocation in net.minecraft.data.worldgen
Methods in net.minecraft.data.worldgen with parameters of type ResourceLocationModifier and TypeMethodDescriptionprivate static CappedProcessorProcessorLists.trailsArchyLootProcessor(ResourceLocation p_282232_, int p_281868_) -
Uses of ResourceLocation in net.minecraft.network
Methods in net.minecraft.network that return ResourceLocationMethods in net.minecraft.network with parameters of type ResourceLocationModifier and TypeMethodDescriptionFriendlyByteBuf.writeResourceLocation(ResourceLocation p_130086_) -
Uses of ResourceLocation in net.minecraft.network.chat
Fields in net.minecraft.network.chat declared as ResourceLocationModifier and TypeFieldDescriptionstatic final ResourceLocationStyle.DEFAULT_FONT(package private) final ResourceLocationStyle.fontMethods in net.minecraft.network.chat that return ResourceLocationMethods in net.minecraft.network.chat with parameters of type ResourceLocationModifier and TypeMethodDescriptionstatic ComponentComponent.translationArg(ResourceLocation p_311439_) Style.withFont(ResourceLocation p_131151_) Constructors in net.minecraft.network.chat with parameters of type ResourceLocationModifierConstructorDescriptionprivateStyle(TextColor p_131113_, Boolean p_131114_, Boolean p_131115_, Boolean p_131116_, Boolean p_131117_, Boolean p_131118_, ClickEvent p_131119_, HoverEvent p_131120_, String p_131121_, ResourceLocation p_131122_) -
Uses of ResourceLocation in net.minecraft.network.chat.contents
Fields in net.minecraft.network.chat.contents declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationStorageDataSource.idThe field for theidrecord component.Methods in net.minecraft.network.chat.contents that return ResourceLocationModifier and TypeMethodDescriptionStorageDataSource.id()Returns the value of theidrecord component.Constructors in net.minecraft.network.chat.contents with parameters of type ResourceLocationModifierConstructorDescriptionCreates an instance of aStorageDataSourcerecord class. -
Uses of ResourceLocation in net.minecraft.network.protocol.common
Fields in net.minecraft.network.protocol.common with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate static final Map<ResourceLocation,FriendlyByteBuf.Reader<? extends CustomPacketPayload>> ClientboundCustomPayloadPacket.KNOWN_TYPESprivate static final Map<ResourceLocation,FriendlyByteBuf.Reader<? extends CustomPacketPayload>> ServerboundCustomPayloadPacket.KNOWN_TYPESMethods in net.minecraft.network.protocol.common that return ResourceLocationModifier and TypeMethodDescriptionClientboundCustomPayloadPacket.getName()ServerboundCustomPayloadPacket.getName()Methods in net.minecraft.network.protocol.common with parameters of type ResourceLocationModifier and TypeMethodDescriptionprivate static CustomPacketPayloadClientboundCustomPayloadPacket.readPayload(ResourceLocation p_298700_, FriendlyByteBuf p_298589_) private static CustomPacketPayloadServerboundCustomPayloadPacket.readPayload(ResourceLocation p_301116_, FriendlyByteBuf p_298967_) private static DiscardedPayloadClientboundCustomPayloadPacket.readUnknownPayload(ResourceLocation p_299265_, FriendlyByteBuf p_297545_) private static DiscardedPayloadServerboundCustomPayloadPacket.readUnknownPayload(ResourceLocation p_300234_, FriendlyByteBuf p_299925_) -
Uses of ResourceLocation in net.minecraft.network.protocol.common.custom
Fields in net.minecraft.network.protocol.common.custom declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationDiscardedPayload.idThe field for theidrecord component.static final ResourceLocationBeeDebugPayload.IDstatic final ResourceLocationBrainDebugPayload.IDstatic final ResourceLocationBrandPayload.IDstatic final ResourceLocationBreezeDebugPayload.IDstatic final ResourceLocationGameEventDebugPayload.IDstatic final ResourceLocationGameEventListenerDebugPayload.IDstatic final ResourceLocationGameTestAddMarkerDebugPayload.IDstatic final ResourceLocationGameTestClearMarkersDebugPayload.IDstatic final ResourceLocationGoalDebugPayload.IDstatic final ResourceLocationHiveDebugPayload.IDstatic final ResourceLocationNeighborUpdatesDebugPayload.IDstatic final ResourceLocationPathfindingDebugPayload.IDstatic final ResourceLocationPoiAddedDebugPayload.IDstatic final ResourceLocationPoiRemovedDebugPayload.IDstatic final ResourceLocationPoiTicketCountDebugPayload.IDstatic final ResourceLocationRaidsDebugPayload.IDstatic final ResourceLocationStructuresDebugPayload.IDstatic final ResourceLocationVillageSectionsDebugPayload.IDstatic final ResourceLocationWorldGenAttemptDebugPayload.IDMethods in net.minecraft.network.protocol.common.custom that return ResourceLocationModifier and TypeMethodDescriptionBeeDebugPayload.id()BrainDebugPayload.id()BrandPayload.id()BreezeDebugPayload.id()CustomPacketPayload.id()DiscardedPayload.id()Returns the value of theidrecord component.GameEventDebugPayload.id()GameEventListenerDebugPayload.id()GameTestAddMarkerDebugPayload.id()GameTestClearMarkersDebugPayload.id()GoalDebugPayload.id()HiveDebugPayload.id()NeighborUpdatesDebugPayload.id()PathfindingDebugPayload.id()PoiAddedDebugPayload.id()PoiRemovedDebugPayload.id()PoiTicketCountDebugPayload.id()RaidsDebugPayload.id()StructuresDebugPayload.id()VillageSectionsDebugPayload.id()WorldGenAttemptDebugPayload.id()Constructors in net.minecraft.network.protocol.common.custom with parameters of type ResourceLocationModifierConstructorDescriptionDiscardedPayload(ResourceLocation id, @Nullable FriendlyByteBuf data) Creates an instance of aDiscardedPayloadrecord class. -
Uses of ResourceLocation in net.minecraft.network.protocol.configuration
Fields in net.minecraft.network.protocol.configuration with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Set<ResourceLocation>ClientboundUpdateEnabledFeaturesPacket.featuresThe field for thefeaturesrecord component.Methods in net.minecraft.network.protocol.configuration that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionClientboundUpdateEnabledFeaturesPacket.features()Returns the value of thefeaturesrecord component.Constructor parameters in net.minecraft.network.protocol.configuration with type arguments of type ResourceLocationModifierConstructorDescriptionCreates an instance of aClientboundUpdateEnabledFeaturesPacketrecord class. -
Uses of ResourceLocation in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationClientboundStopSoundPacket.nameprivate final ResourceLocationServerboundSetJigsawBlockPacket.nameprivate final ResourceLocationServerboundSetJigsawBlockPacket.poolprivate final ResourceLocationClientboundPlaceGhostRecipePacket.recipeprivate final ResourceLocationServerboundPlaceRecipePacket.recipeprivate final ResourceLocationServerboundRecipeBookSeenRecipePacket.recipeprivate final ResourceLocationClientboundCommandsPacket.ArgumentNodeStub.suggestionIdprivate final ResourceLocationClientboundSelectAdvancementsTabPacket.tabprivate final ResourceLocationServerboundSeenAdvancementsPacket.tabprivate final ResourceLocationServerboundSetJigsawBlockPacket.targetFields in net.minecraft.network.protocol.game with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,AdvancementProgress> ClientboundUpdateAdvancementsPacket.progressprivate final List<ResourceLocation>ClientboundRecipePacket.recipesprivate final Set<ResourceLocation>ClientboundUpdateAdvancementsPacket.removedprivate final List<ResourceLocation>ClientboundRecipePacket.toHighlightMethods in net.minecraft.network.protocol.game that return ResourceLocationModifier and TypeMethodDescriptionClientboundStopSoundPacket.getName()ServerboundSetJigsawBlockPacket.getName()ServerboundSetJigsawBlockPacket.getPool()ClientboundPlaceGhostRecipePacket.getRecipe()ServerboundPlaceRecipePacket.getRecipe()ServerboundRecipeBookSeenRecipePacket.getRecipe()private static ResourceLocationClientboundCommandsPacket.ArgumentNodeStub.getSuggestionId(com.mojang.brigadier.suggestion.SuggestionProvider<SharedSuggestionProvider> p_237654_) ClientboundSelectAdvancementsTabPacket.getTab()ServerboundSeenAdvancementsPacket.getTab()ServerboundSetJigsawBlockPacket.getTarget()Methods in net.minecraft.network.protocol.game that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionClientboundRecipePacket.getHighlights()ClientboundUpdateAdvancementsPacket.getProgress()ClientboundRecipePacket.getRecipes()ClientboundUpdateAdvancementsPacket.getRemoved()Constructors in net.minecraft.network.protocol.game with parameters of type ResourceLocationModifierConstructorDescription(package private)ArgumentNodeStub(String p_237650_, ArgumentTypeInfo.Template<?> p_237651_, ResourceLocation p_237652_) ClientboundStopSoundPacket(ResourceLocation p_133468_, SoundSource p_133469_) ServerboundSeenAdvancementsPacket(ServerboundSeenAdvancementsPacket.Action p_134434_, ResourceLocation p_134435_) ServerboundSetJigsawBlockPacket(BlockPos p_134573_, ResourceLocation p_134574_, ResourceLocation p_134575_, ResourceLocation p_134576_, String p_134577_, JigsawBlockEntity.JointType p_134578_, int p_309767_, int p_310524_) Constructor parameters in net.minecraft.network.protocol.game with type arguments of type ResourceLocationModifierConstructorDescriptionClientboundRecipePacket(ClientboundRecipePacket.State p_132855_, Collection<ResourceLocation> p_132856_, Collection<ResourceLocation> p_132857_, RecipeBookSettings p_132858_) ClientboundUpdateAdvancementsPacket(boolean p_133560_, Collection<AdvancementHolder> p_133561_, Set<ResourceLocation> p_133562_, Map<ResourceLocation, AdvancementProgress> p_133563_) ClientboundUpdateAdvancementsPacket(boolean p_133560_, Collection<AdvancementHolder> p_133561_, Set<ResourceLocation> p_133562_, Map<ResourceLocation, AdvancementProgress> p_133563_) -
Uses of ResourceLocation in net.minecraft.network.protocol.login
Methods in net.minecraft.network.protocol.login that return ResourceLocationModifier and TypeMethodDescriptionClientboundCustomQueryPacket.getName()ServerboundCustomQueryAnswerPacket.getName()Methods in net.minecraft.network.protocol.login with parameters of type ResourceLocationModifier and TypeMethodDescriptionprivate static CustomQueryPayloadClientboundCustomQueryPacket.readPayload(ResourceLocation p_300079_, FriendlyByteBuf p_299332_) private static DiscardedQueryPayloadClientboundCustomQueryPacket.readUnknownPayload(ResourceLocation p_299981_, FriendlyByteBuf p_297706_) -
Uses of ResourceLocation in net.minecraft.network.protocol.login.custom
Fields in net.minecraft.network.protocol.login.custom declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationDiscardedQueryPayload.idThe field for theidrecord component.Methods in net.minecraft.network.protocol.login.custom that return ResourceLocationModifier and TypeMethodDescriptionCustomQueryPayload.id()DiscardedQueryPayload.id()Returns the value of theidrecord component.Constructors in net.minecraft.network.protocol.login.custom with parameters of type ResourceLocationModifierConstructorDescriptionDiscardedQueryPayload(ResourceLocation id, @Nullable FriendlyByteBuf data) Creates an instance of aDiscardedQueryPayloadrecord class. -
Uses of ResourceLocation in net.minecraft.resources
Fields in net.minecraft.resources declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationResourceKey.InternKey.locationThe field for thelocationrecord component.private final ResourceLocationResourceKey.locationprivate final ResourceLocationResourceKey.InternKey.registryThe field for theregistryrecord component.private final ResourceLocationResourceKey.registryNameFields in net.minecraft.resources with type parameters of type ResourceLocationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ResourceLocation>ResourceLocation.CODECprivate final Map<ResourceLocation,Object> DelegatingOps.Builder.ctx(package private) Map<ResourceLocation,Object> DelegatingOps.ctxMethods in net.minecraft.resources that return ResourceLocationModifier and TypeMethodDescriptionResourceLocation.Serializer.deserialize(com.google.gson.JsonElement p_135851_, Type p_135852_, com.google.gson.JsonDeserializationContext p_135853_) FileToIdConverter.fileToId(ResourceLocation p_249595_) FileToIdConverter.idToFile(ResourceLocation p_251878_) ResourceKey.InternKey.location()Returns the value of thelocationrecord component.ResourceKey.location()static ResourceLocationstatic ResourceLocationResourceLocation.read(com.mojang.brigadier.StringReader p_135819_) ResourceKey.InternKey.registry()Returns the value of theregistryrecord component.ResourceKey.registry()static ResourceLocationstatic ResourceLocationResourceLocation.withPath(UnaryOperator<String> p_250342_) ResourceLocation.withPrefix(String p_250620_) ResourceLocation.withSuffix(String p_266769_) Methods in net.minecraft.resources that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionFileToIdConverter.listMatchingResources(ResourceManager p_252045_) FileToIdConverter.listMatchingResourceStacks(ResourceManager p_249881_) static com.mojang.serialization.DataResult<ResourceLocation>Methods in net.minecraft.resources with parameters of type ResourceLocationModifier and TypeMethodDescriptionintResourceLocation.compareNamespaced(ResourceLocation o) intResourceLocation.compareTo(ResourceLocation p_135826_) static <T> ResourceKey<T>ResourceKey.create(ResourceKey<? extends Registry<T>> p_135786_, ResourceLocation p_135787_) private static <T> ResourceKey<T>ResourceKey.create(ResourceLocation p_135791_, ResourceLocation p_135792_) static <T> ResourceKey<Registry<T>>ResourceKey.createRegistryKey(ResourceLocation p_135789_) FileToIdConverter.fileToId(ResourceLocation p_249595_) <R> RDelegatingOps.getContext(ResourceLocation rl) FileToIdConverter.idToFile(ResourceLocation p_251878_) private static StringRegistryDataLoader.registryDirPath(ResourceLocation p_252033_) com.google.gson.JsonElementResourceLocation.Serializer.serialize(ResourceLocation p_135855_, Type p_135856_, com.google.gson.JsonSerializationContext p_135857_) DelegatingOps.Builder.with(ResourceLocation key, Object ctx) Constructors in net.minecraft.resources with parameters of type ResourceLocationModifierConstructorDescription(package private)InternKey(ResourceLocation registry, ResourceLocation location) Creates an instance of aInternKeyrecord class.privateResourceKey(ResourceLocation p_135780_, ResourceLocation p_135781_) -
Uses of ResourceLocation in net.minecraft.server
Fields in net.minecraft.server declared as ResourceLocationModifier and TypeFieldDescriptionprivate static final ResourceLocationServerFunctionManager.LOAD_FUNCTION_TAGprivate static final ResourceLocationServerFunctionManager.TICK_FUNCTION_TAGFields in net.minecraft.server with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate Map<ResourceLocation,AdvancementHolder> ServerAdvancementManager.advancementsprivate Map<ResourceLocation,CommandFunction<CommandSourceStack>> ServerFunctionLibrary.functionsprivate final Map<ResourceLocation,AdvancementProgress> PlayerAdvancements.Data.mapThe field for themaprecord component.ServerFunctionLibrary.tagsMethods in net.minecraft.server that return types with arguments of type ResourceLocationModifier 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 ResourceLocationModifier and TypeMethodDescriptionprivate voidServerFunctionManager.executeTagFunctions(Collection<CommandFunction<CommandSourceStack>> p_136116_, ResourceLocation p_136117_) ServerAdvancementManager.get(ResourceLocation p_299615_) ServerFunctionManager.get(ResourceLocation p_136119_) ServerFunctionLibrary.getFunction(ResourceLocation p_136090_) ServerFunctionLibrary.getTag(ResourceLocation p_214328_) ServerFunctionManager.getTag(ResourceLocation p_214332_) private voidServerAdvancementManager.validate(ResourceLocation p_309906_, Advancement p_310937_) Method parameters in net.minecraft.server with type arguments of type ResourceLocationModifier and TypeMethodDescriptionprotected voidServerAdvancementManager.apply(Map<ResourceLocation, com.google.gson.JsonElement> p_136034_, ResourceManager p_136035_, ProfilerFiller p_136036_) voidPlayerAdvancements.Data.forEach(BiConsumer<ResourceLocation, AdvancementProgress> p_298170_) Constructor parameters in net.minecraft.server with type arguments of type ResourceLocationModifierConstructorDescription(package private)Creates an instance of aDatarecord class. -
Uses of ResourceLocation in net.minecraft.server.bossevents
Fields in net.minecraft.server.bossevents declared as ResourceLocationFields in net.minecraft.server.bossevents with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,CustomBossEvent> CustomBossEvents.eventsMethods in net.minecraft.server.bossevents that return ResourceLocationMethods in net.minecraft.server.bossevents that return types with arguments of type ResourceLocationMethods in net.minecraft.server.bossevents with parameters of type ResourceLocationModifier and TypeMethodDescriptionCustomBossEvents.create(ResourceLocation p_136300_, Component p_136301_) CustomBossEvents.get(ResourceLocation p_136298_) static CustomBossEventCustomBossEvent.load(CompoundTag p_136273_, ResourceLocation p_136274_) Constructors in net.minecraft.server.bossevents with parameters of type ResourceLocation -
Uses of ResourceLocation in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type ResourceLocationModifier and TypeMethodDescriptionprivate static voidLootCommand.callback(CommandSourceStack p_137969_, List<ItemStack> p_137970_, ResourceLocation p_137971_) private static intBossBarCommands.createBar(CommandSourceStack p_136592_, ResourceLocation p_136593_, Component p_136594_) private static <T extends ExecutionCommandSource<T>>
CommandResultCallbackFunctionCommand.decorateOutputIfNeeded(T p_309693_, FunctionCommand.Callbacks<T> p_309991_, ResourceLocation p_312510_, CommandResultCallback p_312314_) private static intLootCommand.drop(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_287721_, ResourceLocation p_287610_, LootParams p_287728_, LootCommand.DropConsumer p_287770_) private static intLootCommand.dropChestLoot(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137933_, ResourceLocation p_137934_, LootCommand.DropConsumer p_137935_) private static intLootCommand.dropFishingLoot(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137927_, ResourceLocation p_137928_, BlockPos p_137929_, ItemStack p_137930_, LootCommand.DropConsumer p_137931_) private static <T extends ExecutionCommandSource<T>>
voidFunctionCommand.instantiateAndQueueFunctions(CompoundTag p_312138_, ExecutionControl<T> p_309532_, com.mojang.brigadier.CommandDispatcher<T> p_312204_, T p_311370_, CommandFunction<T> p_310160_, ResourceLocation p_311048_, CommandResultCallback p_312950_, boolean p_312453_) voidDebugCommand.Tracer.onCall(int p_180091_, ResourceLocation p_180092_, int p_180093_) static intPlaceCommand.placeJigsaw(CommandSourceStack p_214570_, Holder<StructureTemplatePool> p_214571_, ResourceLocation p_214572_, int p_214573_, BlockPos p_214574_) static intPlaceCommand.placeTemplate(CommandSourceStack p_214562_, ResourceLocation p_214563_, BlockPos p_214564_, Rotation p_214565_, Mirror p_214566_, float p_214567_, int p_214568_) private static intPlaySoundCommand.playSound(CommandSourceStack p_138161_, Collection<ServerPlayer> p_138162_, ResourceLocation p_138163_, SoundSource p_138164_, Vec3 p_138165_, float p_138166_, float p_138167_, float p_138168_) private static intRandomCommand.randomSample(CommandSourceStack p_299745_, MinMaxBounds.Ints p_299529_, ResourceLocation p_301238_, boolean p_298006_) private static intRandomCommand.resetSequence(CommandSourceStack p_300119_, ResourceLocation p_298199_) private static intRandomCommand.resetSequence(CommandSourceStack p_298149_, ResourceLocation p_299177_, int p_300974_, boolean p_298057_, boolean p_300002_) voidFunctionCommand.Callbacks.signalResult(T p_310906_, ResourceLocation p_310562_, int p_310733_) private static intStopSoundCommand.stopSound(CommandSourceStack p_138801_, Collection<ServerPlayer> p_138802_, SoundSource p_138803_, ResourceLocation p_138804_) Method parameters in net.minecraft.server.commands with type arguments of type ResourceLocationModifier and TypeMethodDescriptionprivate static intScheduleCommand.schedule(CommandSourceStack p_138429_, com.mojang.datafixers.util.Pair<ResourceLocation, com.mojang.datafixers.util.Either<CommandFunction<CommandSourceStack>, Collection<CommandFunction<CommandSourceStack>>>> p_138430_, int p_138431_, boolean p_138432_) -
Uses of ResourceLocation in net.minecraft.server.commands.data
Fields in net.minecraft.server.commands.data declared as ResourceLocationConstructors in net.minecraft.server.commands.data with parameters of type ResourceLocationModifierConstructorDescription(package private)StorageDataAccessor(CommandStorage p_139537_, ResourceLocation p_139538_) -
Uses of ResourceLocation in net.minecraft.server.level
Fields in net.minecraft.server.level declared as ResourceLocationModifier and TypeFieldDescriptionprivate static final ResourceLocationWorldGenRegion.WORLDGEN_REGION_RANDOMMethods in net.minecraft.server.level with parameters of type ResourceLocationMethod parameters in net.minecraft.server.level with type arguments of type ResourceLocationModifier and TypeMethodDescriptionvoidServerPlayer.awardRecipesByKey(List<ResourceLocation> p_312871_) -
Uses of ResourceLocation in net.minecraft.server.packs
Methods in net.minecraft.server.packs with parameters of type ResourceLocationModifier and TypeMethodDescriptionprivate static StringFilePackResources.getPathFromLocation(PackType p_250585_, ResourceLocation p_251470_) CompositePackResources.getResource(PackType p_299283_, ResourceLocation p_299837_) FilePackResources.getResource(PackType p_249605_, ResourceLocation p_252147_) PackResources.getResource(PackType p_215339_, ResourceLocation p_249034_) static IoSupplier<InputStream>PathPackResources.getResource(ResourceLocation p_250145_, Path p_251046_) PathPackResources.getResource(PackType p_249352_, ResourceLocation p_251715_) VanillaPackResources.getResource(PackType p_250512_, ResourceLocation p_251554_) voidVanillaPackResources.listRawPaths(PackType p_252103_, ResourceLocation p_250441_, Consumer<Path> p_251968_) -
Uses of ResourceLocation in net.minecraft.server.packs.repository
Fields in net.minecraft.server.packs.repository declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationBuiltInPackSource.packDirprivate static final ResourceLocationServerPacksSource.PACKS_DIRConstructors in net.minecraft.server.packs.repository with parameters of type ResourceLocationModifierConstructorDescriptionBuiltInPackSource(PackType p_249137_, VanillaPackResources p_250453_, ResourceLocation p_251151_, DirectoryValidator p_300643_) -
Uses of ResourceLocation in net.minecraft.server.packs.resources
Fields in net.minecraft.server.packs.resources declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationFallbackResourceManager.EntryStack.fileLocationThe field for thefileLocationrecord component.private final ResourceLocationFallbackResourceManager.EntryStack.metadataLocationThe field for themetadataLocationrecord component.Fields in net.minecraft.server.packs.resources with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Predicate<ResourceLocation>FallbackResourceManager.PackEntry.filterThe field for thefilterrecord component.Methods in net.minecraft.server.packs.resources that return ResourceLocationModifier and TypeMethodDescriptionFallbackResourceManager.EntryStack.fileLocation()Returns the value of thefileLocationrecord component.(package private) static ResourceLocationFallbackResourceManager.getMetadataLocation(ResourceLocation p_10625_) protected ResourceLocationSimpleJsonResourceReloadListener.getPreparedPath(ResourceLocation rl) private static ResourceLocationFallbackResourceManager.getResourceLocationFromMetadata(ResourceLocation p_249669_) FallbackResourceManager.EntryStack.metadataLocation()Returns the value of themetadataLocationrecord component.Methods in net.minecraft.server.packs.resources that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionFallbackResourceManager.PackEntry.filter()Returns the value of thefilterrecord component.FallbackResourceManager.listResources(String p_215413_, Predicate<ResourceLocation> p_215414_) MultiPackResourceManager.listResources(String p_215476_, Predicate<ResourceLocation> p_215477_) ReloadableResourceManager.listResources(String p_215488_, Predicate<ResourceLocation> p_215489_) ResourceManager.Empty.listResources(String p_215570_, Predicate<ResourceLocation> p_215571_) ResourceManager.listResources(String p_215563_, Predicate<ResourceLocation> p_215564_) FallbackResourceManager.listResourceStacks(String p_215416_, Predicate<ResourceLocation> p_215417_) MultiPackResourceManager.listResourceStacks(String p_215479_, Predicate<ResourceLocation> p_215480_) ReloadableResourceManager.listResourceStacks(String p_215491_, Predicate<ResourceLocation> p_215492_) ResourceManager.Empty.listResourceStacks(String p_215573_, Predicate<ResourceLocation> p_215574_) ResourceManager.listResourceStacks(String p_215565_, Predicate<ResourceLocation> p_215566_) protected Map<ResourceLocation,com.google.gson.JsonElement> SimpleJsonResourceReloadListener.prepare(ResourceManager p_10771_, ProfilerFiller p_10772_) Methods in net.minecraft.server.packs.resources with parameters of type ResourceLocationModifier and TypeMethodDescriptionprivate static ResourceFallbackResourceManager.createResource(PackResources p_249946_, ResourceLocation p_250632_, IoSupplier<InputStream> p_250514_, IoSupplier<ResourceMetadata> p_251676_) private IoSupplier<ResourceMetadata>FallbackResourceManager.createStackMetadataFinder(ResourceLocation p_215369_, int p_215370_) (package private) static ResourceLocationFallbackResourceManager.getMetadataLocation(ResourceLocation p_10625_) protected ResourceLocationSimpleJsonResourceReloadListener.getPreparedPath(ResourceLocation rl) FallbackResourceManager.getResource(ResourceLocation p_215419_) MultiPackResourceManager.getResource(ResourceLocation p_215482_) ReloadableResourceManager.getResource(ResourceLocation p_215494_) ResourceManager.Empty.getResource(ResourceLocation p_215576_) ResourceProvider.getResource(ResourceLocation p_215592_) private static ResourceLocationFallbackResourceManager.getResourceLocationFromMetadata(ResourceLocation p_249669_) default ResourceResourceProvider.getResourceOrThrow(ResourceLocation p_215594_) FallbackResourceManager.getResourceStack(ResourceLocation p_215367_) MultiPackResourceManager.getResourceStack(ResourceLocation p_215466_) ReloadableResourceManager.getResourceStack(ResourceLocation p_215486_) ResourceManager.Empty.getResourceStack(ResourceLocation p_215568_) ResourceManager.getResourceStack(ResourceLocation p_215562_) booleanFallbackResourceManager.PackEntry.isFiltered(ResourceLocation p_215441_) private static booleanFallbackResourceManager.isMetadata(ResourceLocation p_249381_) default InputStreamResourceProvider.open(ResourceLocation p_215596_) default BufferedReaderResourceProvider.openAsReader(ResourceLocation p_215598_) private static IoSupplier<InputStream>FallbackResourceManager.wrapForDebug(ResourceLocation p_248639_, PackResources p_251740_, IoSupplier<InputStream> p_249116_) Method parameters in net.minecraft.server.packs.resources with type arguments of type ResourceLocationModifier and TypeMethodDescriptionprivate static voidFallbackResourceManager.applyPackFiltersToExistingResources(FallbackResourceManager.PackEntry p_215393_, Map<ResourceLocation, FallbackResourceManager.EntryStack> p_215394_) voidFallbackResourceManager.PackEntry.filterAll(Collection<ResourceLocation> p_215443_) static ResourceProviderResourceProvider.fromMap(Map<ResourceLocation, Resource> p_251819_) private voidFallbackResourceManager.listPackResources(FallbackResourceManager.PackEntry p_215388_, String p_215389_, Predicate<ResourceLocation> p_215390_, Map<ResourceLocation, FallbackResourceManager.EntryStack> p_215391_) private voidFallbackResourceManager.listPackResources(FallbackResourceManager.PackEntry p_215388_, String p_215389_, Predicate<ResourceLocation> p_215390_, Map<ResourceLocation, FallbackResourceManager.EntryStack> p_215391_) FallbackResourceManager.listResources(String p_215413_, Predicate<ResourceLocation> p_215414_) MultiPackResourceManager.listResources(String p_215476_, Predicate<ResourceLocation> p_215477_) ReloadableResourceManager.listResources(String p_215488_, Predicate<ResourceLocation> p_215489_) ResourceManager.Empty.listResources(String p_215570_, Predicate<ResourceLocation> p_215571_) ResourceManager.listResources(String p_215563_, Predicate<ResourceLocation> p_215564_) FallbackResourceManager.listResourceStacks(String p_215416_, Predicate<ResourceLocation> p_215417_) MultiPackResourceManager.listResourceStacks(String p_215479_, Predicate<ResourceLocation> p_215480_) ReloadableResourceManager.listResourceStacks(String p_215491_, Predicate<ResourceLocation> p_215492_) ResourceManager.Empty.listResourceStacks(String p_215573_, Predicate<ResourceLocation> p_215574_) ResourceManager.listResourceStacks(String p_215565_, Predicate<ResourceLocation> p_215566_) voidFallbackResourceManager.push(PackResources p_215383_, Predicate<ResourceLocation> p_215384_) voidFallbackResourceManager.pushFilterOnly(String p_215400_, Predicate<ResourceLocation> p_215401_) private voidFallbackResourceManager.pushInternal(String p_215396_, PackResources p_215397_, Predicate<ResourceLocation> p_215398_) static voidSimpleJsonResourceReloadListener.scanDirectory(ResourceManager p_279308_, String p_279131_, com.google.gson.Gson p_279261_, Map<ResourceLocation, com.google.gson.JsonElement> p_279404_) Constructors in net.minecraft.server.packs.resources with parameters of type ResourceLocationModifierConstructorDescription(package private)EntryStack(ResourceLocation p_251350_) (package private)EntryStack(ResourceLocation fileLocation, ResourceLocation metadataLocation, List<FallbackResourceManager.ResourceWithSource> fileSources, Map<PackResources, IoSupplier<InputStream>> metaSources) Creates an instance of aEntryStackrecord class.LeakedResourceWarningInputStream(InputStream p_10633_, ResourceLocation p_10634_, String p_10635_) Constructor parameters in net.minecraft.server.packs.resources with type arguments of type ResourceLocationModifierConstructorDescription(package private)PackEntry(String name, PackResources resources, Predicate<ResourceLocation> filter) Creates an instance of aPackEntryrecord class. -
Uses of ResourceLocation in net.minecraft.sounds
Fields in net.minecraft.sounds declared as ResourceLocationMethods in net.minecraft.sounds that return ResourceLocationMethods in net.minecraft.sounds with parameters of type ResourceLocationModifier and TypeMethodDescriptionprivate static SoundEventSoundEvent.create(ResourceLocation p_263406_, Optional<Float> p_263346_) static SoundEventSoundEvent.createFixedRangeEvent(ResourceLocation p_263003_, float p_263029_) static SoundEventSoundEvent.createVariableRangeEvent(ResourceLocation p_262973_) private static SoundEventSoundEvents.register(ResourceLocation p_263332_) private static SoundEventSoundEvents.register(ResourceLocation p_263388_, ResourceLocation p_263340_) private static Holder<SoundEvent>SoundEvents.register(ResourceLocation p_263323_, ResourceLocation p_263411_, float p_263385_) private static Holder.Reference<SoundEvent>SoundEvents.registerForHolder(ResourceLocation p_263361_) private static Holder.Reference<SoundEvent>SoundEvents.registerForHolder(ResourceLocation p_263362_, ResourceLocation p_263424_) Constructors in net.minecraft.sounds with parameters of type ResourceLocationModifierConstructorDescriptionprivateSoundEvent(ResourceLocation p_215665_, float p_215666_, boolean p_215667_) -
Uses of ResourceLocation in net.minecraft.stats
Fields in net.minecraft.stats declared as ResourceLocationModifier and TypeFieldDescriptionstatic final ResourceLocationStats.ANIMALS_BREDstatic final ResourceLocationStats.AVIATE_ONE_CMstatic final ResourceLocationStats.BELL_RINGstatic final ResourceLocationStats.BOAT_ONE_CMstatic final ResourceLocationStats.CLEAN_ARMORstatic final ResourceLocationStats.CLEAN_BANNERstatic final ResourceLocationStats.CLEAN_SHULKER_BOXstatic final ResourceLocationStats.CLIMB_ONE_CMstatic final ResourceLocationStats.CROUCH_ONE_CMstatic final ResourceLocationStats.CROUCH_TIMEstatic final ResourceLocationStats.DAMAGE_ABSORBEDstatic final ResourceLocationStats.DAMAGE_BLOCKED_BY_SHIELDstatic final ResourceLocationStats.DAMAGE_DEALTstatic final ResourceLocationStats.DAMAGE_DEALT_ABSORBEDstatic final ResourceLocationStats.DAMAGE_DEALT_RESISTEDstatic final ResourceLocationStats.DAMAGE_RESISTEDstatic final ResourceLocationStats.DAMAGE_TAKENstatic final ResourceLocationStats.DEATHSstatic final ResourceLocationStats.DROPstatic final ResourceLocationStats.EAT_CAKE_SLICEstatic final ResourceLocationStats.ENCHANT_ITEMstatic final ResourceLocationStats.FALL_ONE_CMstatic final ResourceLocationStats.FILL_CAULDRONstatic final ResourceLocationStats.FISH_CAUGHTstatic final ResourceLocationStats.FLY_ONE_CMstatic final ResourceLocationStats.HORSE_ONE_CMstatic final ResourceLocationStats.INSPECT_DISPENSERstatic final ResourceLocationStats.INSPECT_DROPPERstatic final ResourceLocationStats.INSPECT_HOPPERstatic final ResourceLocationStats.INTERACT_WITH_ANVILstatic final ResourceLocationStats.INTERACT_WITH_BEACONstatic final ResourceLocationstatic final ResourceLocationstatic final ResourceLocationStats.INTERACT_WITH_CAMPFIREstatic final ResourceLocationstatic final ResourceLocationstatic final ResourceLocationStats.INTERACT_WITH_FURNACEstatic final ResourceLocationStats.INTERACT_WITH_GRINDSTONEstatic final ResourceLocationStats.INTERACT_WITH_LECTERNstatic final ResourceLocationStats.INTERACT_WITH_LOOMstatic final ResourceLocationstatic final ResourceLocationStats.INTERACT_WITH_SMOKERstatic final ResourceLocationstatic final ResourceLocationStats.JUMPstatic final ResourceLocationStats.LEAVE_GAMEstatic final ResourceLocationStats.MINECART_ONE_CMstatic final ResourceLocationStats.MOB_KILLSstatic final ResourceLocationStats.OPEN_BARRELstatic final ResourceLocationStats.OPEN_CHESTstatic final ResourceLocationStats.OPEN_ENDERCHESTstatic final ResourceLocationStats.OPEN_SHULKER_BOXstatic final ResourceLocationStats.PIG_ONE_CMstatic final ResourceLocationStats.PLAY_NOTEBLOCKstatic final ResourceLocationStats.PLAY_RECORDstatic final ResourceLocationStats.PLAY_TIMEstatic final ResourceLocationStats.PLAYER_KILLSstatic final ResourceLocationStats.POT_FLOWERstatic final ResourceLocationStats.RAID_TRIGGERstatic final ResourceLocationStats.RAID_WINstatic final ResourceLocationStats.SLEEP_IN_BEDstatic final ResourceLocationStats.SPRINT_ONE_CMstatic final ResourceLocationStats.STRIDER_ONE_CMstatic final ResourceLocationStats.SWIM_ONE_CMstatic final ResourceLocationStats.TALKED_TO_VILLAGERstatic final ResourceLocationStats.TARGET_HITstatic final ResourceLocationStats.TIME_SINCE_DEATHstatic final ResourceLocationStats.TIME_SINCE_RESTstatic final ResourceLocationStats.TOTAL_WORLD_TIMEstatic final ResourceLocationStats.TRADED_WITH_VILLAGERstatic final ResourceLocationStats.TRIGGER_TRAPPED_CHESTstatic final ResourceLocationStats.TUNE_NOTEBLOCKstatic final ResourceLocationStats.USE_CAULDRONstatic final ResourceLocationStats.WALK_ON_WATER_ONE_CMstatic final ResourceLocationStats.WALK_ONE_CMstatic final ResourceLocationStats.WALK_UNDER_WATER_ONE_CMFields in net.minecraft.stats with type parameters of type ResourceLocationModifier and TypeFieldDescriptionstatic final StatType<ResourceLocation>Stats.CUSTOMprotected final Set<ResourceLocation>RecipeBook.highlightprotected final Set<ResourceLocation>RecipeBook.knownMethods in net.minecraft.stats that return ResourceLocationModifier and TypeMethodDescriptionprivate static <T> ResourceLocationprivate static ResourceLocationStats.makeCustomStat(String p_13008_, StatFormatter p_13009_) Methods in net.minecraft.stats with parameters of type ResourceLocationModifier and TypeMethodDescriptionprotected voidRecipeBook.add(ResourceLocation p_12703_) protected voidRecipeBook.addHighlight(ResourceLocation p_12720_) booleanRecipeBook.contains(ResourceLocation p_12712_) private static <T> StringStat.locationToKey(ResourceLocation p_12866_) protected voidRecipeBook.remove(ResourceLocation p_12716_) Method parameters in net.minecraft.stats with type arguments of type ResourceLocationModifier and TypeMethodDescriptionprivate voidServerRecipeBook.sendRecipes(ClientboundRecipePacket.State p_12802_, ServerPlayer p_12803_, List<ResourceLocation> p_12804_) -
Uses of ResourceLocation in net.minecraft.tags
Fields in net.minecraft.tags declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationTagEntry.idprivate final ResourceLocationTagKey.locationThe field for thelocationrecord component.Fields in net.minecraft.tags with type parameters of type ResourceLocationModifier and TypeFieldDescription(package private) final Function<ResourceLocation,Optional<? extends T>> TagLoader.idToValueprivate final Map<ResourceLocation,Collection<Holder<T>>> TagManager.LoadResult.tagsThe field for thetagsrecord component.(package private) final Map<ResourceLocation,it.unimi.dsi.fastutil.ints.IntList> TagNetworkSerialization.NetworkPayload.tagsMethods in net.minecraft.tags that return ResourceLocationModifier and TypeMethodDescriptionTagEntry.getId()TagKey.location()Returns the value of thelocationrecord component.Methods in net.minecraft.tags that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionTagLoader.build(Map<ResourceLocation, List<TagLoader.EntryWithSource>> p_203899_) TagLoader.load(ResourceManager p_144496_) TagLoader.loadAndBuild(ResourceManager p_203901_) TagManager.LoadResult.tags()Returns the value of thetagsrecord component.Methods in net.minecraft.tags with parameters of type ResourceLocationModifier and TypeMethodDescriptionTagBuilder.addElement(ResourceLocation p_215901_) TagBuilder.addOptionalElement(ResourceLocation p_215906_) TagBuilder.addOptionalTag(ResourceLocation p_215910_) TagBuilder.addTag(ResourceLocation p_215908_) BlockTags.create(ResourceLocation name) FluidTags.create(ResourceLocation name) ItemTags.create(ResourceLocation name) static <T> TagKey<T>TagKey.create(ResourceKey<? extends Registry<T>> p_203883_, ResourceLocation p_203884_) static TagEntryTagEntry.element(ResourceLocation p_215926_) TagEntry.Lookup.element(ResourceLocation p_215956_) static TagEntryTagEntry.optionalElement(ResourceLocation p_215944_) static TagEntryTagEntry.optionalTag(ResourceLocation p_215954_) TagEntry.Lookup.tag(ResourceLocation p_215957_) static TagEntryTagEntry.tag(ResourceLocation p_215950_) Method parameters in net.minecraft.tags with type arguments of type ResourceLocationModifier and TypeMethodDescriptionTagLoader.build(Map<ResourceLocation, List<TagLoader.EntryWithSource>> p_203899_) booleanTagEntry.verifyIfPresent(Predicate<ResourceLocation> p_215941_, Predicate<ResourceLocation> p_215942_) voidTagEntry.visitOptionalDependencies(Consumer<ResourceLocation> p_215948_) voidTagLoader.SortingEntry.visitOptionalDependencies(Consumer<ResourceLocation> p_285469_) voidTagEntry.visitRequiredDependencies(Consumer<ResourceLocation> p_215939_) voidTagLoader.SortingEntry.visitRequiredDependencies(Consumer<ResourceLocation> p_285529_) Constructors in net.minecraft.tags with parameters of type ResourceLocationModifierConstructorDescriptionprivateTagEntry(ResourceLocation p_215918_, boolean p_215919_, boolean p_215920_) TagKey(ResourceKey<? extends Registry<T>> registry, ResourceLocation location) Creates an instance of aTagKeyrecord class.Constructor parameters in net.minecraft.tags with type arguments of type ResourceLocationModifierConstructorDescriptionLoadResult(ResourceKey<? extends Registry<T>> key, Map<ResourceLocation, Collection<Holder<T>>> tags) Creates an instance of aLoadResultrecord class.(package private)NetworkPayload(Map<ResourceLocation, it.unimi.dsi.fastutil.ints.IntList> p_203965_) -
Uses of ResourceLocation in net.minecraft.util
Fields in net.minecraft.util declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationExtraCodecs.TagOrElementLocation.idThe field for theidrecord component.Fields in net.minecraft.util with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Predicate<ResourceLocation>ResourceLocationPattern.locationPredicateMethods in net.minecraft.util that return ResourceLocationModifier and TypeMethodDescriptionExtraCodecs.TagOrElementLocation.id()Returns the value of theidrecord component.Methods in net.minecraft.util that return types with arguments of type ResourceLocationConstructors in net.minecraft.util with parameters of type ResourceLocationModifierConstructorDescriptionTagOrElementLocation(ResourceLocation id, boolean tag) Creates an instance of aTagOrElementLocationrecord class. -
Uses of ResourceLocation in net.minecraft.world
Fields in net.minecraft.world with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,RandomSequence> RandomSequences.sequencesMethods in net.minecraft.world that return ResourceLocationMethods in net.minecraft.world with parameters of type ResourceLocationModifier and TypeMethodDescriptionprivate RandomSequenceRandomSequences.createSequence(ResourceLocation p_299723_) private RandomSequenceRandomSequences.createSequence(ResourceLocation p_299881_, int p_299267_, boolean p_300525_, boolean p_297272_) RandomSequences.get(ResourceLocation p_287751_) voidRandomSequences.reset(ResourceLocation p_298741_) voidRandomSequences.reset(ResourceLocation p_301350_, int p_298554_, boolean p_298049_, boolean p_301283_) static RandomSupport.Seed128bitRandomSequence.seedForKey(ResourceLocation p_288989_) static voidRandomizableContainer.setBlockEntityLootTable(BlockGetter p_312806_, RandomSource p_311284_, BlockPos p_311567_, ResourceLocation p_311477_) voidRandomizableContainer.setLootTable(ResourceLocation p_312096_) default voidRandomizableContainer.setLootTable(ResourceLocation p_310188_, long p_312787_) Method parameters in net.minecraft.world with type arguments of type ResourceLocationModifier and TypeMethodDescriptionprivate static XoroshiroRandomSourceRandomSequence.createSequence(long p_289567_, Optional<ResourceLocation> p_300474_) voidRandomSequences.forAllSequences(BiConsumer<ResourceLocation, RandomSequence> p_299883_) Constructors in net.minecraft.world with parameters of type ResourceLocationConstructor parameters in net.minecraft.world with type arguments of type ResourceLocationModifierConstructorDescriptionRandomSequence(long p_298200_, Optional<ResourceLocation> p_297536_) -
Uses of ResourceLocation in net.minecraft.world.entity
Fields in net.minecraft.world.entity declared as ResourceLocationModifier and TypeFieldDescriptionprivate ResourceLocationEntityType.lootTableprivate ResourceLocationMob.lootTableMethods in net.minecraft.world.entity that return ResourceLocationModifier and TypeMethodDescriptionEntityType.getDefaultLootTable()protected ResourceLocationMob.getDefaultLootTable()static ResourceLocationEntityType.getKey(EntityType<?> p_20614_) LivingEntity.getLootTable()final ResourceLocationMob.getLootTable() -
Uses of ResourceLocation in net.minecraft.world.entity.ai.behavior
Fields in net.minecraft.world.entity.ai.behavior with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate static final Map<VillagerProfession,ResourceLocation> GiveGiftToHero.GIFTS -
Uses of ResourceLocation in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal declared as ResourceLocationModifier and TypeFieldDescriptionprivate static final ResourceLocationRabbit.KILLER_BUNNYprivate final ResourceLocationCatVariant.textureThe field for thetexturerecord component.private final ResourceLocationFrogVariant.textureThe field for thetexturerecord component.Methods in net.minecraft.world.entity.animal that return ResourceLocationModifier and TypeMethodDescriptionSheep.getDefaultLootTable()Cat.getResourceLocation()CatVariant.texture()Returns the value of thetexturerecord component.FrogVariant.texture()Returns the value of thetexturerecord component.Constructors in net.minecraft.world.entity.animal with parameters of type ResourceLocationModifierConstructorDescriptionCatVariant(ResourceLocation texture) Creates an instance of aCatVariantrecord class.FrogVariant(ResourceLocation texture) Creates an instance of aFrogVariantrecord class. -
Uses of ResourceLocation in net.minecraft.world.entity.player
Methods in net.minecraft.world.entity.player with parameters of type ResourceLocationModifier and TypeMethodDescriptionvoidPlayer.awardStat(ResourceLocation p_36221_) voidPlayer.awardStat(ResourceLocation p_36223_, int p_36224_) Method parameters in net.minecraft.world.entity.player with type arguments of type ResourceLocationModifier and TypeMethodDescriptionvoidPlayer.awardRecipesByKey(List<ResourceLocation> p_312830_) -
Uses of ResourceLocation in net.minecraft.world.entity.vehicle
Fields in net.minecraft.world.entity.vehicle declared as ResourceLocationModifier and TypeFieldDescriptionprivate ResourceLocationAbstractMinecartContainer.lootTableprivate ResourceLocationChestBoat.lootTableMethods in net.minecraft.world.entity.vehicle that return ResourceLocationModifier and TypeMethodDescriptionAbstractMinecartContainer.getLootTable()ChestBoat.getLootTable()ContainerEntity.getLootTable()Methods in net.minecraft.world.entity.vehicle with parameters of type ResourceLocationModifier and TypeMethodDescriptionvoidAbstractMinecartContainer.setLootTable(ResourceLocation p_219859_) voidAbstractMinecartContainer.setLootTable(ResourceLocation p_38237_, long p_38238_) voidChestBoat.setLootTable(ResourceLocation p_219890_) voidContainerEntity.setLootTable(ResourceLocation p_219926_) -
Uses of ResourceLocation in net.minecraft.world.flag
Fields in net.minecraft.world.flag with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,FeatureFlag> FeatureFlagRegistry.Builder.flagsprivate final Map<ResourceLocation,FeatureFlag> FeatureFlagRegistry.namesMethods in net.minecraft.world.flag that return types with arguments of type ResourceLocationMethods in net.minecraft.world.flag with parameters of type ResourceLocationMethod parameters in net.minecraft.world.flag with type arguments of type ResourceLocationModifier and TypeMethodDescriptionFeatureFlagRegistry.fromNames(Iterable<ResourceLocation> p_250759_) FeatureFlagRegistry.fromNames(Iterable<ResourceLocation> p_251769_, Consumer<ResourceLocation> p_251521_) FeatureFlagRegistry.fromNames(Iterable<ResourceLocation> p_251769_, Consumer<ResourceLocation> p_251521_) Constructor parameters in net.minecraft.world.flag with type arguments of type ResourceLocationModifierConstructorDescription(package private)FeatureFlagRegistry(FeatureFlagUniverse p_249715_, FeatureFlagSet p_249277_, Map<ResourceLocation, FeatureFlag> p_249557_) -
Uses of ResourceLocation in net.minecraft.world.inventory
Fields in net.minecraft.world.inventory declared as ResourceLocationModifier and TypeFieldDescriptionstatic final ResourceLocationInventoryMenu.BLOCK_ATLASstatic final ResourceLocationInventoryMenu.EMPTY_ARMOR_SLOT_BOOTSstatic final ResourceLocationInventoryMenu.EMPTY_ARMOR_SLOT_CHESTPLATEstatic final ResourceLocationInventoryMenu.EMPTY_ARMOR_SLOT_HELMETstatic final ResourceLocationInventoryMenu.EMPTY_ARMOR_SLOT_LEGGINGSstatic final ResourceLocationInventoryMenu.EMPTY_ARMOR_SLOT_SHIELD(package private) static final ResourceLocationEnchantmentMenu.EMPTY_SLOT_LAPIS_LAZULI(package private) static final ResourceLocation[]InventoryMenu.TEXTURE_EMPTY_SLOTSFields in net.minecraft.world.inventory with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate com.mojang.datafixers.util.Pair<ResourceLocation,ResourceLocation> Slot.backgroundPairprivate com.mojang.datafixers.util.Pair<ResourceLocation,ResourceLocation> Slot.backgroundPairMethods in net.minecraft.world.inventory that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Pair<ResourceLocation,ResourceLocation> Slot.getNoItemIcon()com.mojang.datafixers.util.Pair<ResourceLocation,ResourceLocation> Slot.getNoItemIcon()Methods in net.minecraft.world.inventory with parameters of type ResourceLocationModifier and TypeMethodDescriptionSlot.setBackground(ResourceLocation atlas, ResourceLocation sprite) Sets the background atlas and sprite location. -
Uses of ResourceLocation in net.minecraft.world.item
Fields in net.minecraft.world.item declared as ResourceLocationModifier and TypeFieldDescriptionprivate ResourceLocationCreativeModeTab.backgroundLocationprivate ResourceLocationCreativeModeTab.Builder.backgroundLocationprivate static final ResourceLocationSmithingTemplateItem.EMPTY_SLOT_AMETHYST_SHARDprivate static final ResourceLocationSmithingTemplateItem.EMPTY_SLOT_AXEprivate static final ResourceLocationSmithingTemplateItem.EMPTY_SLOT_BOOTSprivate static final ResourceLocationSmithingTemplateItem.EMPTY_SLOT_CHESTPLATEprivate static final ResourceLocationSmithingTemplateItem.EMPTY_SLOT_DIAMONDprivate static final ResourceLocationSmithingTemplateItem.EMPTY_SLOT_EMERALDprivate static final ResourceLocationSmithingTemplateItem.EMPTY_SLOT_HELMETprivate static final ResourceLocationSmithingTemplateItem.EMPTY_SLOT_HOEprivate static final ResourceLocationSmithingTemplateItem.EMPTY_SLOT_INGOTprivate static final ResourceLocationSmithingTemplateItem.EMPTY_SLOT_LAPIS_LAZULIprivate static final ResourceLocationSmithingTemplateItem.EMPTY_SLOT_LEGGINGSprivate static final ResourceLocationSmithingTemplateItem.EMPTY_SLOT_PICKAXEprivate static final ResourceLocationSmithingTemplateItem.EMPTY_SLOT_QUARTZprivate static final ResourceLocationSmithingTemplateItem.EMPTY_SLOT_REDSTONE_DUSTprivate static final ResourceLocationSmithingTemplateItem.EMPTY_SLOT_SHOVELprivate static final ResourceLocationSmithingTemplateItem.EMPTY_SLOT_SWORDprivate final ResourceLocationHorseArmorItem.textureFields in net.minecraft.world.item with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final List<ResourceLocation>SmithingTemplateItem.additionalSlotEmptyIconsprivate final List<ResourceLocation>SmithingTemplateItem.baseSlotEmptyIconsprivate final List<ResourceLocation>CreativeModeTab.Builder.tabsAfterfinal List<ResourceLocation>CreativeModeTab.tabsAfterprivate final List<ResourceLocation>CreativeModeTab.Builder.tabsBeforefinal List<ResourceLocation>CreativeModeTab.tabsBeforeMethods in net.minecraft.world.item that return ResourceLocationModifier and TypeMethodDescriptionCreativeModeTab.getBackgroundLocation()HorseArmorItem.getTexture()Methods in net.minecraft.world.item that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionprivate static List<ResourceLocation>SmithingTemplateItem.createNetheriteUpgradeIconList()private static List<ResourceLocation>SmithingTemplateItem.createNetheriteUpgradeMaterialList()private static List<ResourceLocation>SmithingTemplateItem.createTrimmableArmorIconList()private static List<ResourceLocation>SmithingTemplateItem.createTrimmableMaterialIconList()SmithingTemplateItem.getAdditionalSlotEmptyIcons()SmithingTemplateItem.getBaseSlotEmptyIcons()Methods in net.minecraft.world.item with parameters of type ResourceLocationModifier and TypeMethodDescriptionstatic ItemDisplayContextItemDisplayContext.create(String keyName, ResourceLocation serializedName, ItemDisplayContext fallback) static SmithingTemplateItemSmithingTemplateItem.createArmorTrimTemplate(ResourceLocation p_266880_) static ItemItems.registerItem(ResourceLocation p_42817_, Item p_42818_) CreativeModeTab.Builder.withBackgroundLocation(ResourceLocation background) Sets the location of the tab background.CreativeModeTab.Builder.withTabsAfter(ResourceLocation... tabs) Define tabs that should come after this tab.CreativeModeTab.Builder.withTabsBefore(ResourceLocation... tabs) Define tabs that should come before this tab.Constructors in net.minecraft.world.item with parameters of type ResourceLocationModifierConstructorDescription(package private)CreativeModeTab(CreativeModeTab.Row p_260217_, int p_259557_, CreativeModeTab.Type p_260176_, Component p_260100_, Supplier<ItemStack> p_259543_, CreativeModeTab.DisplayItemsGenerator p_259085_, ResourceLocation backgroundLocation, boolean hasSearchBar, int searchBarWidth, int labelColor, int slotColor, List<ResourceLocation> tabsBefore, List<ResourceLocation> tabsAfter) DyeableHorseArmorItem(int p_41110_, ResourceLocation p_41111_, Item.Properties p_41112_) HorseArmorItem(int p_41364_, ResourceLocation p_41365_, Item.Properties p_41366_) privateItemDisplayContext(ResourceLocation serializeName, ItemDisplayContext fallback) Constructor parameters in net.minecraft.world.item with type arguments of type ResourceLocationModifierConstructorDescription(package private)CreativeModeTab(CreativeModeTab.Row p_260217_, int p_259557_, CreativeModeTab.Type p_260176_, Component p_260100_, Supplier<ItemStack> p_259543_, CreativeModeTab.DisplayItemsGenerator p_259085_, ResourceLocation backgroundLocation, boolean hasSearchBar, int searchBarWidth, int labelColor, int slotColor, List<ResourceLocation> tabsBefore, List<ResourceLocation> tabsAfter) SmithingTemplateItem(Component p_266834_, Component p_267043_, Component p_267048_, Component p_267278_, Component p_267090_, List<ResourceLocation> p_266755_, List<ResourceLocation> p_267060_) -
Uses of ResourceLocation in net.minecraft.world.item.armortrim
Fields in net.minecraft.world.item.armortrim declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationTrimPattern.assetIdThe field for theassetIdrecord component.Fields in net.minecraft.world.item.armortrim with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Function<ArmorMaterial,ResourceLocation> ArmorTrim.innerTextureprivate final Function<ArmorMaterial,ResourceLocation> ArmorTrim.outerTextureMethods in net.minecraft.world.item.armortrim that return ResourceLocationModifier and TypeMethodDescriptionTrimPattern.assetId()Returns the value of theassetIdrecord component.ArmorTrim.innerTexture(ArmorMaterial p_268043_) ArmorTrim.outerTexture(ArmorMaterial p_268143_) Constructors in net.minecraft.world.item.armortrim with parameters of type ResourceLocationModifierConstructorDescriptionTrimPattern(ResourceLocation assetId, Holder<Item> templateItem, Component description, boolean decal) Creates an instance of aTrimPatternrecord class. -
Uses of ResourceLocation in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationRecipeHolder.idThe field for theidrecord component.Fields in net.minecraft.world.item.crafting with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate Map<ResourceLocation,RecipeHolder<?>> RecipeManager.byNameprivate Map<RecipeType<?>,Map<ResourceLocation, RecipeHolder<?>>> RecipeManager.recipesMethods in net.minecraft.world.item.crafting that return ResourceLocationModifier and TypeMethodDescriptionRecipeHolder.id()Returns the value of theidrecord component.Methods in net.minecraft.world.item.crafting that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionprivate <C extends Container,T extends Recipe<C>>
Map<ResourceLocation,RecipeHolder<T>> RecipeManager.byType(RecipeType<T> p_44055_) <C extends Container,T extends Recipe<C>>
Optional<com.mojang.datafixers.util.Pair<ResourceLocation,RecipeHolder<T>>> RecipeManager.getRecipeFor(RecipeType<T> p_220249_, C p_220250_, Level p_220251_, ResourceLocation p_220252_) RecipeManager.getRecipeIds()Methods in net.minecraft.world.item.crafting with parameters of type ResourceLocationModifier and TypeMethodDescriptionOptional<RecipeHolder<?>>RecipeManager.byKey(ResourceLocation p_44044_) protected static RecipeHolder<?>RecipeManager.fromJson(ResourceLocation p_44046_, com.google.gson.JsonObject p_44047_) <C extends Container,T extends Recipe<C>>
Optional<com.mojang.datafixers.util.Pair<ResourceLocation,RecipeHolder<T>>> RecipeManager.getRecipeFor(RecipeType<T> p_220249_, C p_220250_, Level p_220251_, ResourceLocation p_220252_) static <T extends Recipe<?>>
RecipeType<T>RecipeType.simple(ResourceLocation name) Method parameters in net.minecraft.world.item.crafting with type arguments of type ResourceLocationModifier and TypeMethodDescriptionprotected voidRecipeManager.apply(Map<ResourceLocation, com.google.gson.JsonElement> p_44037_, ResourceManager p_44038_, ProfilerFiller p_44039_) Constructors in net.minecraft.world.item.crafting with parameters of type ResourceLocationModifierConstructorDescriptionRecipeHolder(ResourceLocation id, T value) Creates an instance of aRecipeHolderrecord class. -
Uses of ResourceLocation in net.minecraft.world.item.enchantment
Methods in net.minecraft.world.item.enchantment that return ResourceLocationModifier and TypeMethodDescriptionstatic ResourceLocationEnchantmentHelper.getEnchantmentId(CompoundTag p_182447_) static ResourceLocationEnchantmentHelper.getEnchantmentId(Enchantment p_182433_) Methods in net.minecraft.world.item.enchantment with parameters of type ResourceLocationModifier and TypeMethodDescriptionstatic CompoundTagEnchantmentHelper.storeEnchantment(ResourceLocation p_182444_, int p_182445_) -
Uses of ResourceLocation in net.minecraft.world.level
Methods in net.minecraft.world.level that return ResourceLocationModifier and TypeMethodDescriptionprivate static ResourceLocationSpawner.getEntityKey(CompoundTag p_313110_, String p_312914_) -
Uses of ResourceLocation in net.minecraft.world.level.biome
Fields in net.minecraft.world.level.biome declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationMultiNoiseBiomeSourceParameterList.Preset.idThe field for theidrecord component.Fields in net.minecraft.world.level.biome with type parameters of type ResourceLocationModifier and TypeFieldDescription(package private) static final Map<ResourceLocation,MultiNoiseBiomeSourceParameterList.Preset> MultiNoiseBiomeSourceParameterList.Preset.BY_NAMEMethods in net.minecraft.world.level.biome that return ResourceLocationModifier and TypeMethodDescriptionMultiNoiseBiomeSourceParameterList.Preset.id()Returns the value of theidrecord component.Constructors in net.minecraft.world.level.biome with parameters of type ResourceLocationModifierConstructorDescriptionCreates an instance of aPresetrecord class. -
Uses of ResourceLocation in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block declared as ResourceLocationModifier and TypeFieldDescriptionstatic final ResourceLocationShulkerBoxBlock.CONTENTSstatic final ResourceLocationDecoratedPotBlock.SHERDS_DYNAMIC_DROP_IDFields in net.minecraft.world.level.block with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,Supplier<? extends Block>> FlowerPotBlock.fullPotsMethods in net.minecraft.world.level.block that return ResourceLocationModifier and TypeMethodDescriptionprivate ResourceLocationNoteBlock.getCustomSoundId(Level p_263070_, BlockPos p_262999_) Methods in net.minecraft.world.level.block that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionMap<ResourceLocation,Supplier<? extends Block>> FlowerPotBlock.getFullPotsView()protected Stat<ResourceLocation>ChestBlock.getOpenChestStat()protected Stat<ResourceLocation>TrappedChestBlock.getOpenChestStat()Methods in net.minecraft.world.level.block with parameters of type ResourceLocationModifier and TypeMethodDescriptionvoidFlowerPotBlock.addPlant(ResourceLocation flower, Supplier<? extends Block> fullPot) -
Uses of ResourceLocation in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity declared as ResourceLocationModifier and TypeFieldDescriptionprivate ResourceLocationBrushableBlockEntity.lootTableprotected ResourceLocationDecoratedPotBlockEntity.lootTableprotected ResourceLocationRandomizableContainerBlockEntity.lootTableprivate ResourceLocationJigsawBlockEntity.nameprivate ResourceLocationSkullBlockEntity.noteBlockSoundprivate ResourceLocationStructureBlockEntity.structureNameprivate ResourceLocationJigsawBlockEntity.targetFields in net.minecraft.world.level.block.entity with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap<ResourceLocation>AbstractFurnaceBlockEntity.recipesUsedMethods in net.minecraft.world.level.block.entity that return ResourceLocationModifier and TypeMethodDescriptionstatic ResourceLocationBlockEntityType.getKey(BlockEntityType<?> p_58955_) DecoratedPotBlockEntity.getLootTable()RandomizableContainerBlockEntity.getLootTable()JigsawBlockEntity.getName()SkullBlockEntity.getNoteBlockSound()JigsawBlockEntity.getTarget()static ResourceLocationBannerPattern.location(ResourceKey<BannerPattern> p_222698_, boolean p_222699_) static ResourceLocationDecoratedPotPatterns.location(ResourceKey<String> p_273198_) Methods in net.minecraft.world.level.block.entity with parameters of type ResourceLocationModifier and TypeMethodDescriptionvoidBrushableBlockEntity.setLootTable(ResourceLocation p_277611_, long p_277991_) voidDecoratedPotBlockEntity.setLootTable(ResourceLocation p_309618_) voidRandomizableContainerBlockEntity.setLootTable(ResourceLocation p_59627_) voidJigsawBlockEntity.setName(ResourceLocation p_59436_) voidStructureBlockEntity.setStructureName(ResourceLocation p_59875_) voidJigsawBlockEntity.setTarget(ResourceLocation p_59439_) -
Uses of ResourceLocation in net.minecraft.world.level.block.entity.trialspawner
Fields in net.minecraft.world.level.block.entity.trialspawner with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprotected Optional<ResourceLocation>TrialSpawnerData.ejectingLootTableprivate final SimpleWeightedRandomList<ResourceLocation>TrialSpawnerConfig.lootTablesToEjectThe field for thelootTablesToEjectrecord component.Methods in net.minecraft.world.level.block.entity.trialspawner that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionTrialSpawnerConfig.lootTablesToEject()Returns the value of thelootTablesToEjectrecord component.Methods in net.minecraft.world.level.block.entity.trialspawner with parameters of type ResourceLocationModifier and TypeMethodDescriptionvoidTrialSpawner.ejectReward(ServerLevel p_310080_, BlockPos p_311547_, ResourceLocation p_311861_) -
Uses of ResourceLocation in net.minecraft.world.level.block.state
Fields in net.minecraft.world.level.block.state declared as ResourceLocationModifier and TypeFieldDescriptionprotected ResourceLocationBlockBehaviour.drops(package private) ResourceLocationBlockBehaviour.Properties.dropsFields in net.minecraft.world.level.block.state with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Supplier<ResourceLocation>BlockBehaviour.lootTableSupplierprivate Supplier<ResourceLocation>BlockBehaviour.Properties.lootTableSupplierMethods in net.minecraft.world.level.block.state that return ResourceLocation -
Uses of ResourceLocation in net.minecraft.world.level.dimension
Fields in net.minecraft.world.level.dimension declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationDimensionType.effectsLocationThe field for theeffectsLocationrecord component.static final ResourceLocationBuiltinDimensionTypes.END_EFFECTSstatic final ResourceLocationBuiltinDimensionTypes.NETHER_EFFECTSstatic final ResourceLocationBuiltinDimensionTypes.OVERWORLD_EFFECTSMethods in net.minecraft.world.level.dimension that return ResourceLocationModifier and TypeMethodDescriptionDimensionType.effectsLocation()Returns the value of theeffectsLocationrecord component.Constructors in net.minecraft.world.level.dimension with parameters of type ResourceLocationModifierConstructorDescriptionDimensionType(OptionalLong fixedTime, boolean hasSkyLight, boolean hasCeiling, boolean ultraWarm, boolean natural, double coordinateScale, boolean bedWorks, boolean respawnAnchorWorks, int minY, int height, int logicalHeight, TagKey<Block> infiniburn, ResourceLocation effectsLocation, float ambientLight, DimensionType.MonsterSettings monsterSettings) Creates an instance of aDimensionTyperecord class. -
Uses of ResourceLocation in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationSurfaceRules.VerticalGradientConditionSource.randomNameThe field for therandomNamerecord component.Fields in net.minecraft.world.level.levelgen with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,PositionalRandomFactory> RandomState.positionalRandomsMethods in net.minecraft.world.level.levelgen that return ResourceLocationModifier and TypeMethodDescriptionSurfaceRules.VerticalGradientConditionSource.randomName()Returns the value of therandomNamerecord component.Methods in net.minecraft.world.level.levelgen with parameters of type ResourceLocationModifier and TypeMethodDescriptiondefault RandomSourcePositionalRandomFactory.fromHashOf(ResourceLocation p_224541_) RandomState.getOrCreateRandomFactory(ResourceLocation p_224566_) Constructors in net.minecraft.world.level.levelgen with parameters of type ResourceLocationModifierConstructorDescription(package private)VerticalGradientConditionSource(ResourceLocation randomName, VerticalAnchor trueAtAndBelow, VerticalAnchor falseAtAndAbove) Creates an instance of aVerticalGradientConditionSourcerecord class. -
Uses of ResourceLocation in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type ResourceLocationModifier and TypeFieldDescriptionfinal List<ResourceLocation>FossilFeatureConfiguration.fossilStructuresfinal List<ResourceLocation>FossilFeatureConfiguration.overlayStructuresConstructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type ResourceLocationModifierConstructorDescriptionFossilFeatureConfiguration(List<ResourceLocation> p_204751_, List<ResourceLocation> p_204752_, Holder<StructureProcessorList> p_204753_, Holder<StructureProcessorList> p_204754_, int p_204755_) -
Uses of ResourceLocation in net.minecraft.world.level.levelgen.structure
Methods in net.minecraft.world.level.levelgen.structure that return ResourceLocationModifier and TypeMethodDescriptionprotected ResourceLocationTemplateStructurePiece.makeTemplateLocation()Methods in net.minecraft.world.level.levelgen.structure with parameters of type ResourceLocationModifier and TypeMethodDescriptionprotected booleanStructurePiece.createChest(ServerLevelAccessor p_226763_, BoundingBox p_226764_, RandomSource p_226765_, BlockPos p_226766_, ResourceLocation p_226767_, BlockState p_226768_) protected booleanStructurePiece.createChest(WorldGenLevel p_226812_, BoundingBox p_226813_, RandomSource p_226814_, int p_226815_, int p_226816_, int p_226817_, ResourceLocation p_226818_) protected booleanStructurePiece.createDispenser(WorldGenLevel p_226820_, BoundingBox p_226821_, RandomSource p_226822_, int p_226823_, int p_226824_, int p_226825_, Direction p_226826_, ResourceLocation p_226827_) Constructors in net.minecraft.world.level.levelgen.structure with parameters of type ResourceLocationModifierConstructorDescriptionTemplateStructurePiece(StructurePieceType p_226886_, int p_226887_, StructureTemplateManager p_226888_, ResourceLocation p_226889_, String p_226890_, StructurePlaceSettings p_226891_, BlockPos p_226892_) Constructor parameters in net.minecraft.world.level.levelgen.structure with type arguments of type ResourceLocationModifierConstructorDescriptionTemplateStructurePiece(StructurePieceType p_226894_, CompoundTag p_226895_, StructureTemplateManager p_226896_, Function<ResourceLocation, StructurePlaceSettings> p_226897_) -
Uses of ResourceLocation in net.minecraft.world.level.levelgen.structure.pieces
Fields in net.minecraft.world.level.levelgen.structure.pieces declared as ResourceLocationModifier and TypeFieldDescriptionprivate static final ResourceLocationPiecesContainer.JIGSAW_RENAMEFields in net.minecraft.world.level.levelgen.structure.pieces with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate static final Map<ResourceLocation,ResourceLocation> PiecesContainer.RENAMESprivate static final Map<ResourceLocation,ResourceLocation> PiecesContainer.RENAMES -
Uses of ResourceLocation in net.minecraft.world.level.levelgen.structure.pools
Fields in net.minecraft.world.level.levelgen.structure.pools with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprotected final com.mojang.datafixers.util.Either<ResourceLocation,StructureTemplate> SinglePoolElement.templateprivate static final com.mojang.serialization.Codec<com.mojang.datafixers.util.Either<ResourceLocation,StructureTemplate>> SinglePoolElement.TEMPLATE_CODECMethods in net.minecraft.world.level.levelgen.structure.pools that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionprotected static <E extends SinglePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E,com.mojang.datafixers.util.Either<ResourceLocation, StructureTemplate>> SinglePoolElement.templateCodec()Methods in net.minecraft.world.level.levelgen.structure.pools with parameters of type ResourceLocationModifier and TypeMethodDescriptionstatic booleanJigsawPlacement.generateJigsaw(ServerLevel p_227204_, Holder<StructureTemplatePool> p_227205_, ResourceLocation p_227206_, int p_227207_, BlockPos p_227208_, boolean p_227209_) JigsawPlacement.getRandomNamedJigsaw(StructurePoolElement p_227248_, ResourceLocation p_227249_, BlockPos p_227250_, Rotation p_227251_, StructureTemplateManager p_227252_, WorldgenRandom p_227253_) Method parameters in net.minecraft.world.level.levelgen.structure.pools with type arguments of type ResourceLocationModifier and TypeMethodDescriptionstatic Optional<Structure.GenerationStub>JigsawPlacement.addPieces(Structure.GenerationContext p_227239_, Holder<StructureTemplatePool> p_227240_, Optional<ResourceLocation> p_227241_, int p_227242_, BlockPos p_227243_, boolean p_227244_, Optional<Heightmap.Types> p_227245_, int p_227246_, PoolAliasLookup p_312146_) private static <T> com.mojang.serialization.DataResult<T>SinglePoolElement.encodeTemplate(com.mojang.datafixers.util.Either<ResourceLocation, StructureTemplate> p_210425_, com.mojang.serialization.DynamicOps<T> p_210426_, T p_210427_) Constructor parameters in net.minecraft.world.level.levelgen.structure.pools with type arguments of type ResourceLocationModifierConstructorDescriptionprotectedLegacySinglePoolElement(com.mojang.datafixers.util.Either<ResourceLocation, StructureTemplate> p_210348_, Holder<StructureProcessorList> p_210349_, StructureTemplatePool.Projection p_210350_) protectedSinglePoolElement(com.mojang.datafixers.util.Either<ResourceLocation, StructureTemplate> p_210415_, Holder<StructureProcessorList> p_210416_, StructureTemplatePool.Projection p_210417_) -
Uses of ResourceLocation in net.minecraft.world.level.levelgen.structure.structures
Fields in net.minecraft.world.level.levelgen.structure.structures declared as ResourceLocationModifier and TypeFieldDescriptionprivate static final ResourceLocation[]OceanRuinPieces.BIG_RUINS_BRICKprivate static final ResourceLocation[]OceanRuinPieces.BIG_RUINS_CRACKEDprivate static final ResourceLocation[]OceanRuinPieces.BIG_RUINS_MOSSYprivate static final ResourceLocation[]OceanRuinPieces.BIG_WARM_RUINSprivate static final ResourceLocation[]NetherFossilPieces.FOSSILSprivate static final ResourceLocation[]OceanRuinPieces.RUINS_BRICKprivate static final ResourceLocation[]OceanRuinPieces.RUINS_CRACKEDprivate static final ResourceLocation[]OceanRuinPieces.RUINS_MOSSYprivate static final ResourceLocation[]ShipwreckPieces.STRUCTURE_LOCATION_BEACHED(package private) static final ResourceLocationIglooPieces.STRUCTURE_LOCATION_IGLOOprivate static final ResourceLocationIglooPieces.STRUCTURE_LOCATION_LABORATORYprivate static final ResourceLocationIglooPieces.STRUCTURE_LOCATION_LADDERprivate static final ResourceLocation[]ShipwreckPieces.STRUCTURE_LOCATION_OCEANprivate static final ResourceLocation[]OceanRuinPieces.WARM_RUINSFields in net.minecraft.world.level.levelgen.structure.structures with type parameters of type ResourceLocationModifier and TypeFieldDescription(package private) static final Map<String,ResourceLocation> ShipwreckPieces.MARKERS_TO_LOOT(package private) static final Map<ResourceLocation,BlockPos> IglooPieces.OFFSETS(package private) static final Map<ResourceLocation,BlockPos> IglooPieces.PIVOTSprivate final Optional<ResourceLocation>JigsawStructure.startJigsawNameMethods in net.minecraft.world.level.levelgen.structure.structures that return ResourceLocationModifier and TypeMethodDescriptionprivate static ResourceLocationOceanRuinPieces.getBigWarmRuin(RandomSource p_229011_) private static ResourceLocationOceanRuinPieces.getSmallWarmRuin(RandomSource p_228983_) private static ResourceLocationWoodlandMansionPieces.WoodlandMansionPiece.makeLocation(String p_230211_) private static ResourceLocationEndCityPieces.EndCityPiece.makeResourceLocation(String p_227503_) protected ResourceLocationEndCityPieces.EndCityPiece.makeTemplateLocation()protected ResourceLocationWoodlandMansionPieces.WoodlandMansionPiece.makeTemplateLocation()Methods in net.minecraft.world.level.levelgen.structure.structures with parameters of type ResourceLocationModifier and TypeMethodDescriptionprivate static StructureProcessorOceanRuinPieces.archyRuleProcessor(Block p_277376_, Block p_277934_, ResourceLocation p_277968_) protected booleanMineshaftPieces.MineShaftCorridor.createChest(WorldGenLevel p_227787_, BoundingBox p_227788_, RandomSource p_227789_, int p_227790_, int p_227791_, int p_227792_, ResourceLocation p_227793_) private static BlockPosIglooPieces.IglooPiece.makePosition(ResourceLocation p_227564_, BlockPos p_227565_, int p_227566_) private static StructurePlaceSettingsIglooPieces.IglooPiece.makeSettings(Rotation p_227576_, ResourceLocation p_227577_) private static StructurePlaceSettingsRuinedPortalPiece.makeSettings(StructureTemplateManager p_229166_, CompoundTag p_229167_, ResourceLocation p_229168_) Constructors in net.minecraft.world.level.levelgen.structure.structures with parameters of type ResourceLocationModifierConstructorDescriptionIglooPiece(StructureTemplateManager p_227555_, ResourceLocation p_227556_, BlockPos p_227557_, Rotation p_227558_, int p_227559_) NetherFossilPiece(StructureTemplateManager p_228540_, ResourceLocation p_228541_, BlockPos p_228542_, Rotation p_228543_) OceanRuinPiece(StructureTemplateManager p_229018_, ResourceLocation p_229019_, BlockPos p_229020_, Rotation p_229021_, float p_229022_, OceanRuinStructure.Type p_229023_, boolean p_229024_) RuinedPortalPiece(StructureTemplateManager p_229105_, BlockPos p_229106_, RuinedPortalPiece.VerticalPlacement p_229107_, RuinedPortalPiece.Properties p_229108_, ResourceLocation p_229109_, StructureTemplate p_229110_, Rotation p_229111_, Mirror p_229112_, BlockPos p_229113_) ShipwreckPiece(StructureTemplateManager p_229354_, ResourceLocation p_229355_, BlockPos p_229356_, Rotation p_229357_, boolean p_229358_) Constructor parameters in net.minecraft.world.level.levelgen.structure.structures with type arguments of type ResourceLocationModifierConstructorDescriptionJigsawStructure(Structure.StructureSettings p_227627_, Holder<StructureTemplatePool> p_227628_, Optional<ResourceLocation> p_227629_, int p_227630_, HeightProvider p_227631_, boolean p_227632_, Optional<Heightmap.Types> p_227633_, int p_227634_, List<PoolAliasBinding> p_312703_) -
Uses of ResourceLocation in net.minecraft.world.level.levelgen.structure.templatesystem
Fields in net.minecraft.world.level.levelgen.structure.templatesystem with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Supplier<Stream<ResourceLocation>>StructureTemplateManager.Source.listerThe field for thelisterrecord component.private final Function<ResourceLocation,Optional<StructureTemplate>> StructureTemplateManager.Source.loaderThe field for theloaderrecord component.private final Map<ResourceLocation,Optional<StructureTemplate>> StructureTemplateManager.structureRepositoryMethods in net.minecraft.world.level.levelgen.structure.templatesystem that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionStructureTemplateManager.Source.lister()Returns the value of thelisterrecord component.private Stream<ResourceLocation>StructureTemplateManager.listFolderContents(Path p_230395_, String p_230396_, String p_230397_) private Stream<ResourceLocation>StructureTemplateManager.listGenerated()private Stream<ResourceLocation>StructureTemplateManager.listGeneratedInNamespace(Path p_230389_) private Stream<ResourceLocation>StructureTemplateManager.listResources()StructureTemplateManager.listTemplates()private Stream<ResourceLocation>StructureTemplateManager.listTestStructures()StructureTemplateManager.Source.loader()Returns the value of theloaderrecord component.Methods in net.minecraft.world.level.levelgen.structure.templatesystem with parameters of type ResourceLocationModifier and TypeMethodDescriptionprivate static PathStructureTemplateManager.createAndValidatePathToStructure(Path p_230412_, ResourceLocation p_230413_, String p_230414_) static PathStructureTemplateManager.createPathToStructure(Path p_230391_, ResourceLocation p_230392_, String p_230393_) StructureTemplateManager.get(ResourceLocation p_230408_) StructureTemplateManager.getOrCreate(ResourceLocation p_230360_) StructureTemplateManager.getPathToGeneratedStructure(ResourceLocation p_230362_, String p_230363_) private Optional<StructureTemplate>StructureTemplateManager.loadFromGenerated(ResourceLocation p_230432_) private Optional<StructureTemplate>StructureTemplateManager.loadFromResource(ResourceLocation p_230428_) private Optional<StructureTemplate>StructureTemplateManager.loadFromSnbt(ResourceLocation p_230368_, Path p_230369_) private Optional<StructureTemplate>StructureTemplateManager.loadFromTestStructures(ResourceLocation p_230430_) voidStructureTemplateManager.remove(ResourceLocation p_230422_) booleanStructureTemplateManager.save(ResourceLocation p_230417_) private Optional<StructureTemplate>StructureTemplateManager.tryLoad(ResourceLocation p_230426_) Constructor parameters in net.minecraft.world.level.levelgen.structure.templatesystem with type arguments of type ResourceLocationModifierConstructorDescription(package private)Source(Function<ResourceLocation, Optional<StructureTemplate>> loader, Supplier<Stream<ResourceLocation>> lister) Creates an instance of aSourcerecord class.(package private)Source(Function<ResourceLocation, Optional<StructureTemplate>> loader, Supplier<Stream<ResourceLocation>> lister) Creates an instance of aSourcerecord class. -
Uses of ResourceLocation in net.minecraft.world.level.levelgen.structure.templatesystem.rule.blockentity
Fields in net.minecraft.world.level.levelgen.structure.templatesystem.rule.blockentity declared as ResourceLocationConstructors in net.minecraft.world.level.levelgen.structure.templatesystem.rule.blockentity with parameters of type ResourceLocation -
Uses of ResourceLocation in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage that return types with arguments of type ResourceLocationMethods in net.minecraft.world.level.storage with parameters of type ResourceLocationModifier and TypeMethodDescriptionCommandStorage.get(ResourceLocation p_78045_) voidCommandStorage.set(ResourceLocation p_78047_, CompoundTag p_78048_) -
Uses of ResourceLocation in net.minecraft.world.level.storage.loot
Fields in net.minecraft.world.level.storage.loot declared as ResourceLocationModifier and TypeFieldDescriptionstatic final ResourceLocationBuiltInLootTables.ABANDONED_MINESHAFTstatic final ResourceLocationBuiltInLootTables.ANCIENT_CITYstatic final ResourceLocationBuiltInLootTables.ANCIENT_CITY_ICE_BOXstatic final ResourceLocationBuiltInLootTables.ARMORER_GIFTstatic final ResourceLocationBuiltInLootTables.BASTION_BRIDGEstatic final ResourceLocationBuiltInLootTables.BASTION_HOGLIN_STABLEstatic final ResourceLocationBuiltInLootTables.BASTION_OTHERstatic final ResourceLocationBuiltInLootTables.BASTION_TREASUREstatic final ResourceLocationBuiltInLootTables.BURIED_TREASUREstatic final ResourceLocationBuiltInLootTables.BUTCHER_GIFTstatic final ResourceLocationBuiltInLootTables.CARTOGRAPHER_GIFTstatic final ResourceLocationBuiltInLootTables.CAT_MORNING_GIFTstatic final ResourceLocationBuiltInLootTables.CLERIC_GIFTstatic final ResourceLocationBuiltInLootTables.DESERT_PYRAMIDstatic final ResourceLocationBuiltInLootTables.DESERT_PYRAMID_ARCHAEOLOGYstatic final ResourceLocationBuiltInLootTables.DESERT_WELL_ARCHAEOLOGYstatic final ResourceLocationBuiltInLootTables.EMPTYstatic final ResourceLocationBuiltInLootTables.END_CITY_TREASUREstatic final ResourceLocationBuiltInLootTables.FARMER_GIFTstatic final ResourceLocationBuiltInLootTables.FISHERMAN_GIFTstatic final ResourceLocationBuiltInLootTables.FISHINGstatic final ResourceLocationBuiltInLootTables.FISHING_FISHstatic final ResourceLocationBuiltInLootTables.FISHING_JUNKstatic final ResourceLocationBuiltInLootTables.FISHING_TREASUREstatic final ResourceLocationBuiltInLootTables.FLETCHER_GIFTstatic final ResourceLocationBuiltInLootTables.IGLOO_CHESTstatic final ResourceLocationBuiltInLootTables.JUNGLE_TEMPLEstatic final ResourceLocationBuiltInLootTables.JUNGLE_TEMPLE_DISPENSERstatic final ResourceLocationBuiltInLootTables.LEATHERWORKER_GIFTstatic final ResourceLocationBuiltInLootTables.LIBRARIAN_GIFTprivate final ResourceLocationLootDataId.locationThe field for thelocationrecord component.private ResourceLocationLootTable.lootTableIdstatic final ResourceLocationBuiltInLootTables.MASON_GIFTstatic final ResourceLocationBuiltInLootTables.NETHER_BRIDGEstatic final ResourceLocationBuiltInLootTables.OCEAN_RUIN_COLD_ARCHAEOLOGYstatic final ResourceLocationBuiltInLootTables.OCEAN_RUIN_WARM_ARCHAEOLOGYstatic final ResourceLocationBuiltInLootTables.PIGLIN_BARTERINGstatic final ResourceLocationBuiltInLootTables.PILLAGER_OUTPOSTprivate ResourceLocationLootContext.Builder.queriedLootTableIdprivate ResourceLocationLootContext.queriedLootTableIdstatic final ResourceLocationBuiltInLootTables.RUINED_PORTALstatic final ResourceLocationBuiltInLootTables.SHEEP_BLACKstatic final ResourceLocationBuiltInLootTables.SHEEP_BLUEstatic final ResourceLocationBuiltInLootTables.SHEEP_BROWNstatic final ResourceLocationBuiltInLootTables.SHEEP_CYANstatic final ResourceLocationBuiltInLootTables.SHEEP_GRAYstatic final ResourceLocationBuiltInLootTables.SHEEP_GREENstatic final ResourceLocationBuiltInLootTables.SHEEP_LIGHT_BLUEstatic final ResourceLocationBuiltInLootTables.SHEEP_LIGHT_GRAYstatic final ResourceLocationBuiltInLootTables.SHEEP_LIMEstatic final ResourceLocationBuiltInLootTables.SHEEP_MAGENTAstatic final ResourceLocationBuiltInLootTables.SHEEP_ORANGEstatic final ResourceLocationBuiltInLootTables.SHEEP_PINKstatic final ResourceLocationBuiltInLootTables.SHEEP_PURPLEstatic final ResourceLocationBuiltInLootTables.SHEEP_REDstatic final ResourceLocationBuiltInLootTables.SHEEP_WHITEstatic final ResourceLocationBuiltInLootTables.SHEEP_YELLOWstatic final ResourceLocationBuiltInLootTables.SHEPHERD_GIFTstatic final ResourceLocationBuiltInLootTables.SHIPWRECK_MAPstatic final ResourceLocationBuiltInLootTables.SHIPWRECK_SUPPLYstatic final ResourceLocationBuiltInLootTables.SHIPWRECK_TREASUREstatic final ResourceLocationBuiltInLootTables.SIMPLE_DUNGEONstatic final ResourceLocationBuiltInLootTables.SNIFFER_DIGGINGstatic final ResourceLocationBuiltInLootTables.SPAWN_BONUS_CHESTstatic final ResourceLocationBuiltInLootTables.SPAWNER_TRIAL_CHAMBER_CONSUMABLESstatic final ResourceLocationBuiltInLootTables.SPAWNER_TRIAL_CHAMBER_KEYstatic final ResourceLocationBuiltInLootTables.STRONGHOLD_CORRIDORstatic final ResourceLocationBuiltInLootTables.STRONGHOLD_CROSSINGstatic final ResourceLocationBuiltInLootTables.STRONGHOLD_LIBRARYstatic final ResourceLocationBuiltInLootTables.TOOLSMITH_GIFTstatic final ResourceLocationBuiltInLootTables.TRAIL_RUINS_ARCHAEOLOGY_COMMONstatic final ResourceLocationBuiltInLootTables.TRAIL_RUINS_ARCHAEOLOGY_RAREstatic final ResourceLocationBuiltInLootTables.TRIAL_CHAMBERS_CHAMBER_DISPENSERstatic final ResourceLocationBuiltInLootTables.TRIAL_CHAMBERS_CORRIDORstatic final ResourceLocationBuiltInLootTables.TRIAL_CHAMBERS_CORRIDOR_DISPENSERstatic final ResourceLocationBuiltInLootTables.TRIAL_CHAMBERS_CORRIDOR_POTstatic final ResourceLocationBuiltInLootTables.TRIAL_CHAMBERS_ENTRANCEstatic final ResourceLocationBuiltInLootTables.TRIAL_CHAMBERS_INTERSECTIONstatic final ResourceLocationBuiltInLootTables.TRIAL_CHAMBERS_INTERSECTION_BARRELstatic final ResourceLocationBuiltInLootTables.TRIAL_CHAMBERS_REWARDstatic final ResourceLocationBuiltInLootTables.TRIAL_CHAMBERS_SUPPLYstatic final ResourceLocationBuiltInLootTables.TRIAL_CHAMBERS_WATER_DISPENSERstatic final ResourceLocationBuiltInLootTables.UNDERWATER_RUIN_BIGstatic final ResourceLocationBuiltInLootTables.UNDERWATER_RUIN_SMALLstatic final ResourceLocationBuiltInLootTables.VILLAGE_ARMORERstatic final ResourceLocationBuiltInLootTables.VILLAGE_BUTCHERstatic final ResourceLocationBuiltInLootTables.VILLAGE_CARTOGRAPHERstatic final ResourceLocationBuiltInLootTables.VILLAGE_DESERT_HOUSEstatic final ResourceLocationBuiltInLootTables.VILLAGE_FISHERstatic final ResourceLocationBuiltInLootTables.VILLAGE_FLETCHERstatic final ResourceLocationBuiltInLootTables.VILLAGE_MASONstatic final ResourceLocationBuiltInLootTables.VILLAGE_PLAINS_HOUSEstatic final ResourceLocationBuiltInLootTables.VILLAGE_SAVANNA_HOUSEstatic final ResourceLocationBuiltInLootTables.VILLAGE_SHEPHERDstatic final ResourceLocationBuiltInLootTables.VILLAGE_SNOWY_HOUSEstatic final ResourceLocationBuiltInLootTables.VILLAGE_TAIGA_HOUSEstatic final ResourceLocationBuiltInLootTables.VILLAGE_TANNERYstatic final ResourceLocationBuiltInLootTables.VILLAGE_TEMPLEstatic final ResourceLocationBuiltInLootTables.VILLAGE_TOOLSMITHstatic final ResourceLocationBuiltInLootTables.VILLAGE_WEAPONSMITHstatic final ResourceLocationBuiltInLootTables.WEAPONSMITH_GIFTstatic final ResourceLocationBuiltInLootTables.WOODLAND_MANSIONFields in net.minecraft.world.level.storage.loot with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,LootParams.DynamicDrop> LootParams.Builder.dynamicDropsprivate final Map<ResourceLocation,LootParams.DynamicDrop> LootParams.dynamicDropsprivate static final Set<ResourceLocation>BuiltInLootTables.IMMUTABLE_LOCATIONSprivate static final Set<ResourceLocation>BuiltInLootTables.LOCATIONSprivate Optional<ResourceLocation>LootTable.Builder.randomSequenceprivate final Optional<ResourceLocation>LootTable.randomSequenceprivate com.google.common.collect.Multimap<LootDataType<?>,ResourceLocation> LootDataManager.typeKeysMethods in net.minecraft.world.level.storage.loot that return ResourceLocationModifier and TypeMethodDescriptionLootTable.getLootTableId()LootContext.getQueriedLootTableId()LootDataId.location()Returns the value of thelocationrecord component.private static ResourceLocationprivate static ResourceLocationBuiltInLootTables.register(ResourceLocation p_78770_) Methods in net.minecraft.world.level.storage.loot that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionstatic Set<ResourceLocation>BuiltInLootTables.all()LootDataManager.getKeys(LootDataType<?> p_279455_) Methods in net.minecraft.world.level.storage.loot with parameters of type ResourceLocationModifier and TypeMethodDescriptionvoidLootContext.addDynamicDrops(ResourceLocation p_78943_, Consumer<ItemStack> p_78944_) voidLootParams.addDynamicDrops(ResourceLocation p_287768_, Consumer<ItemStack> p_287711_) LootDataType.deserialize(ResourceLocation p_279253_, com.google.gson.JsonElement p_279330_) default <T> TLootDataResolver.getElement(LootDataType<T> p_279423_, ResourceLocation p_279277_) default <T> Optional<T>LootDataResolver.getElementOptional(LootDataType<T> p_279350_, ResourceLocation p_279323_) default LootTableLootDataResolver.getLootTable(ResourceLocation p_279456_) private static ResourceLocationBuiltInLootTables.register(ResourceLocation p_78770_) voidLootTable.setLootTableId(ResourceLocation id) voidLootContext.setQueriedLootTableId(ResourceLocation queriedLootTableId) LootTable.Builder.setRandomSequence(ResourceLocation p_287667_) LootParams.Builder.withDynamicDrop(ResourceLocation p_287734_, LootParams.DynamicDrop p_287724_) LootContext.Builder.withQueriedLootTableId(ResourceLocation queriedLootTableId) Method parameters in net.minecraft.world.level.storage.loot with type arguments of type ResourceLocationModifier and TypeMethodDescriptionprivate voidLootDataManager.apply(Map<LootDataType<?>, Map<ResourceLocation, ?>> p_279426_) LootContext.Builder.create(Optional<ResourceLocation> p_299315_) private static <T> CompletableFuture<?>LootDataManager.scheduleElementParse(LootDataType<T> p_279205_, ResourceManager p_279441_, Executor p_279233_, Map<LootDataType<?>, Map<ResourceLocation, ?>> p_279241_) Constructors in net.minecraft.world.level.storage.loot with parameters of type ResourceLocationModifierConstructorDescriptionprivateLootContext(LootParams p_287722_, RandomSource p_287702_, LootDataResolver p_287619_, ResourceLocation queriedLootTableId) LootDataId(LootDataType<T> type, ResourceLocation location) Creates an instance of aLootDataIdrecord class.Constructor parameters in net.minecraft.world.level.storage.loot with type arguments of type ResourceLocationModifierConstructorDescription(package private)LootTable(LootContextParamSet p_287716_, Optional<ResourceLocation> p_298628_, List<LootPool> p_298771_, List<LootItemFunction> p_301234_) -
Uses of ResourceLocation in net.minecraft.world.level.storage.loot.entries
Fields in net.minecraft.world.level.storage.loot.entries declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationDynamicLoot.nameprivate final ResourceLocationLootTableReference.nameMethods in net.minecraft.world.level.storage.loot.entries with parameters of type ResourceLocationModifier and TypeMethodDescriptionstatic LootPoolSingletonContainer.Builder<?>DynamicLoot.dynamicEntry(ResourceLocation p_79484_) static LootPoolSingletonContainer.Builder<?>LootTableReference.lootTableReference(ResourceLocation p_79777_) Constructors in net.minecraft.world.level.storage.loot.entries with parameters of type ResourceLocationModifierConstructorDescriptionprivateDynamicLoot(ResourceLocation p_79465_, int p_79466_, int p_79467_, List<LootItemCondition> p_297929_, List<LootItemFunction> p_299695_) privateLootTableReference(ResourceLocation p_79756_, int p_79757_, int p_79758_, List<LootItemCondition> p_297470_, List<LootItemFunction> p_299264_) -
Uses of ResourceLocation in net.minecraft.world.level.storage.loot.functions
Fields in net.minecraft.world.level.storage.loot.functions declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationApplyBonusCount.FormulaType.idThe field for theidrecord component.private final ResourceLocationFunctionReference.nameprivate final ResourceLocationSetContainerLootTable.nameFields in net.minecraft.world.level.storage.loot.functions with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate static final Map<ResourceLocation,ApplyBonusCount.FormulaType> ApplyBonusCount.FORMULASMethods in net.minecraft.world.level.storage.loot.functions that return ResourceLocationModifier and TypeMethodDescriptionApplyBonusCount.FormulaType.id()Returns the value of theidrecord component.Methods in net.minecraft.world.level.storage.loot.functions with parameters of type ResourceLocationModifier and TypeMethodDescriptionstatic LootItemConditionalFunction.Builder<?>FunctionReference.functionReference(ResourceLocation p_279115_) static LootItemConditionalFunction.Builder<?>SetContainerLootTable.withLootTable(BlockEntityType<?> p_193050_, ResourceLocation p_193051_) static LootItemConditionalFunction.Builder<?>SetContainerLootTable.withLootTable(BlockEntityType<?> p_193053_, ResourceLocation p_193054_, long p_193055_) Constructors in net.minecraft.world.level.storage.loot.functions with parameters of type ResourceLocationModifierConstructorDescription(package private)FormulaType(ResourceLocation id, com.mojang.serialization.Codec<? extends ApplyBonusCount.Formula> codec) Creates an instance of aFormulaTyperecord class.privateFunctionReference(List<LootItemCondition> p_298565_, ResourceLocation p_279246_) privateSetContainerLootTable(List<LootItemCondition> p_297857_, ResourceLocation p_193046_, long p_193047_, Holder<BlockEntityType<?>> p_300516_) -
Uses of ResourceLocation in net.minecraft.world.level.storage.loot.parameters
Fields in net.minecraft.world.level.storage.loot.parameters declared as ResourceLocationFields in net.minecraft.world.level.storage.loot.parameters with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate static final com.google.common.collect.BiMap<ResourceLocation,LootContextParamSet> LootContextParamSets.REGISTRYMethods in net.minecraft.world.level.storage.loot.parameters that return ResourceLocationConstructors in net.minecraft.world.level.storage.loot.parameters with parameters of type ResourceLocation -
Uses of ResourceLocation in net.minecraft.world.level.storage.loot.predicates
Fields in net.minecraft.world.level.storage.loot.predicates declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationConditionReference.nameThe field for thenamerecord component.Methods in net.minecraft.world.level.storage.loot.predicates that return ResourceLocationModifier and TypeMethodDescriptionConditionReference.name()Returns the value of thenamerecord component.Methods in net.minecraft.world.level.storage.loot.predicates with parameters of type ResourceLocationModifier and TypeMethodDescriptionstatic LootItemCondition.BuilderConditionReference.conditionReference(ResourceLocation p_165481_) Constructors in net.minecraft.world.level.storage.loot.predicates with parameters of type ResourceLocationModifierConstructorDescriptionCreates an instance of aConditionReferencerecord class. -
Uses of ResourceLocation in net.minecraft.world.level.storage.loot.providers.nbt
Fields in net.minecraft.world.level.storage.loot.providers.nbt declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationStorageNbtProvider.idThe field for theidrecord component.Methods in net.minecraft.world.level.storage.loot.providers.nbt that return ResourceLocationModifier and TypeMethodDescriptionStorageNbtProvider.id()Returns the value of theidrecord component.Constructors in net.minecraft.world.level.storage.loot.providers.nbt with parameters of type ResourceLocationModifierConstructorDescriptionCreates an instance of aStorageNbtProviderrecord class. -
Uses of ResourceLocation in net.minecraft.world.level.timers
Fields in net.minecraft.world.level.timers declared as ResourceLocationModifier and TypeFieldDescription(package private) final ResourceLocationFunctionCallback.functionIdprivate final ResourceLocationTimerCallback.Serializer.id(package private) final ResourceLocationFunctionTagCallback.tagIdFields in net.minecraft.world.level.timers with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,TimerCallback.Serializer<C, ?>> TimerCallbacks.idToSerializerMethods in net.minecraft.world.level.timers that return ResourceLocationConstructors in net.minecraft.world.level.timers with parameters of type ResourceLocationModifierConstructorDescriptionFunctionCallback(ResourceLocation p_82164_) FunctionTagCallback(ResourceLocation p_82191_) Serializer(ResourceLocation p_82219_, Class<?> p_82220_) -
Uses of ResourceLocation in net.minecraft.world.scores.criteria
Methods in net.minecraft.world.scores.criteria with parameters of type ResourceLocationModifier and TypeMethodDescriptionprivate static <T> Optional<ObjectiveCriteria>ObjectiveCriteria.getStat(StatType<T> p_83612_, ResourceLocation p_83613_) -
Uses of ResourceLocation in net.minecraftforge.client
Fields in net.minecraftforge.client declared as ResourceLocationModifier and TypeFieldDescriptionprivate static final ResourceLocationForgeHooksClient.ICON_SHEETFields in net.minecraftforge.client with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate static com.google.common.collect.ImmutableMap<ResourceLocation,DimensionSpecialEffects> DimensionSpecialEffectsManager.EFFECTSprivate static final BiFunction<ResourceLocation,Boolean, RenderType> ForgeRenderTypes.Internal.ENTITY_TRANSLUCENTstatic Function<ResourceLocation,RenderType> ForgeRenderTypes.Internal.LAYERED_ITEM_CUTOUTstatic Function<ResourceLocation,RenderType> ForgeRenderTypes.Internal.LAYERED_ITEM_CUTOUT_MIPPEDstatic Function<ResourceLocation,RenderType> ForgeRenderTypes.Internal.LAYERED_ITEM_SOLIDstatic Function<ResourceLocation,RenderType> ForgeRenderTypes.Internal.LAYERED_ITEM_TRANSLUCENTprivate static com.google.common.collect.ImmutableMap<ResourceLocation,RenderTypeGroup> NamedRenderTypeManager.RENDER_TYPESprivate static Map<EntityType<?>,ResourceLocation> EntitySpectatorShaderManager.SHADERSstatic Function<ResourceLocation,RenderType> ForgeRenderTypes.Internal.TEXTstatic Function<ResourceLocation,RenderType> ForgeRenderTypes.Internal.TEXT_INTENSITYstatic Function<ResourceLocation,RenderType> ForgeRenderTypes.Internal.TEXT_INTENSITY_POLYGON_OFFSETstatic Function<ResourceLocation,RenderType> ForgeRenderTypes.Internal.TEXT_INTENSITY_SEETHROUGHstatic Function<ResourceLocation,RenderType> ForgeRenderTypes.Internal.TEXT_POLYGON_OFFSETstatic Function<ResourceLocation,RenderType> ForgeRenderTypes.Internal.TEXT_SEETHROUGHstatic Function<ResourceLocation,RenderType> ForgeRenderTypes.Internal.TRANSLUCENT_PARTICLES_TARGETstatic Function<ResourceLocation,RenderType> ForgeRenderTypes.Internal.UNLIT_TRANSLUCENT_SORTEDstatic Function<ResourceLocation,RenderType> ForgeRenderTypes.Internal.UNLIT_TRANSLUCENT_UNSORTEDstatic Function<ResourceLocation,RenderType> ForgeRenderTypes.Internal.UNSORTED_TRANSLUCENTMethods in net.minecraftforge.client that return ResourceLocationModifier and TypeMethodDescriptionstatic @Nullable ResourceLocationEntitySpectatorShaderManager.get(EntityType<?> entityType) Finds the path to the spectator mode shader used for the specified entity type, or null if none is registered.static ResourceLocationForgeHooksClient.getShaderImportLocation(String basePath, boolean isRelative, String importPath) Methods in net.minecraftforge.client that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionClientCommandSourceStack.getRecipeNames()Returns aStreamof recipe ids that are available on the client.Methods in net.minecraftforge.client with parameters of type ResourceLocationModifier and TypeMethodDescriptionstatic RenderTypeGroupNamedRenderTypeManager.get(ResourceLocation name) Finds theRenderTypeGroupfor a given name, or theempty groupif not found.ClientCommandSourceStack.getAdvancement(ResourceLocation id) Returns the advancement from the id from the client side where the advancement needs to be visible to the player.static MaterialForgeHooksClient.getBlockMaterial(ResourceLocation loc) static RenderTypeForgeRenderTypes.getEntityCutoutMipped(ResourceLocation textureLocation) static DimensionSpecialEffectsDimensionSpecialEffectsManager.getForType(ResourceLocation type) Finds theDimensionSpecialEffectsfor a given dimension type, or the default if none is registered.static RenderTypeForgeRenderTypes.getItemLayeredCutout(ResourceLocation textureLocation) static RenderTypeForgeRenderTypes.getItemLayeredCutoutMipped(ResourceLocation textureLocation) static RenderTypeForgeRenderTypes.getItemLayeredSolid(ResourceLocation textureLocation) static RenderTypeForgeRenderTypes.getItemLayeredTranslucent(ResourceLocation textureLocation) static RenderTypeForgeRenderTypes.getText(ResourceLocation locationIn) private static RenderTypeForgeRenderTypes.Internal.getText(ResourceLocation locationIn) static RenderTypeForgeRenderTypes.getTextIntensity(ResourceLocation locationIn) private static RenderTypeForgeRenderTypes.Internal.getTextIntensity(ResourceLocation locationIn) static RenderTypeForgeRenderTypes.getTextIntensityPolygonOffset(ResourceLocation locationIn) private static RenderTypeForgeRenderTypes.Internal.getTextIntensityPolygonOffset(ResourceLocation locationIn) static RenderTypeForgeRenderTypes.getTextIntensitySeeThrough(ResourceLocation locationIn) private static RenderTypeForgeRenderTypes.Internal.getTextIntensitySeeThrough(ResourceLocation locationIn) static RenderTypeForgeRenderTypes.getTextPolygonOffset(ResourceLocation locationIn) private static RenderTypeForgeRenderTypes.Internal.getTextPolygonOffset(ResourceLocation locationIn) static RenderTypeForgeRenderTypes.getTextSeeThrough(ResourceLocation locationIn) private static RenderTypeForgeRenderTypes.Internal.getTextSeeThrough(ResourceLocation locationIn) static RenderTypeForgeRenderTypes.getTranslucentParticlesTarget(ResourceLocation locationIn) private static RenderTypeForgeRenderTypes.Internal.getTranslucentParticlesTarget(ResourceLocation locationIn) static RenderTypeForgeRenderTypes.getUnlitTranslucent(ResourceLocation textureLocation) static RenderTypeForgeRenderTypes.getUnlitTranslucent(ResourceLocation textureLocation, boolean sortingEnabled) static RenderTypeForgeRenderTypes.getUnsortedTranslucent(ResourceLocation textureLocation) private static RenderTypeForgeRenderTypes.Internal.layeredItemCutout(ResourceLocation locationIn) private static RenderTypeForgeRenderTypes.Internal.layeredItemCutoutMipped(ResourceLocation locationIn) private static RenderTypeForgeRenderTypes.Internal.layeredItemSolid(ResourceLocation locationIn) private static RenderTypeForgeRenderTypes.Internal.layeredItemTranslucent(ResourceLocation locationIn) static @Nullable SpriteContentsForgeHooksClient.loadSpriteContents(ResourceLocation name, Resource resource, FrameSize frameSize, NativeImage image, ResourceMetadata animationMeta) static @Nullable TextureAtlasSpriteForgeHooksClient.loadTextureAtlasSprite(ResourceLocation atlasName, SpriteContents contents, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel) private static RenderTypeForgeRenderTypes.Internal.unlitTranslucent(ResourceLocation textureLocation, boolean sortingEnabled) private static RenderTypeForgeRenderTypes.Internal.unsortedTranslucent(ResourceLocation textureLocation) Method parameters in net.minecraftforge.client with type arguments of type ResourceLocationModifier and TypeMethodDescriptionstatic voidForgeHooksClient.onModelBake(ModelManager modelManager, Map<ResourceLocation, BakedModel> models, ModelBakery modelBakery) static voidForgeHooksClient.onModifyBakingResult(Map<ResourceLocation, BakedModel> models, ModelBakery modelBakery) static voidForgeHooksClient.onRegisterAdditionalModels(Set<ResourceLocation> additionalModels) private static DimensionSpecialEffectsDimensionSpecialEffectsManager.preRegisterVanillaEffects(Map<ResourceLocation, DimensionSpecialEffects> effects) Pre-registers vanilla dimension effects and returns the default fallback effects instance.private static voidNamedRenderTypeManager.preRegisterVanillaRenderTypes(Map<ResourceLocation, RenderTypeGroup> blockRenderTypes) Pre-registers vanilla render types.Constructors in net.minecraftforge.client with parameters of type ResourceLocationModifierConstructorDescriptionprivateCustomizableTextureState(ResourceLocation resLoc, Supplier<Boolean> blur, Supplier<Boolean> mipmap) -
Uses of ResourceLocation in net.minecraftforge.client.event
Fields in net.minecraftforge.client.event with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,DimensionSpecialEffects> RegisterDimensionSpecialEffectsEvent.effectsprivate final Map<ResourceLocation,IGeometryLoader<?>> ModelEvent.RegisterGeometryLoaders.loadersprivate final Map<ResourceLocation,ITextureAtlasSpriteLoader> RegisterTextureAtlasSpriteLoadersEvent.loadersprivate final Map<ResourceLocation,BakedModel> ModelEvent.BakingCompleted.modelsprivate final Map<ResourceLocation,BakedModel> ModelEvent.ModifyBakingResult.modelsprivate final Set<ResourceLocation>ModelEvent.RegisterAdditional.modelsprivate final List<ResourceLocation>RegisterGuiOverlaysEvent.orderedOverlaysprivate final Map<ResourceLocation,IGuiOverlay> RegisterGuiOverlaysEvent.overlaysprivate final Map<ResourceLocation,RenderTypeGroup> RegisterNamedRenderTypesEvent.renderTypesprivate final Map<EntityType<?>,ResourceLocation> RegisterEntitySpectatorShadersEvent.shadersMethods in net.minecraftforge.client.event that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionModelEvent.BakingCompleted.getModels()ModelEvent.ModifyBakingResult.getModels()Methods in net.minecraftforge.client.event with parameters of type ResourceLocationModifier and TypeMethodDescriptionvoidModelEvent.RegisterAdditional.register(ResourceLocation model) Registers a model to be loaded, along with its dependencies.voidRegisterDimensionSpecialEffectsEvent.register(ResourceLocation dimensionType, DimensionSpecialEffects effects) Registers the effects for a given dimension type.voidRegisterEntitySpectatorShadersEvent.register(EntityType<?> entityType, ResourceLocation shader) Registers a spectator shader for a given entity type.private voidRegisterGuiOverlaysEvent.register(@NotNull RegisterGuiOverlaysEvent.Ordering ordering, @Nullable ResourceLocation other, @NotNull String id, @NotNull IGuiOverlay overlay) RenderLevelStageEvent.RegisterStageEvent.register(ResourceLocation name, RenderType renderType) private static RenderLevelStageEvent.StageRenderLevelStageEvent.Stage.register(ResourceLocation name, RenderType renderType) voidRegisterGuiOverlaysEvent.registerAbove(@NotNull ResourceLocation other, @NotNull String id, @NotNull IGuiOverlay overlay) Registers an overlay that renders above another.voidRegisterGuiOverlaysEvent.registerBelow(@NotNull ResourceLocation other, @NotNull String id, @NotNull IGuiOverlay overlay) Registers an overlay that renders below another.Constructor parameters in net.minecraftforge.client.event with type arguments of type ResourceLocationModifierConstructorDescriptionBakingCompleted(ModelManager modelManager, Map<ResourceLocation, BakedModel> models, ModelBakery modelBakery) ModifyBakingResult(Map<ResourceLocation, BakedModel> models, ModelBakery modelBakery) RegisterAdditional(Set<ResourceLocation> models) RegisterEntitySpectatorShadersEvent(Map<EntityType<?>, ResourceLocation> shaders) RegisterGeometryLoaders(Map<ResourceLocation, IGeometryLoader<?>> loaders) RegisterGuiOverlaysEvent(Map<ResourceLocation, IGuiOverlay> overlays, List<ResourceLocation> orderedOverlays) RegisterGuiOverlaysEvent(Map<ResourceLocation, IGuiOverlay> overlays, List<ResourceLocation> orderedOverlays) RegisterNamedRenderTypesEvent(Map<ResourceLocation, RenderTypeGroup> renderTypes) -
Uses of ResourceLocation in net.minecraftforge.client.extensions
Methods in net.minecraftforge.client.extensions with parameters of type ResourceLocationModifier and TypeMethodDescription@Nullable BakedModelIForgeModelBaker.bake(ResourceLocation location, ModelState state, Function<Material, TextureAtlasSprite> sprites) default voidIForgeGuiGraphics.blitInscribed(ResourceLocation texture, int x, int y, int boundsWidth, int boundsHeight, int rectWidth, int rectHeight) default voidIForgeGuiGraphics.blitInscribed(ResourceLocation texture, int x, int y, int boundsWidth, int boundsHeight, int rectWidth, int rectHeight, boolean centerX, boolean centerY) default voidIForgeGuiGraphics.blitWithBorder(ResourceLocation texture, int x, int y, int u, int v, int width, int height, int textureWidth, int textureHeight, int borderSize) Draws a textured box of any size (smallest size is borderSize * 2 square) based on a fixed size textured box with continuous borders and filler.default voidIForgeGuiGraphics.blitWithBorder(ResourceLocation texture, int x, int y, int u, int v, int width, int height, int textureWidth, int textureHeight, int topBorder, int bottomBorder, int leftBorder, int rightBorder) Draws a textured box of any size (smallest size is borderSize * 2 square) based on a fixed size textured box with continuous borders and filler. -
Uses of ResourceLocation in net.minecraftforge.client.extensions.common
Methods in net.minecraftforge.client.extensions.common that return ResourceLocationModifier and TypeMethodDescriptiondefault ResourceLocationIClientFluidTypeExtensions.getFlowingTexture()Returns the reference of the texture to apply to a flowing fluid.default ResourceLocationIClientFluidTypeExtensions.getFlowingTexture(FluidState state, BlockAndTintGetter getter, BlockPos pos) Returns the reference of the texture to apply to a flowing fluid.default ResourceLocationIClientFluidTypeExtensions.getFlowingTexture(FluidStack stack) Returns the reference of the texture to apply to a flowing fluid.default @Nullable ResourceLocationIClientFluidTypeExtensions.getOverlayTexture()Returns the reference of the texture to apply to a fluid directly touching a non-opaque block other than air.default ResourceLocationIClientFluidTypeExtensions.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 ResourceLocationIClientFluidTypeExtensions.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 ResourceLocationIClientFluidTypeExtensions.getRenderOverlayTexture(Minecraft mc) Returns the location of the texture to apply to the camera when it is within the fluid.default ResourceLocationIClientFluidTypeExtensions.getStillTexture()Returns the reference of the texture to apply to a source fluid.default ResourceLocationIClientFluidTypeExtensions.getStillTexture(FluidState state, BlockAndTintGetter getter, BlockPos pos) Returns the reference of the texture to apply to a source fluid.default ResourceLocationIClientFluidTypeExtensions.getStillTexture(FluidStack stack) Returns the reference of the texture to apply to a source fluid. -
Uses of ResourceLocation in net.minecraftforge.client.gui
Fields in net.minecraftforge.client.gui declared as ResourceLocationModifier and TypeFieldDescriptionprivate ResourceLocationModListScreen.InfoPanel.logoPathprivate static final ResourceLocationTitleScreenModUpdateIndicator.VERSION_CHECK_ICONSMethods in net.minecraftforge.client.gui with parameters of type ResourceLocationModifier and TypeMethodDescriptionstatic voidScreenUtils.blitInscribed(GuiGraphics guiGraphics, ResourceLocation texture, int x, int y, int boundsWidth, int boundsHeight, int rectWidth, int rectHeight) Deprecated, for removal: This API element is subject to removal in a future version.static voidScreenUtils.blitInscribed(GuiGraphics guiGraphics, ResourceLocation texture, int x, int y, int boundsWidth, int boundsHeight, int rectWidth, int rectHeight, boolean centerX, boolean centerY) Deprecated, for removal: This API element is subject to removal in a future version.static voidScreenUtils.blitWithBorder(GuiGraphics guiGraphics, ResourceLocation res, int x, int y, int u, int v, int width, int height, int textureWidth, int textureHeight, int borderSize, float zLevel) Deprecated, for removal: This API element is subject to removal in a future version.Draws a textured box of any size (smallest size is borderSize * 2 square) based on a fixed size textured box with continuous borders and filler.static voidScreenUtils.blitWithBorder(GuiGraphics guiGraphics, ResourceLocation res, int x, int y, int u, int v, int width, int height, int textureWidth, int textureHeight, int topBorder, int bottomBorder, int leftBorder, int rightBorder, float zLevel) Deprecated, for removal: This API element is subject to removal in a future version.Draws a textured box of any size (smallest size is borderSize * 2 square) based on a fixed size textured box with continuous borders and filler.(package private) voidModListScreen.InfoPanel.setInfo(List<String> lines, ResourceLocation logoPath, Size2i logoDims) private MutableComponentModMismatchDisconnectedScreen.MismatchInfoPanel.toModNameComponent(ResourceLocation id, String modName, int color) Adds a style information to the given mod name string. -
Uses of ResourceLocation in net.minecraftforge.client.gui.overlay
Fields in net.minecraftforge.client.gui.overlay declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationNamedGuiOverlay.idThe field for theidrecord component.private final ResourceLocationVanillaGuiOverlay.idFields in net.minecraftforge.client.gui.overlay with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate static com.google.common.collect.ImmutableMap<ResourceLocation,NamedGuiOverlay> GuiOverlayManager.OVERLAYS_BY_NAMEMethods in net.minecraftforge.client.gui.overlay that return ResourceLocationModifier and TypeMethodDescriptionNamedGuiOverlay.id()Returns the value of theidrecord component.@NotNull ResourceLocationVanillaGuiOverlay.id()Methods in net.minecraftforge.client.gui.overlay with parameters of type ResourceLocationModifier and TypeMethodDescriptionstatic @Nullable NamedGuiOverlayGuiOverlayManager.findOverlay(ResourceLocation id) Finds the overlay corresponding to a given ID.Method parameters in net.minecraftforge.client.gui.overlay with type arguments of type ResourceLocationModifier and TypeMethodDescriptionprivate static voidGuiOverlayManager.preRegisterVanillaOverlays(HashMap<ResourceLocation, IGuiOverlay> overlays, ArrayList<ResourceLocation> orderedOverlays) Pre-registers vanilla overlays so they are available for ordering.private static voidGuiOverlayManager.preRegisterVanillaOverlays(HashMap<ResourceLocation, IGuiOverlay> overlays, ArrayList<ResourceLocation> orderedOverlays) Pre-registers vanilla overlays so they are available for ordering.Constructors in net.minecraftforge.client.gui.overlay with parameters of type ResourceLocationModifierConstructorDescriptionNamedGuiOverlay(ResourceLocation id, IGuiOverlay overlay) Creates an instance of aNamedGuiOverlayrecord class. -
Uses of ResourceLocation in net.minecraftforge.client.gui.widget
Fields in net.minecraftforge.client.gui.widget declared as ResourceLocationModifier and TypeFieldDescriptionprivate static final ResourceLocationModListWidget.VERSION_CHECK_ICONS -
Uses of ResourceLocation in net.minecraftforge.client.model
Fields in net.minecraftforge.client.model with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.ints.Int2ObjectMap<ResourceLocation>ItemLayerModel.renderTypeNamesMethods in net.minecraftforge.client.model with parameters of type ResourceLocationModifier and TypeMethodDescriptionprotected voidElementsModel.addQuads(IGeometryBakingContext context, IModelBuilder<?> modelBuilder, ModelBaker baker, Function<Material, TextureAtlasSprite> spriteGetter, ModelState modelState, ResourceLocation modelLocation) protected voidEmptyModel.addQuads(IGeometryBakingContext owner, IModelBuilder<?> modelBuilder, ModelBaker baker, Function<Material, TextureAtlasSprite> spriteGetter, ModelState modelTransform, ResourceLocation modelLocation) CompositeModel.bake(IGeometryBakingContext context, ModelBaker baker, Function<Material, TextureAtlasSprite> spriteGetter, ModelState modelState, ItemOverrides overrides, ResourceLocation modelLocation) DynamicFluidContainerModel.bake(IGeometryBakingContext context, ModelBaker baker, Function<Material, TextureAtlasSprite> spriteGetter, ModelState modelState, ItemOverrides overrides, ResourceLocation modelLocation) EmptyModel.bake(IGeometryBakingContext context, ModelBaker baker, Function<Material, TextureAtlasSprite> spriteGetter, ModelState modelState, ItemOverrides overrides, ResourceLocation modelLocation) ItemLayerModel.bake(IGeometryBakingContext context, ModelBaker baker, Function<Material, TextureAtlasSprite> spriteGetter, ModelState modelState, ItemOverrides overrides, ResourceLocation modelLocation) SeparateTransformsModel.bake(IGeometryBakingContext context, ModelBaker baker, Function<Material, TextureAtlasSprite> spriteGetter, ModelState modelState, ItemOverrides overrides, ResourceLocation modelLocation) Method parameters in net.minecraftforge.client.model with type arguments of type ResourceLocationModifier and TypeMethodDescriptionprotected voidItemLayerModel.Loader.readLayerData(com.google.gson.JsonObject jsonObject, String name, it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap<ResourceLocation> renderTypeNames, it.unimi.dsi.fastutil.ints.Int2ObjectMap<ForgeFaceData> layerData, boolean logWarning) voidCompositeModel.resolveParents(Function<ResourceLocation, UnbakedModel> modelGetter, IGeometryBakingContext context) voidSeparateTransformsModel.resolveParents(Function<ResourceLocation, UnbakedModel> modelGetter, IGeometryBakingContext context) -
Uses of ResourceLocation in net.minecraftforge.client.model.generators
Fields in net.minecraftforge.client.model.generators declared as ResourceLocationModifier and TypeFieldDescriptionprotected final ResourceLocationCustomLoaderBuilder.loaderIdprotected ResourceLocationModelFile.locationFields in net.minecraftforge.client.model.generators with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprotected final Function<ResourceLocation,T> ModelProvider.factoryfinal Map<ResourceLocation,T> ModelProvider.generatedModelsprivate final Map<ResourceLocation,Float> ItemModelBuilder.OverrideBuilder.predicatesMethods in net.minecraftforge.client.model.generators that return ResourceLocationModifier and TypeMethodDescriptionBlockStateProvider.blockTexture(Block block) private ResourceLocationBlockStateProvider.extend(ResourceLocation rl, String suffix) private ResourceLocationModelProvider.extendWithFolder(ResourceLocation rl) ModelFile.getLocation()ModelFile.getUncheckedLocation()private ResourceLocationMethods in net.minecraftforge.client.model.generators with parameters of type ResourceLocationModifier and TypeMethodDescriptionvoidBlockStateProvider.axisBlock(RotatedPillarBlock block, ResourceLocation baseName) voidBlockStateProvider.axisBlock(RotatedPillarBlock block, ResourceLocation side, ResourceLocation end) voidBlockStateProvider.axisBlockWithRenderType(RotatedPillarBlock block, ResourceLocation renderType) voidBlockStateProvider.axisBlockWithRenderType(RotatedPillarBlock block, ResourceLocation baseName, String renderType) voidBlockStateProvider.axisBlockWithRenderType(RotatedPillarBlock block, ResourceLocation baseName, ResourceLocation renderType) voidBlockStateProvider.axisBlockWithRenderType(RotatedPillarBlock block, ResourceLocation side, ResourceLocation end, String renderType) voidBlockStateProvider.axisBlockWithRenderType(RotatedPillarBlock block, ResourceLocation side, ResourceLocation end, ResourceLocation renderType) ItemModelProvider.basicItem(ResourceLocation item) ModelProvider.button(String name, ResourceLocation texture) voidBlockStateProvider.buttonBlock(ButtonBlock block, ResourceLocation texture) ModelProvider.buttonInventory(String name, ResourceLocation texture) ModelProvider.buttonPressed(String name, ResourceLocation texture) ModelProvider.carpet(String name, ResourceLocation wool) ModelProvider.crop(String name, ResourceLocation crop) ModelProvider.cross(String name, ResourceLocation cross) ModelProvider.cube(String name, ResourceLocation down, ResourceLocation up, ResourceLocation north, ResourceLocation south, ResourceLocation east, ResourceLocation west) ModelProvider.cubeAll(String name, ResourceLocation texture) ModelProvider.cubeBottomTop(String name, ResourceLocation side, ResourceLocation bottom, ResourceLocation top) ModelProvider.cubeColumn(String name, ResourceLocation side, ResourceLocation end) ModelProvider.cubeColumnHorizontal(String name, ResourceLocation side, ResourceLocation end) ModelProvider.cubeTop(String name, ResourceLocation side, ResourceLocation top) private TModelProvider.door(String name, String model, ResourceLocation bottom, ResourceLocation top) voidBlockStateProvider.doorBlock(DoorBlock block, String name, ResourceLocation bottom, ResourceLocation top) voidBlockStateProvider.doorBlock(DoorBlock block, ResourceLocation bottom, ResourceLocation top) private voidBlockStateProvider.doorBlockInternal(DoorBlock block, String baseName, ResourceLocation bottom, ResourceLocation top) private voidBlockStateProvider.doorBlockInternalWithRenderType(DoorBlock block, String baseName, ResourceLocation bottom, ResourceLocation top, ResourceLocation renderType) voidBlockStateProvider.doorBlockWithRenderType(DoorBlock block, String name, ResourceLocation bottom, ResourceLocation top, String renderType) voidBlockStateProvider.doorBlockWithRenderType(DoorBlock block, String name, ResourceLocation bottom, ResourceLocation top, ResourceLocation renderType) voidBlockStateProvider.doorBlockWithRenderType(DoorBlock block, ResourceLocation bottom, ResourceLocation top, String renderType) voidBlockStateProvider.doorBlockWithRenderType(DoorBlock block, ResourceLocation bottom, ResourceLocation top, ResourceLocation renderType) ModelProvider.doorBottomLeft(String name, ResourceLocation bottom, ResourceLocation top) ModelProvider.doorBottomLeftOpen(String name, ResourceLocation bottom, ResourceLocation top) ModelProvider.doorBottomRight(String name, ResourceLocation bottom, ResourceLocation top) ModelProvider.doorBottomRightOpen(String name, ResourceLocation bottom, ResourceLocation top) ModelProvider.doorTopLeft(String name, ResourceLocation bottom, ResourceLocation top) ModelProvider.doorTopLeftOpen(String name, ResourceLocation bottom, ResourceLocation top) ModelProvider.doorTopRight(String name, ResourceLocation bottom, ResourceLocation top) ModelProvider.doorTopRightOpen(String name, ResourceLocation bottom, ResourceLocation top) private ResourceLocationBlockStateProvider.extend(ResourceLocation rl, String suffix) private ResourceLocationModelProvider.extendWithFolder(ResourceLocation rl) voidBlockStateProvider.fenceBlock(FenceBlock block, String name, ResourceLocation texture) voidBlockStateProvider.fenceBlock(FenceBlock block, ResourceLocation texture) voidBlockStateProvider.fenceBlockWithRenderType(FenceBlock block, String name, ResourceLocation texture, String renderType) voidBlockStateProvider.fenceBlockWithRenderType(FenceBlock block, String name, ResourceLocation texture, ResourceLocation renderType) voidBlockStateProvider.fenceBlockWithRenderType(FenceBlock block, ResourceLocation texture, String renderType) voidBlockStateProvider.fenceBlockWithRenderType(FenceBlock block, ResourceLocation texture, ResourceLocation renderType) ModelProvider.fenceGate(String name, ResourceLocation texture) voidBlockStateProvider.fenceGateBlock(FenceGateBlock block, String name, ResourceLocation texture) voidBlockStateProvider.fenceGateBlock(FenceGateBlock block, ResourceLocation texture) private voidBlockStateProvider.fenceGateBlockInternal(FenceGateBlock block, String baseName, ResourceLocation texture) private voidBlockStateProvider.fenceGateBlockInternalWithRenderType(FenceGateBlock block, String baseName, ResourceLocation texture, ResourceLocation renderType) voidBlockStateProvider.fenceGateBlockWithRenderType(FenceGateBlock block, String name, ResourceLocation texture, String renderType) voidBlockStateProvider.fenceGateBlockWithRenderType(FenceGateBlock block, String name, ResourceLocation texture, ResourceLocation renderType) voidBlockStateProvider.fenceGateBlockWithRenderType(FenceGateBlock block, ResourceLocation texture, String renderType) voidBlockStateProvider.fenceGateBlockWithRenderType(FenceGateBlock block, ResourceLocation texture, ResourceLocation renderType) ModelProvider.fenceGateOpen(String name, ResourceLocation texture) ModelProvider.fenceGateWall(String name, ResourceLocation texture) ModelProvider.fenceGateWallOpen(String name, ResourceLocation texture) ModelProvider.fenceInventory(String name, ResourceLocation texture) ModelProvider.fencePost(String name, ResourceLocation texture) ModelProvider.fenceSide(String name, ResourceLocation texture) ModelProvider.getExistingFile(ResourceLocation path) voidBlockStateProvider.horizontalBlock(Block block, ResourceLocation side, ResourceLocation front, ResourceLocation top) voidBlockStateProvider.logBlockWithRenderType(RotatedPillarBlock block, ResourceLocation renderType) ModelProvider.orientable(String name, ResourceLocation side, ResourceLocation front, ResourceLocation top) ModelProvider.orientableVertical(String name, ResourceLocation side, ResourceLocation front) ModelProvider.orientableWithBottom(String name, ResourceLocation side, ResourceLocation front, ResourceLocation bottom, ResourceLocation top) private TModelProvider.pane(String name, String parent, ResourceLocation pane, ResourceLocation edge) voidBlockStateProvider.paneBlock(IronBarsBlock block, String name, ResourceLocation pane, ResourceLocation edge) voidBlockStateProvider.paneBlock(IronBarsBlock block, ResourceLocation pane, ResourceLocation edge) private voidBlockStateProvider.paneBlockInternal(IronBarsBlock block, String baseName, ResourceLocation pane, ResourceLocation edge) private voidBlockStateProvider.paneBlockInternalWithRenderType(IronBarsBlock block, String baseName, ResourceLocation pane, ResourceLocation edge, ResourceLocation renderType) voidBlockStateProvider.paneBlockWithRenderType(IronBarsBlock block, String name, ResourceLocation pane, ResourceLocation edge, String renderType) voidBlockStateProvider.paneBlockWithRenderType(IronBarsBlock block, String name, ResourceLocation pane, ResourceLocation edge, ResourceLocation renderType) voidBlockStateProvider.paneBlockWithRenderType(IronBarsBlock block, ResourceLocation pane, ResourceLocation edge, String renderType) voidBlockStateProvider.paneBlockWithRenderType(IronBarsBlock block, ResourceLocation pane, ResourceLocation edge, ResourceLocation renderType) ModelProvider.paneNoSide(String name, ResourceLocation pane) ModelProvider.paneNoSideAlt(String name, ResourceLocation pane) ModelProvider.panePost(String name, ResourceLocation pane, ResourceLocation edge) ModelProvider.paneSide(String name, ResourceLocation pane, ResourceLocation edge) ModelProvider.paneSideAlt(String name, ResourceLocation pane, ResourceLocation edge) ItemModelBuilder.OverrideBuilder.predicate(ResourceLocation key, float value) ModelProvider.pressurePlate(String name, ResourceLocation texture) voidBlockStateProvider.pressurePlateBlock(PressurePlateBlock block, ResourceLocation texture) ModelProvider.pressurePlateDown(String name, ResourceLocation texture) ModelBuilder.renderType(ResourceLocation renderType) Set the render type for this model.private TModelProvider.sideBottomTop(String name, String parent, ResourceLocation side, ResourceLocation bottom, ResourceLocation top) ModelProvider.sign(String name, ResourceLocation texture) voidBlockStateProvider.signBlock(StandingSignBlock signBlock, WallSignBlock wallSignBlock, ResourceLocation texture) private TModelProvider.singleTexture(String name, String parent, String textureKey, ResourceLocation texture) private TModelProvider.singleTexture(String name, String parent, ResourceLocation texture) ModelProvider.singleTexture(String name, ResourceLocation parent, String textureKey, ResourceLocation texture) ModelProvider.singleTexture(String name, ResourceLocation parent, ResourceLocation texture) ModelProvider.slab(String name, ResourceLocation side, ResourceLocation bottom, ResourceLocation top) voidBlockStateProvider.slabBlock(SlabBlock block, ResourceLocation doubleslab, ResourceLocation texture) voidBlockStateProvider.slabBlock(SlabBlock block, ResourceLocation doubleslab, ResourceLocation side, ResourceLocation bottom, ResourceLocation top) ModelProvider.slabTop(String name, ResourceLocation side, ResourceLocation bottom, ResourceLocation top) ModelProvider.stairs(String name, ResourceLocation side, ResourceLocation bottom, ResourceLocation top) voidBlockStateProvider.stairsBlock(StairBlock block, String name, ResourceLocation texture) voidBlockStateProvider.stairsBlock(StairBlock block, String name, ResourceLocation side, ResourceLocation bottom, ResourceLocation top) voidBlockStateProvider.stairsBlock(StairBlock block, ResourceLocation texture) voidBlockStateProvider.stairsBlock(StairBlock block, ResourceLocation side, ResourceLocation bottom, ResourceLocation top) private voidBlockStateProvider.stairsBlockInternal(StairBlock block, String baseName, ResourceLocation side, ResourceLocation bottom, ResourceLocation top) private voidBlockStateProvider.stairsBlockInternalWithRenderType(StairBlock block, String baseName, ResourceLocation side, ResourceLocation bottom, ResourceLocation top, ResourceLocation renderType) voidBlockStateProvider.stairsBlockWithRenderType(StairBlock block, String name, ResourceLocation texture, String renderType) voidBlockStateProvider.stairsBlockWithRenderType(StairBlock block, String name, ResourceLocation texture, ResourceLocation renderType) voidBlockStateProvider.stairsBlockWithRenderType(StairBlock block, String name, ResourceLocation side, ResourceLocation bottom, ResourceLocation top, String renderType) voidBlockStateProvider.stairsBlockWithRenderType(StairBlock block, String name, ResourceLocation side, ResourceLocation bottom, ResourceLocation top, ResourceLocation renderType) voidBlockStateProvider.stairsBlockWithRenderType(StairBlock block, ResourceLocation texture, String renderType) voidBlockStateProvider.stairsBlockWithRenderType(StairBlock block, ResourceLocation texture, ResourceLocation renderType) voidBlockStateProvider.stairsBlockWithRenderType(StairBlock block, ResourceLocation side, ResourceLocation bottom, ResourceLocation top, String renderType) voidBlockStateProvider.stairsBlockWithRenderType(StairBlock block, ResourceLocation side, ResourceLocation bottom, ResourceLocation top, ResourceLocation renderType) ModelProvider.stairsInner(String name, ResourceLocation side, ResourceLocation bottom, ResourceLocation top) ModelProvider.stairsOuter(String name, ResourceLocation side, ResourceLocation bottom, ResourceLocation top) ModelBuilder.texture(String key, ResourceLocation texture) Set the texture for a given dictionary key.ModelProvider.torch(String name, ResourceLocation torch) ModelProvider.torchWall(String name, ResourceLocation torch) voidBlockStateProvider.trapdoorBlock(TrapDoorBlock block, String name, ResourceLocation texture, boolean orientable) voidBlockStateProvider.trapdoorBlock(TrapDoorBlock block, ResourceLocation texture, boolean orientable) private voidBlockStateProvider.trapdoorBlockInternal(TrapDoorBlock block, String baseName, ResourceLocation texture, boolean orientable) private voidBlockStateProvider.trapdoorBlockInternalWithRenderType(TrapDoorBlock block, String baseName, ResourceLocation texture, boolean orientable, ResourceLocation renderType) voidBlockStateProvider.trapdoorBlockWithRenderType(TrapDoorBlock block, String name, ResourceLocation texture, boolean orientable, String renderType) voidBlockStateProvider.trapdoorBlockWithRenderType(TrapDoorBlock block, String name, ResourceLocation texture, boolean orientable, ResourceLocation renderType) voidBlockStateProvider.trapdoorBlockWithRenderType(TrapDoorBlock block, ResourceLocation texture, boolean orientable, String renderType) voidBlockStateProvider.trapdoorBlockWithRenderType(TrapDoorBlock block, ResourceLocation texture, boolean orientable, ResourceLocation renderType) ModelProvider.trapdoorBottom(String name, ResourceLocation texture) ModelProvider.trapdoorOpen(String name, ResourceLocation texture) ModelProvider.trapdoorOrientableBottom(String name, ResourceLocation texture) ModelProvider.trapdoorOrientableOpen(String name, ResourceLocation texture) ModelProvider.trapdoorOrientableTop(String name, ResourceLocation texture) ModelProvider.trapdoorTop(String name, ResourceLocation texture) voidBlockStateProvider.wallBlock(WallBlock block, String name, ResourceLocation texture) voidBlockStateProvider.wallBlock(WallBlock block, ResourceLocation texture) private voidBlockStateProvider.wallBlockInternal(WallBlock block, String baseName, ResourceLocation texture) private voidBlockStateProvider.wallBlockInternalWithRenderType(WallBlock block, String baseName, ResourceLocation texture, ResourceLocation renderType) voidBlockStateProvider.wallBlockWithRenderType(WallBlock block, String name, ResourceLocation texture, String renderType) voidBlockStateProvider.wallBlockWithRenderType(WallBlock block, String name, ResourceLocation texture, ResourceLocation renderType) voidBlockStateProvider.wallBlockWithRenderType(WallBlock block, ResourceLocation texture, String renderType) voidBlockStateProvider.wallBlockWithRenderType(WallBlock block, ResourceLocation texture, ResourceLocation renderType) ModelProvider.wallInventory(String name, ResourceLocation wall) ModelProvider.wallPost(String name, ResourceLocation wall) ModelProvider.wallSide(String name, ResourceLocation wall) ModelProvider.wallSideTall(String name, ResourceLocation wall) ModelProvider.withExistingParent(String name, ResourceLocation parent) Constructors in net.minecraftforge.client.model.generators with parameters of type ResourceLocationModifierConstructorDescriptionBlockModelBuilder(ResourceLocation outputLocation, ExistingFileHelper existingFileHelper) protectedCustomLoaderBuilder(ResourceLocation loaderId, T parent, ExistingFileHelper existingFileHelper) ExistingModelFile(ResourceLocation location, ExistingFileHelper existingHelper) ItemModelBuilder(ResourceLocation outputLocation, ExistingFileHelper existingFileHelper) protectedModelBuilder(ResourceLocation outputLocation, ExistingFileHelper existingFileHelper) protectedModelFile(ResourceLocation location) UncheckedModelFile(ResourceLocation location) Constructor parameters in net.minecraftforge.client.model.generators with type arguments of type ResourceLocationModifierConstructorDescriptionModelProvider(PackOutput output, String modid, String folder, BiFunction<ResourceLocation, ExistingFileHelper, T> builderFromModId, ExistingFileHelper existingFileHelper) ModelProvider(PackOutput output, String modid, String folder, Function<ResourceLocation, T> factory, ExistingFileHelper existingFileHelper) -
Uses of ResourceLocation in net.minecraftforge.client.model.generators.loaders
Fields in net.minecraftforge.client.model.generators.loaders declared as ResourceLocationModifier and TypeFieldDescriptionprivate ResourceLocationDynamicFluidContainerModelBuilder.fluidprivate ResourceLocationObjModelBuilder.modelLocationprivate ResourceLocationObjModelBuilder.mtlOverrideFields in net.minecraftforge.client.model.generators.loaders with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,it.unimi.dsi.fastutil.ints.IntSet> ItemLayerModelBuilder.renderTypesMethods in net.minecraftforge.client.model.generators.loaders with parameters of type ResourceLocationModifier and TypeMethodDescriptionObjModelBuilder.modelLocation(ResourceLocation modelLocation) ObjModelBuilder.overrideMaterialLibrary(ResourceLocation mtlOverride) ItemLayerModelBuilder.renderType(ResourceLocation renderType, int... layers) Set the render type for a set of layers. -
Uses of ResourceLocation in net.minecraftforge.client.model.geometry
Fields in net.minecraftforge.client.model.geometry declared as ResourceLocationModifier and TypeFieldDescriptionstatic final ResourceLocationStandaloneGeometryBakingContext.LOCATIONprivate final ResourceLocationStandaloneGeometryBakingContext.modelNameprivate @Nullable ResourceLocationBlockGeometryBakingContext.renderTypeHintprivate @Nullable ResourceLocationStandaloneGeometryBakingContext.Builder.renderTypeHintprivate final @Nullable ResourceLocationStandaloneGeometryBakingContext.renderTypeHintFields in net.minecraftforge.client.model.geometry with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate static com.google.common.collect.ImmutableMap<ResourceLocation,IGeometryLoader<?>> GeometryLoaderManager.LOADERSMethods in net.minecraftforge.client.model.geometry that return ResourceLocationModifier and TypeMethodDescription@Nullable ResourceLocationBlockGeometryBakingContext.getRenderTypeHint()@Nullable ResourceLocationIGeometryBakingContext.getRenderTypeHint()Returns a hint of the render type this model should use. Custom loaders may ignore this..@Nullable ResourceLocationStandaloneGeometryBakingContext.getRenderTypeHint()Methods in net.minecraftforge.client.model.geometry with parameters of type ResourceLocationModifier and TypeMethodDescriptionprotected abstract voidSimpleUnbakedGeometry.addQuads(IGeometryBakingContext owner, IModelBuilder<?> modelBuilder, ModelBaker baker, Function<Material, TextureAtlasSprite> spriteGetter, ModelState modelTransform, ResourceLocation modelLocation) BlockGeometryBakingContext.bake(ModelBaker baker, Function<Material, TextureAtlasSprite> bakedTextureGetter, ModelState modelTransform, ItemOverrides overrides, ResourceLocation modelLocation) IUnbakedGeometry.bake(IGeometryBakingContext context, ModelBaker baker, Function<Material, TextureAtlasSprite> spriteGetter, ModelState modelState, ItemOverrides overrides, ResourceLocation modelLocation) SimpleUnbakedGeometry.bake(IGeometryBakingContext context, ModelBaker baker, Function<Material, TextureAtlasSprite> spriteGetter, ModelState modelState, ItemOverrides overrides, ResourceLocation modelLocation) static BakedModelUnbakedGeometryHelper.bake(BlockModel blockModel, ModelBaker modelBaker, BlockModel owner, Function<Material, TextureAtlasSprite> spriteGetter, ModelState modelState, ResourceLocation modelLocation, boolean guiLight3d) Helper for bakingBlockModelinstances.static BakedQuadUnbakedGeometryHelper.bakeElementFace(BlockElement element, BlockElementFace face, TextureAtlasSprite sprite, Direction direction, ModelState state, ResourceLocation modelLocation) Turns a singleBlockElementFaceinto aBakedQuad.UnbakedGeometryHelper.bakeElements(List<BlockElement> elements, Function<Material, TextureAtlasSprite> spriteGetter, ModelState modelState, ResourceLocation modelLocation) Bakes a list of block elements and returns the list of baked quads.static voidUnbakedGeometryHelper.bakeElements(IModelBuilder<?> builder, List<BlockElement> elements, Function<Material, TextureAtlasSprite> spriteGetter, ModelState modelState, ResourceLocation modelLocation) Bakes a list of block elements and feeds the baked quads to a model builder.StandaloneGeometryBakingContext.Builder.build(ResourceLocation modelName) StandaloneGeometryBakingContext.create(ResourceLocation modelName) StandaloneGeometryBakingContext.create(ResourceLocation modelName, Map<String, ResourceLocation> textures) static @Nullable IGeometryLoader<?>GeometryLoaderManager.get(ResourceLocation name) Finds theIGeometryLoaderfor a given name, or null if not found.default RenderTypeGroupIGeometryBakingContext.getRenderType(ResourceLocation name) Returns aRenderTypeGroupwith the given name, or the empty group if not found..voidBlockGeometryBakingContext.setRenderTypeHint(ResourceLocation renderTypeHint) StandaloneGeometryBakingContext.Builder.withRenderTypeHint(ResourceLocation renderTypeHint) StandaloneGeometryBakingContext.Builder.withTextures(Map<String, ResourceLocation> textures, ResourceLocation defaultTexture) StandaloneGeometryBakingContext.Builder.withTextures(ResourceLocation atlasLocation, Map<String, ResourceLocation> textures, ResourceLocation defaultTexture) Method parameters in net.minecraftforge.client.model.geometry with type arguments of type ResourceLocationModifier and TypeMethodDescriptionStandaloneGeometryBakingContext.create(Map<String, ResourceLocation> textures) StandaloneGeometryBakingContext.create(ResourceLocation modelName, Map<String, ResourceLocation> textures) default voidIUnbakedGeometry.resolveParents(Function<ResourceLocation, UnbakedModel> modelGetter, IGeometryBakingContext context) Resolve parents of nestedBlockModels which are later used inIUnbakedGeometry.bake(IGeometryBakingContext, ModelBaker, Function, ModelState, ItemOverrides, ResourceLocation)viaBlockModel.resolveParents(Function)StandaloneGeometryBakingContext.Builder.withTextures(Map<String, ResourceLocation> textures, ResourceLocation defaultTexture) StandaloneGeometryBakingContext.Builder.withTextures(ResourceLocation atlasLocation, Map<String, ResourceLocation> textures, ResourceLocation defaultTexture) Constructors in net.minecraftforge.client.model.geometry with parameters of type ResourceLocationModifierConstructorDescriptionprivateStandaloneGeometryBakingContext(ResourceLocation modelName, Predicate<String> materialCheck, Function<String, Material> materialLookup, boolean isGui3d, boolean useBlockLight, boolean useAmbientOcclusion, ItemTransforms transforms, Transformation rootTransform, @Nullable ResourceLocation renderTypeHint, BiPredicate<String, Boolean> visibilityTest) -
Uses of ResourceLocation in net.minecraftforge.client.model.obj
Fields in net.minecraftforge.client.model.obj declared as ResourceLocationModifier and TypeFieldDescriptionfinal ResourceLocationObjModel.modelLocationprivate final @NotNull ResourceLocationObjModel.ModelSettings.modelLocationThe field for themodelLocationrecord component.Fields in net.minecraftforge.client.model.obj with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,ObjMaterialLibrary> ObjLoader.materialCacheMethods in net.minecraftforge.client.model.obj that return ResourceLocationModifier and TypeMethodDescription@NotNull ResourceLocationObjModel.ModelSettings.modelLocation()Returns the value of themodelLocationrecord component.Methods in net.minecraftforge.client.model.obj with parameters of type ResourceLocationModifier and TypeMethodDescriptionprotected voidObjModel.addQuads(IGeometryBakingContext owner, IModelBuilder<?> modelBuilder, ModelBaker baker, Function<Material, TextureAtlasSprite> spriteGetter, ModelState modelTransform, ResourceLocation modelLocation) voidObjModel.ModelGroup.addQuads(IGeometryBakingContext owner, IModelBuilder<?> modelBuilder, ModelBaker baker, Function<Material, TextureAtlasSprite> spriteGetter, ModelState modelTransform, ResourceLocation modelLocation) voidObjModel.ModelObject.addQuads(IGeometryBakingContext owner, IModelBuilder<?> modelBuilder, ModelBaker baker, Function<Material, TextureAtlasSprite> spriteGetter, ModelState modelTransform, ResourceLocation modelLocation) ObjLoader.loadMaterialLibrary(ResourceLocation materialLocation) Method parameters in net.minecraftforge.client.model.obj with type arguments of type ResourceLocationModifier and TypeMethodDescriptionObjModel.ModelGroup.getTextures(IGeometryBakingContext owner, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) ObjModel.ModelObject.getTextures(IGeometryBakingContext owner, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) Constructors in net.minecraftforge.client.model.obj with parameters of type ResourceLocationModifierConstructorDescriptionModelSettings(@NotNull ResourceLocation modelLocation, boolean automaticCulling, boolean shadeQuads, boolean flipV, boolean emissiveAmbient, @Nullable String mtlOverride) Creates an instance of aModelSettingsrecord class. -
Uses of ResourceLocation in net.minecraftforge.client.model.renderable
Fields in net.minecraftforge.client.model.renderable declared as ResourceLocationMethods in net.minecraftforge.client.model.renderable with parameters of type ResourceLocationModifier and TypeMethodDescriptionCompositeRenderable.PartBuilder.addMesh(ResourceLocation texture, List<BakedQuad> quads) ITextureRenderTypeLookup.get(ResourceLocation name) static BakedModelRenderableBakedModelRenderable.of(ResourceLocation model) Constructs aBakedModelRenderablefrom the given model location.Constructors in net.minecraftforge.client.model.renderable with parameters of type ResourceLocation -
Uses of ResourceLocation in net.minecraftforge.client.textures
Fields in net.minecraftforge.client.textures declared as ResourceLocationFields in net.minecraftforge.client.textures with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate static com.google.common.collect.ImmutableMap<ResourceLocation,ITextureAtlasSpriteLoader> TextureAtlasSpriteLoaderManager.LOADERSMethods in net.minecraftforge.client.textures with parameters of type ResourceLocationModifier and TypeMethodDescriptionstatic @Nullable ITextureAtlasSpriteLoaderTextureAtlasSpriteLoaderManager.get(ResourceLocation name) Finds the loader with the given name, or null if none is registered.ITextureAtlasSpriteLoader.loadContents(ResourceLocation name, Resource resource, FrameSize frameSize, NativeImage image, ResourceMetadata animationMeta, ForgeTextureMetadata forgeMeta) @NotNull TextureAtlasSpriteITextureAtlasSpriteLoader.makeSprite(ResourceLocation atlasName, SpriteContents contents, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel) Creates aTextureAtlasSpritefrom the givenSpriteContents. -
Uses of ResourceLocation in net.minecraftforge.common
Fields in net.minecraftforge.common declared as ResourceLocationModifier and TypeFieldDescriptionprivate static final ResourceLocationTierSortingRegistry.CHANNEL_NAMEprivate static final ResourceLocationCreativeModeTabRegistry.CREATIVE_MODE_TAB_ORDERING_JSONprivate static final ResourceLocationTierSortingRegistry.ITEM_TIER_ORDERING_JSONFields in net.minecraftforge.common with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate static final com.google.common.collect.Multimap<ResourceLocation,ResourceLocation> CreativeModeTabRegistry.edgesprivate static final com.google.common.collect.Multimap<ResourceLocation,ResourceLocation> CreativeModeTabRegistry.edgesprivate static final com.google.common.collect.Multimap<ResourceLocation,ResourceLocation> TierSortingRegistry.edgesprivate static final com.google.common.collect.Multimap<ResourceLocation,ResourceLocation> TierSortingRegistry.edgesprivate final List<ResourceLocation>TierSortingRegistry.SyncPacket.tiersThe field for thetiersrecord component.private static final com.google.common.collect.BiMap<ResourceLocation,Tier> TierSortingRegistry.tiersprivate static final com.google.common.collect.Multimap<ResourceLocation,ResourceLocation> TierSortingRegistry.vanillaEdgesprivate static final com.google.common.collect.Multimap<ResourceLocation,ResourceLocation> TierSortingRegistry.vanillaEdgesMethods in net.minecraftforge.common that return ResourceLocationModifier and TypeMethodDescriptionstatic @Nullable ResourceLocationCreativeModeTabRegistry.getName(CreativeModeTab tab) Returns the name of the given CreativeModeTab, or null.static @Nullable ResourceLocationReturns the name associated with a tier, if the tier is registered into the sorting system.private static ResourceLocationTierSortingRegistry.getTierName(Object entry) Methods in net.minecraftforge.common that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionTierSortingRegistry.SyncPacket.tiers()Returns the value of thetiersrecord component.Methods in net.minecraftforge.common with parameters of type ResourceLocationModifier and TypeMethodDescriptionprivate static <T> voidForgeMod.addAlias(IForgeRegistry<T> registry, ResourceLocation from, ResourceLocation to) Deprecated, for removal: This API element is subject to removal in a future version.private static voidCreativeModeTabRegistry.addTabOrder(CreativeModeTab tab, ResourceLocation name) static @Nullable TierTierSortingRegistry.byName(ResourceLocation name) Returns the tier associated with a name, if registered into the sorting system.static @Nullable CreativeModeTabCreativeModeTabRegistry.getTab(ResourceLocation name) Returns the CreativeModeTab with the given name, or null.static it.unimi.dsi.fastutil.objects.ObjectArrayList<ItemStack>ForgeHooks.modifyLoot(ResourceLocation 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 StringForgeHooks.prefixNamespace(ResourceLocation registryKey) This method is used to prefix the path, where elements of the associated registry are stored, with their namespace, if it is not minecraftprivate static voidTierSortingRegistry.processTier(Tier tier, ResourceLocation name, List<Object> afters, List<Object> befores) static TierTierSortingRegistry.registerTier(Tier tier, ResourceLocation name, List<Object> after, List<Object> before) Registers a tier into the tier sorting registry.Constructor parameters in net.minecraftforge.common with type arguments of type ResourceLocationModifierConstructorDescriptionprivateSyncPacket(List<ResourceLocation> tiers) Creates an instance of aSyncPacketrecord class. -
Uses of ResourceLocation in net.minecraftforge.common.capabilities
Constructor parameters in net.minecraftforge.common.capabilities with type arguments of type ResourceLocationModifierConstructorDescriptionCapabilityDispatcher(Map<ResourceLocation, ICapabilityProvider> list, List<Runnable> listeners) CapabilityDispatcher(Map<ResourceLocation, ICapabilityProvider> list, List<Runnable> listeners, @Nullable ICapabilityProvider parent) -
Uses of ResourceLocation in net.minecraftforge.common.crafting
Fields in net.minecraftforge.common.crafting declared as ResourceLocationModifier and TypeFieldDescriptionprivate @Nullable ResourceLocationConditionalRecipe.Builder.advancementIdprivate static final ResourceLocationConditionalAdvancement.Builder.DOESNT_MATTERMethods in net.minecraftforge.common.crafting with parameters of type ResourceLocationModifier and TypeMethodDescriptionConditionalRecipe.Builder.advancement(ResourceLocation id) ConditionalRecipe.Builder.recipe(ResourceLocation id, Recipe<?> recipe, @Nullable AdvancementHolder advancement) voidConditionalRecipe.Builder.save(RecipeOutput out, ResourceLocation id) -
Uses of ResourceLocation in net.minecraftforge.common.crafting.conditions
Fields in net.minecraftforge.common.crafting.conditions declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationItemExistsCondition.itemThe field for theitemrecord component.static final ResourceLocationICondition.IContext.KEYFields in net.minecraftforge.common.crafting.conditions with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate Map<ResourceKey<?>,Map<ResourceLocation, Collection<Holder<?>>>> ConditionContext.loadedTagsMethods in net.minecraftforge.common.crafting.conditions that return ResourceLocationModifier and TypeMethodDescriptionItemExistsCondition.item()Returns the value of theitemrecord component.Methods in net.minecraftforge.common.crafting.conditions that return types with arguments of type ResourceLocationModifier and TypeMethodDescription<T> Map<ResourceLocation,Collection<Holder<T>>> ConditionContext.getAllTags(ResourceKey<? extends Registry<T>> registry) <T> Map<ResourceLocation,Collection<Holder<T>>> ICondition.IContext.getAllTags(ResourceKey<? extends Registry<T>> registry) Return all the loaded tags for the passed registry, or an empty map if none is available.Constructors in net.minecraftforge.common.crafting.conditions with parameters of type ResourceLocationModifierConstructorDescriptionCreates an instance of aItemExistsConditionrecord class. -
Uses of ResourceLocation in net.minecraftforge.common.data
Fields in net.minecraftforge.common.data declared as ResourceLocationModifier and TypeFieldDescriptionprotected static final ResourceLocationSpriteSourceProvider.BANNER_PATTERNS_ATLASprotected static final ResourceLocationSpriteSourceProvider.BEDS_ATLASprotected static final ResourceLocationSpriteSourceProvider.BLOCKS_ATLASprotected static final ResourceLocationSpriteSourceProvider.CHESTS_ATLASprotected static final ResourceLocationSpriteSourceProvider.MOB_EFFECTS_ATLASprivate final ResourceLocationSoundDefinition.Sound.nameprotected static final ResourceLocationSpriteSourceProvider.PAINTINGS_ATLASprotected static final ResourceLocationSpriteSourceProvider.PARTICLES_ATLASprotected static final ResourceLocationSpriteSourceProvider.SHIELD_PATTERNS_ATLASprotected static final ResourceLocationSpriteSourceProvider.SHULKER_BOXES_ATLASprotected static final ResourceLocationSpriteSourceProvider.SIGNS_ATLASFields in net.minecraftforge.common.data with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,SpriteSourceProvider.SourceList> SpriteSourceProvider.atlasesprotected Map<ResourceLocation,ICondition[]> JsonCodecProvider.conditionsprotected final Map<ResourceLocation,List<String>> ParticleDescriptionProvider.descriptionsprotected final Map<ResourceLocation,T> JsonCodecProvider.entriesprivate final Set<ResourceLocation>ForgeRecipeProvider.excludesprivate final com.google.common.collect.Multimap<PackType,ResourceLocation> ExistingFileHelper.generatedMethods in net.minecraftforge.common.data that return ResourceLocationModifier and TypeMethodDescriptionprivate ResourceLocationExistingFileHelper.getLocation(ResourceLocation base, String suffix, String prefix) (package private) ResourceLocationSoundDefinition.Sound.name()Methods in net.minecraftforge.common.data with parameters of type ResourceLocationModifier and TypeMethodDescriptionprotected voidSoundDefinitionsProvider.add(ResourceLocation soundEvent, SoundDefinition definition) protected final SpriteSourceProvider.SourceListSpriteSourceProvider.atlas(ResourceLocation atlas) Get or create aSpriteSourceProvider.SourceListfor the given atlasprivate @Nullable IngredientForgeRecipeProvider.enhance(ResourceLocation name, Ingredient vanilla) private @Nullable Recipe<?>ForgeRecipeProvider.enhance(ResourceLocation id, Recipe<?> vanilla) private @Nullable Recipe<?>ForgeRecipeProvider.enhance(ResourceLocation id, ShapedRecipe vanilla) private @Nullable Recipe<?>ForgeRecipeProvider.enhance(ResourceLocation id, ShapelessRecipe vanilla) booleanExistingFileHelper.exists(ResourceLocation loc, PackType packType) Check if a given resource exists in the known resource packs.booleanExistingFileHelper.exists(ResourceLocation loc, PackType packType, String pathSuffix, String pathPrefix) Check if a given resource exists in the known resource packs.booleanExistingFileHelper.exists(ResourceLocation loc, ExistingFileHelper.IResourceType type) Check if a given resource exists in the known resource packs.private ResourceLocationExistingFileHelper.getLocation(ResourceLocation base, String suffix, String prefix) ExistingFileHelper.getResource(ResourceLocation loc, PackType packType) ExistingFileHelper.getResource(ResourceLocation loc, PackType packType, String pathSuffix, String pathPrefix) ExistingFileHelper.getResourceStack(ResourceLocation loc, PackType packType) protected @Nullable CompletableFuture<?>ForgeRecipeProvider.saveAdvancement(CachedOutput output, ResourceLocation advancementId, com.google.gson.JsonElement advancement) static SoundDefinition.SoundSoundDefinition.Sound.sound(ResourceLocation name, SoundDefinition.SoundType type) Creates a new sound with the given name and type.protected static SoundDefinition.SoundSoundDefinitionsProvider.sound(ResourceLocation name) Creates a new sound with the given name andSoundDefinition.SoundType.SOUNDas sound type.protected static SoundDefinition.SoundSoundDefinitionsProvider.sound(ResourceLocation name, SoundDefinition.SoundType type) Creates a new sound with the given name and type.protected voidParticleDescriptionProvider.sprite(ParticleType<?> type, ResourceLocation texture) Creates a new particle description that contains a single texture for the associatedParticleType.protected voidParticleDescriptionProvider.spriteSet(ParticleType<?> type, ResourceLocation baseName, int numOfTextures, boolean reverse) Creates a new particle description that contains multiple textures for the associatedParticleType.protected voidParticleDescriptionProvider.spriteSet(ParticleType<?> type, ResourceLocation texture, ResourceLocation... textures) Creates a new particle description that contains multiple textures for the associatedParticleType.private StringSoundDefinition.Sound.stripMcPrefix(ResourceLocation name) voidExistingFileHelper.trackGenerated(ResourceLocation loc, PackType packType, String pathSuffix, String pathPrefix) Track the existence of a generated file.voidExistingFileHelper.trackGenerated(ResourceLocation loc, ExistingFileHelper.IResourceType type) Track the existence of a generated file.private booleanSoundDefinitionsProvider.validateEvent(String soundName, ResourceLocation name) private booleanSoundDefinitionsProvider.validateSound(String soundName, ResourceLocation name) Method parameters in net.minecraftforge.common.data with type arguments of type ResourceLocationModifier and TypeMethodDescriptionprotected voidJsonCodecProvider.gather(BiConsumer<ResourceLocation, T> consumer) protected final voidSpriteSourceProvider.gather(BiConsumer<ResourceLocation, List<SpriteSource>> consumer) JsonCodecProvider.setConditions(Map<ResourceLocation, ICondition[]> conditions) Applies a condition map to this provider.protected voidParticleDescriptionProvider.spriteSet(ParticleType<?> type, Iterable<ResourceLocation> textures) Creates a new particle description that contains multiple textures for the associatedParticleType.protected voidForgeLootTableProvider.validate(Map<ResourceLocation, LootTable> map, ValidationContext validationcontext) Constructors in net.minecraftforge.common.data with parameters of type ResourceLocationModifierConstructorDescriptionprivateSound(ResourceLocation name, SoundDefinition.SoundType type) Constructor parameters in net.minecraftforge.common.data with type arguments of type ResourceLocationModifierConstructorDescriptionJsonCodecProvider(PackOutput output, ExistingFileHelper existingFileHelper, String modid, com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> dynamicOps, PackType packType, String directory, com.mojang.serialization.Codec<T> codec, Map<ResourceLocation, T> entries) -
Uses of ResourceLocation in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions with parameters of type ResourceLocationModifier and TypeMethodDescriptiondefault AdvancementHolderIForgeCommandSourceStack.getAdvancement(ResourceLocation id) IForgeIntrinsicHolderTagAppender.remove(ResourceLocation location) IForgeIntrinsicHolderTagAppender.remove(ResourceLocation first, ResourceLocation... locations) default TagsProvider.TagAppender<T>IForgeTagAppender.remove(ResourceLocation location) Adds a single element's ID to the tag json's remove list.default TagsProvider.TagAppender<T>IForgeTagAppender.remove(ResourceLocation first, ResourceLocation... locations) Adds multiple elements' IDs to the tag json's remove list.default TagBuilderIForgeRawTagBuilder.removeElement(ResourceLocation elementID, String source) Adds a single-element entry to the remove list.default TagBuilderIForgeRawTagBuilder.removeTag(ResourceLocation tagID, String source) Adds a tag to the remove list.default voidIForgeFriendlyByteBuf.writeRegistryIdUnsafe(@NotNull IForgeRegistry<?> registry, @NotNull ResourceLocation entryKey) Writes the given entries integer id to the buffer. -
Uses of ResourceLocation in net.minecraftforge.common.loot
Fields in net.minecraftforge.common.loot declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationLootTableIdCondition.Builder.idprivate final ResourceLocationLootTableIdCondition.idThe field for theidrecord component.static final ResourceLocationLootTableIdCondition.UNKNOWN_LOOT_TABLEFields in net.minecraftforge.common.loot with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate Map<ResourceLocation,IGlobalLootModifier> LootModifierManager.modifiersMethods in net.minecraftforge.common.loot that return ResourceLocationModifier and TypeMethodDescriptionLootTableIdCondition.id()Returns the value of theidrecord component.Methods in net.minecraftforge.common.loot that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionprotected Map<ResourceLocation,com.google.gson.JsonElement> LootModifierManager.prepare(ResourceManager resources, ProfilerFiller profilerFiller) Methods in net.minecraftforge.common.loot with parameters of type ResourceLocationModifier and TypeMethodDescriptionstatic LootTableIdCondition.BuilderLootTableIdCondition.builder(ResourceLocation targetLootTableId) Method parameters in net.minecraftforge.common.loot with type arguments of type ResourceLocationModifier and TypeMethodDescriptionprotected voidLootModifierManager.apply(Map<ResourceLocation, com.google.gson.JsonElement> resources, ResourceManager resourceManagerIn, ProfilerFiller profilerIn) Constructors in net.minecraftforge.common.loot with parameters of type ResourceLocationModifierConstructorDescriptionCreates an instance of aLootTableIdConditionrecord class. -
Uses of ResourceLocation in net.minecraftforge.debug.gameplay.crafting
Methods in net.minecraftforge.debug.gameplay.crafting that return ResourceLocationModifier and TypeMethodDescriptionprivate static ResourceLocationprivate static ResourceLocation -
Uses of ResourceLocation in net.minecraftforge.event
Fields in net.minecraftforge.event declared as ResourceLocationFields in net.minecraftforge.event with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,ICapabilityProvider> AttachCapabilitiesEvent.capsprivate final Map<ResourceLocation,ICapabilityProvider> AttachCapabilitiesEvent.viewMethods in net.minecraftforge.event that return ResourceLocationMethods in net.minecraftforge.event that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionAttachCapabilitiesEvent.getCapabilities()A unmodifiable view of the capabilities that will be attached to this object.Methods in net.minecraftforge.event with parameters of type ResourceLocationModifier and TypeMethodDescriptionvoidAttachCapabilitiesEvent.addCapability(ResourceLocation key, ICapabilityProvider cap) Adds a capability to be attached to this object.static @Nullable LootTableForgeEventFactory.onLoadLootTable(ResourceLocation name, LootTable table) Method parameters in net.minecraftforge.event with type arguments of type ResourceLocationModifier and TypeMethodDescriptionstatic voidForgeEventFactory.onChannelRegistrationChange(Connection connection, ChannelRegistrationChangeEvent.Type changeType, HashSet<ResourceLocation> changed) Constructors in net.minecraftforge.event with parameters of type ResourceLocation -
Uses of ResourceLocation in net.minecraftforge.event.network
Fields in net.minecraftforge.event.network declared as ResourceLocationFields in net.minecraftforge.event.network with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Set<ResourceLocation>ChannelRegistrationChangeEvent.channelsMethods in net.minecraftforge.event.network that return ResourceLocationMethods in net.minecraftforge.event.network that return types with arguments of type ResourceLocationConstructors in net.minecraftforge.event.network with parameters of type ResourceLocationModifierConstructorDescriptionCustomPayloadEvent(ResourceLocation channel, FriendlyByteBuf payload, CustomPayloadEvent.Context source, int loginIndex) Constructor parameters in net.minecraftforge.event.network with type arguments of type ResourceLocationModifierConstructorDescriptionChannelRegistrationChangeEvent(Connection source, ChannelRegistrationChangeEvent.Type changeType, Set<ResourceLocation> channels) -
Uses of ResourceLocation in net.minecraftforge.network
Fields in net.minecraftforge.network declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationNetworkInstance.channelNamestatic final ResourceLocationNetworkInitialization.HANDSHAKE_NAMEstatic final ResourceLocationNetworkInitialization.LOGIN_NAMEprivate final ResourceLocationChannelBuilder.namestatic final ResourceLocationNetworkInitialization.PLAY_NAMEprivate final ResourceLocationServerStatusPing.ChannelData.resThe field for theresrecord component.Fields in net.minecraftforge.network with type parameters of type ResourceLocationModifier and TypeFieldDescription(package private) Map<ResourceLocation,Integer> NetworkContext.channelListprivate final Map<ResourceLocation,ServerStatusPing.ChannelData> ServerStatusPing.channelsThe field for thechannelsrecord component.(package private) static Map<ResourceLocation,NetworkInstance> NetworkRegistry.instancesprivate final Map<ResourceLocation,NetworkContext.NetworkMismatchData.Version> NetworkContext.NetworkMismatchData.mismatchedThe field for themismatchedrecord component.private final Set<ResourceLocation>NetworkContext.NetworkMismatchData.missingThe field for themissingrecord component.private Set<ResourceLocation>ForgePacketHandler.registriesToReceiveprivate Map<ResourceLocation,ForgeRegistry.Snapshot> ForgePacketHandler.registrySnapshots(package private) Set<ResourceLocation>NetworkContext.remoteChannelsprivate Set<ResourceLocation>NetworkContext.remoteChannelsView(package private) Set<ResourceLocation>NetworkContext.sentChannelsMethods in net.minecraftforge.network that return ResourceLocationModifier and TypeMethodDescription(package private) ResourceLocationNetworkInstance.getChannelName()Channel.getName()ICustomPacket.getName()ServerStatusPing.ChannelData.res()Returns the value of theresrecord component.Methods in net.minecraftforge.network that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionstatic Map<ResourceLocation,Integer> NetworkRegistry.buildChannelVersions()(package private) static Map<ResourceLocation,ServerStatusPing.ChannelData> NetworkRegistry.buildChannelVersionsForListPing()ServerStatusPing.channels()Returns the value of thechannelsrecord component.ServerStatusPing.getChannelsForMod(String modId) ServerStatusPing.getNonModChannels()NetworkContext.getRemoteChannels()ServerStatusPing.getRemoteChannels()NetworkContext.NetworkMismatchData.mismatched()Returns the value of themismatchedrecord component.NetworkContext.NetworkMismatchData.missing()Returns the value of themissingrecord component.Methods in net.minecraftforge.network with parameters of type ResourceLocationModifier and TypeMethodDescriptionstatic voidChannelListManager.addChannels(Connection connection, ResourceLocation... channels) <T extends Packet<?>>
ICustomPacket<T>NetworkDirection.buildPacket(FriendlyByteBuf data, ResourceLocation channelName) NetworkDirection.Factory.create(FriendlyByteBuf data, Integer index, ResourceLocation channelName) static @Nullable NetworkInstanceNetworkRegistry.findTarget(ResourceLocation resourceLocation) private static ClientboundCustomQueryPacketNetworkDirection.loginClientbound(FriendlyByteBuf data, Integer index, ResourceLocation channelName) private static ServerboundCustomQueryAnswerPacketNetworkDirection.loginServerbound(FriendlyByteBuf data, Integer index, ResourceLocation channelName) static ChannelBuilderChannelBuilder.named(ResourceLocation channelName) Creates a new channel builder, The name of the channel must be unique.private static ClientboundCustomPayloadPacketNetworkDirection.playClientbound(FriendlyByteBuf data, Integer index, ResourceLocation channelName) private static ServerboundCustomPayloadPacketNetworkDirection.playServerbound(FriendlyByteBuf data, Integer index, ResourceLocation channelName) static voidChannelListManager.removeChannels(Connection connection, ResourceLocation... channels) Method parameters in net.minecraftforge.network with type arguments of type ResourceLocationModifier and TypeMethodDescriptionstatic voidChannelListManager.addChannels(Connection connection, Collection<ResourceLocation> channels) static booleanNetworkRegistry.checkListPingCompatibilityForClient(Map<ResourceLocation, ServerStatusPing.ChannelData> incoming) static voidChannelListManager.removeChannels(Connection connection, Collection<ResourceLocation> channels) private static voidChannelListManager.sendChannels(EventNetworkChannel channel, Connection connection, Collection<ResourceLocation> channels) static @Nullable NetworkContext.NetworkMismatchDataNetworkRegistry.validateChannels(Map<ResourceLocation, Integer> incoming, boolean fromClient) Constructors in net.minecraftforge.network with parameters of type ResourceLocationModifierConstructorDescriptionprivateChannelData(ResourceLocation res, int version, boolean required) Creates an instance of aChannelDatarecord class.(package private)NetworkInstance(ResourceLocation channelName, int networkProtocolVersion, Channel.VersionTest clientAcceptedVersions, Channel.VersionTest serverAcceptedVersions, Map<io.netty.util.AttributeKey<?>, Function<Connection, ?>> attributes, Consumer<Connection> channelHandler) Constructor parameters in net.minecraftforge.network with type arguments of type ResourceLocationModifierConstructorDescriptionNetworkMismatchData(Map<ResourceLocation, NetworkContext.NetworkMismatchData.Version> mismatched, Set<ResourceLocation> missing, boolean fromServer, Map<String, ModVersions.Info> mods) Creates an instance of aNetworkMismatchDatarecord class.NetworkMismatchData(Map<ResourceLocation, NetworkContext.NetworkMismatchData.Version> mismatched, Set<ResourceLocation> missing, boolean fromServer, Map<String, ModVersions.Info> mods) Creates an instance of aNetworkMismatchDatarecord class.ServerStatusPing(Map<ResourceLocation, ServerStatusPing.ChannelData> channels, Map<String, String> mods, int fmlNetworkVer, boolean truncated) Creates an instance of aServerStatusPingrecord class. -
Uses of ResourceLocation in net.minecraftforge.network.packets
Fields in net.minecraftforge.network.packets declared as ResourceLocationModifier and TypeFieldDescriptionprivate final ResourceLocationLoginWrapper.channelThe field for thechannelrecord component.private final ResourceLocationRegistryData.nameThe field for thenamerecord component.Fields in net.minecraftforge.network.packets with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,@NotNull Integer> ChannelVersions.channelsThe field for thechannelsrecord component.private final Map<ResourceLocation,NetworkContext.NetworkMismatchData.Version> MismatchData.mismatchedThe field for themismatchedrecord component.private final Set<ResourceLocation>MismatchData.missingThe field for themissingrecord component.private final List<ResourceLocation>RegistryList.normalThe field for thenormalrecord component.Methods in net.minecraftforge.network.packets that return ResourceLocationModifier and TypeMethodDescriptionLoginWrapper.channel()Returns the value of thechannelrecord component.RegistryData.name()Returns the value of thenamerecord component.Methods in net.minecraftforge.network.packets that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionMap<ResourceLocation,@NotNull Integer> ChannelVersions.channels()Returns the value of thechannelsrecord component.MismatchData.mismatched()Returns the value of themismatchedrecord component.MismatchData.missing()Returns the value of themissingrecord component.RegistryList.normal()Returns the value of thenormalrecord component.Constructors in net.minecraftforge.network.packets with parameters of type ResourceLocationModifierConstructorDescriptionLoginWrapper(ResourceLocation channel, FriendlyByteBuf data) Creates an instance of aLoginWrapperrecord class.RegistryData(int token, ResourceLocation name, ForgeRegistry.Snapshot data) Creates an instance of aRegistryDatarecord class.Constructor parameters in net.minecraftforge.network.packets with type arguments of type ResourceLocationModifierConstructorDescriptionChannelVersions(Map<ResourceLocation, @NotNull Integer> channels) Creates an instance of aChannelVersionsrecord class.MismatchData(Map<ResourceLocation, NetworkContext.NetworkMismatchData.Version> mismatched, Set<ResourceLocation> missing) Creates an instance of aMismatchDatarecord class.MismatchData(Map<ResourceLocation, NetworkContext.NetworkMismatchData.Version> mismatched, Set<ResourceLocation> missing) Creates an instance of aMismatchDatarecord class.RegistryList(int token, List<ResourceLocation> normal, List<ResourceKey<? extends Registry<?>>> datapacks) Creates an instance of aRegistryListrecord class. -
Uses of ResourceLocation in net.minecraftforge.network.tasks
Fields in net.minecraftforge.network.tasks with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate Map<ResourceLocation,ForgeRegistry.Snapshot> SyncRegistriesTask.snapshot -
Uses of ResourceLocation in net.minecraftforge.registries
Fields in net.minecraftforge.registries declared as ResourceLocationModifier and TypeFieldDescriptionprivate static final ResourceLocationGameData.BLOCK_TO_ITEMprivate static final ResourceLocationGameData.BLOCKSTATE_TO_IDprivate static final ResourceLocationGameData.BLOCKSTATE_TO_POINT_OF_INTEREST_TYPEprivate final ResourceLocationForgeRegistry.defaultKeyprivate final ResourceLocationNamespacedDefaultedWrapper.defaultKeystatic final ResourceLocationNamespacedDefaultedWrapper.Factory.IDstatic final ResourceLocationNamespacedWrapper.Factory.IDprivate final ResourceLocationObjectHolderRef.injectedObjectfinal ResourceLocationIdMappingEvent.ModRemapping.key(package private) final ResourceLocationMissingMappingsEvent.Mapping.keyprivate final ResourceLocationForgeRegistry.nameprivate final @Nullable ResourceLocationRegistryObject.nameprivate ResourceLocationRegistryBuilder.optionalDefaultKeyfinal ResourceLocationIdMappingEvent.ModRemapping.registryprivate ResourceLocationRegistryBuilder.registryNameFields in net.minecraftforge.registries with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,ResourceLocation> ForgeRegistry.aliasesprivate final Map<ResourceLocation,ResourceLocation> ForgeRegistry.aliasesfinal Map<ResourceLocation,ResourceLocation> ForgeRegistry.Snapshot.aliasesfinal Map<ResourceLocation,ResourceLocation> ForgeRegistry.Snapshot.aliasesprivate final Map<ResourceLocation,Holder.Reference<V>> ForgeRegistry.delegatesByNameprivate Map<ResourceLocation,Holder.Reference<T>> NamespacedWrapper.holdersByNamefinal it.unimi.dsi.fastutil.objects.Object2IntMap<ResourceLocation>ForgeRegistry.Snapshot.idsprivate final com.google.common.collect.ImmutableSet<ResourceLocation>IdMappingEvent.keysprivate Set<ResourceLocation>RegistryBuilder.legacyNamesprivate Map<ResourceLocation,ResourceLocation> RegistryManager.legacyNamesprivate Map<ResourceLocation,ResourceLocation> RegistryManager.legacyNamesprivate static final BiConsumer<ResourceLocation,ForgeRegistry<?>> GameData.LOCK_VANILLAprivate final com.google.common.collect.BiMap<ResourceLocation,V> ForgeRegistry.namesprivate static final Set<Consumer<Predicate<ResourceLocation>>>ObjectHolderRegistry.objectHoldersprivate final com.google.common.collect.Multimap<ResourceLocation,V> ForgeRegistry.overridesfinal Map<ResourceLocation,String> ForgeRegistry.Snapshot.overridesprivate Set<ResourceLocation>RegistryManager.persisted(package private) com.google.common.collect.BiMap<ResourceLocation,ForgeRegistry<?>> RegistryManager.registriesprivate Map<ResourceLocation,? extends IForgeRegistry<?>> RegistryManager.registryViewprivate final Map<ResourceLocation,com.google.common.collect.ImmutableList<IdMappingEvent.ModRemapping>> IdMappingEvent.remaps(package private) final Map<ResourceLocation,?> ForgeRegistry.slavesprivate static final Comparator<ResourceLocation>ForgeRegistry.Snapshot.sorterprivate Set<ResourceLocation>RegistryManager.syncedprivate static Set<ResourceLocation>RegistryManager.vanillaRegistryKeysMethods in net.minecraftforge.registries that return ResourceLocationModifier and TypeMethodDescriptionstatic ResourceLocationGameData.checkPrefix(String name, boolean warnOverrides) Check a name for a domain prefix, and if not present infer it from the current active mod container.@Nullable ResourceLocationRegistryBuilder.getDefault()@Nullable ResourceLocationForgeRegistry.getDefaultKey()@Nullable ResourceLocationIForgeRegistry.getDefaultKey()NamespacedDefaultedWrapper.getDefaultKey()RegistryObject.getId()@Nullable ResourceLocationMissingMappingsEvent.Mapping.getKey()@Nullable ResourceLocation<V> ResourceLocationRegistryManager.getName(IForgeRegistry<V> reg) @NotNull ResourceLocationDeferredRegister.getRegistryName()ForgeRegistry.getRegistryName()IForgeRegistry.getRegistryName()private static ResourceLocationObjectHolderRegistry.getRegistryName(Map<org.objectweb.asm.Type, ResourceLocation> classRegistryNames, @Nullable String registryName, org.objectweb.asm.Type targetClass, Object declaration) <V> ResourceLocationRegistryManager.updateLegacyName(ResourceLocation legacyName) Methods in net.minecraftforge.registries that return types with arguments of type ResourceLocationModifier and TypeMethodDescription@NotNull Set<ResourceLocation>ForgeRegistry.getKeys()@NotNull Set<ResourceLocation>IForgeRegistry.getKeys()RegistryBuilder.getLegacyNames()(package private) Map<ResourceLocation,String> ForgeRegistry.getOverrideOwners()com.google.common.collect.ImmutableSet<ResourceLocation>IdMappingEvent.getRegistries()Map<ResourceLocation,? extends IForgeRegistry<?>> RegistryManager.getRegistries()static List<ResourceLocation>RegistryManager.getRegistryNamesForSyncToClient()static Set<ResourceLocation>RegistryManager.getVanillaRegistryKeys()static com.google.common.collect.Multimap<ResourceLocation,ResourceLocation> GameData.injectSnapshot(Map<ResourceLocation, ForgeRegistry.Snapshot> snapshot, boolean injectFrozenData, boolean isLocalWorld) static com.google.common.collect.Multimap<ResourceLocation,ResourceLocation> GameData.injectSnapshot(Map<ResourceLocation, ForgeRegistry.Snapshot> snapshot, boolean injectFrozenData, boolean isLocalWorld) NamespacedWrapper.keySet()RegistryManager.takeSnapshot(boolean savingToDisc) Methods in net.minecraftforge.registries with parameters of type ResourceLocationModifier and TypeMethodDescription(package private) intForgeRegistry.add(int id, ResourceLocation key, V value) (package private) intForgeRegistry.add(int id, ResourceLocation key, V value, String owner) voidForgeRegistry.addAlias(ResourceLocation src, ResourceLocation dst) Adds an alias that maps from the name specified bysrcto the name specified bydst.private voidRegistryManager.addLegacyName(ResourceLocation legacyName, ResourceLocation name) booleanForgeRegistry.containsKey(ResourceLocation key) booleanIForgeRegistry.containsKey(ResourceLocation key) booleanNamespacedWrapper.containsKey(ResourceLocation key) static <B> DeferredRegister<B>DeferredRegister.create(ResourceLocation registryName, String modid) DeferredRegister factory for custom forge registries orvanilla registriesto lookup based on the provided registry name.(package private) static @Nullable ObjectHolderRefObjectHolderRef.create(ResourceLocation registryName, Field field, String injectedObject, boolean extractFromExistingValues) static <T,U extends T>
RegistryObject<U>RegistryObject.create(ResourceLocation name, ResourceKey<? extends Registry<T>> registryKey, String modid) Factory for aRegistryObjectthat stores the value of an object from a registry once it is ready based on a lookup of the provided registry key.static <T,U extends T>
RegistryObject<U>RegistryObject.create(ResourceLocation name, ResourceLocation registryName, String modid) Factory for aRegistryObjectthat stores the value of an object from a registry once it is ready based on a lookup of the provided registry name.static <T,U extends T>
RegistryObject<U>RegistryObject.create(ResourceLocation name, IForgeRegistry<T> registry) Factory for aRegistryObjectthat stores the value of an object from the provided forge registry once it is ready.IForgeRegistry.MissingFactory.createMissing(ResourceLocation key, boolean isNetwork) static <B> DeferredRegister<B>DeferredRegister.createOptional(ResourceLocation registryName, String modid) DeferredRegister factory for the optional existence of custom forge registries orvanilla registriesto lookup based on the provided registry name.static <T,U extends T>
RegistryObject<U>RegistryObject.createOptional(ResourceLocation name, ResourceKey<? extends Registry<T>> registryKey, String modid) Factory for aRegistryObjectthat optionally stores the value of an object from a registry once it is ready if the registry exists based on a lookup of the provided registry key.static <T,U extends T>
RegistryObject<U>RegistryObject.createOptional(ResourceLocation name, ResourceLocation registryName, String modid) Factory for aRegistryObjectthat optionally stores the value of an object from a registry once it is ready if the registry exists based on a lookup of the provided registry name.DeferredRegister.createOptionalTagKey(@NotNull ResourceLocation location, @NotNull Set<? extends Supplier<T>> defaults) Creates a tag key with the provided location that will use the set of defaults if the tag is not loaded from any datapacks.ForgeRegistryTagManager.createOptionalTagKey(@NotNull ResourceLocation location, @NotNull Set<? extends Supplier<V>> defaults) (package private) <V> ForgeRegistry<V>RegistryManager.createRegistry(ResourceLocation name, RegistryBuilder<V> builder) DeferredRegister.createTagKey(@NotNull ResourceLocation location) Creates a tag key based on the provided resource location and the registry name linked to this DeferredRegister.ForgeRegistryTagManager.createTagKey(@NotNull ResourceLocation location) (package private) voidForgeRegistry.dump(ResourceLocation name) NamespacedDefaultedWrapper.get(@Nullable ResourceLocation name) NamespacedWrapper.get(@Nullable ResourceLocation name) @NotNull Optional<Holder.Reference<V>>ForgeRegistry.getDelegate(ResourceLocation key) @NotNull Optional<Holder.Reference<V>>IForgeRegistry.getDelegate(ResourceLocation key) ForgeRegistry.getDelegateOrThrow(ResourceLocation key) IForgeRegistry.getDelegateOrThrow(ResourceLocation key) ForgeRegistry.getHolder(ResourceLocation location) IForgeRegistry.getHolder(ResourceLocation location) This method exists purely as a stopgap for vanilla compatibility.NamespacedWrapper.getHolder(ResourceLocation location) intForgeRegistry.getID(ResourceLocation name) private intForgeRegistry.getIDRaw(ResourceLocation name) ForgeRegistry.getMissingEvent(ResourceLocation name, it.unimi.dsi.fastutil.objects.Object2IntMap<ResourceLocation> map) NamespacedWrapper.getOptional(@Nullable ResourceLocation name) ForgeRegistry.getRaw(ResourceLocation key) <V> ForgeRegistry<V>RegistryManager.getRegistry(ResourceLocation key) <V> ForgeRegistry<V>RegistryManager.getRegistry(ResourceLocation key, RegistryManager other) com.google.common.collect.ImmutableList<IdMappingEvent.ModRemapping>IdMappingEvent.getRemaps(ResourceLocation registry) <T> TForgeRegistry.getSlaveMap(ResourceLocation name, Class<T> type) <T> TIForgeRegistry.getSlaveMap(ResourceLocation slaveMapName, Class<T> type) Retrieve the slave map of type T from the registry.ForgeRegistry.getValue(ResourceLocation key) IForgeRegistry.getValue(ResourceLocation key) RegistryBuilder.legacyName(ResourceLocation name) private static <T> voidGameData.loadFrozenDataToStagingRegistry(RegistryManager STAGING, ResourceLocation name, Map<ResourceLocation, IdMappingEvent.IdRemapping> remaps) voidForgeRegistry.loadIds(it.unimi.dsi.fastutil.objects.Object2IntMap<ResourceLocation> ids, Map<ResourceLocation, String> overrides, it.unimi.dsi.fastutil.objects.Object2IntMap<ResourceLocation> missing, Map<ResourceLocation, IdMappingEvent.IdRemapping> remapped, ForgeRegistry<V> old, ResourceLocation name) private static <T> voidGameData.loadPersistentDataToStagingRegistry(RegistryManager pool, RegistryManager to, Map<ResourceLocation, IdMappingEvent.IdRemapping> remaps, it.unimi.dsi.fastutil.objects.Object2IntMap<ResourceLocation> missing, ResourceLocation name, ForgeRegistry.Snapshot snap) private static <T> voidGameData.loadRegistry(ResourceLocation registryName, RegistryManager from, RegistryManager to, boolean freeze) private Supplier<IForgeRegistry<T>>DeferredRegister.makeRegistry(ResourceLocation registryName, Supplier<RegistryBuilder<T>> sup) static <T> RegistryBuilder<T>RegistryBuilder.of(ResourceLocation name) voidGameData.AttributeCallbacks.onValidate(IForgeRegistryInternal<Attribute> owner, RegistryManager stage, int id, ResourceLocation key, Attribute obj) voidIForgeRegistry.ValidateCallback.onValidate(IForgeRegistryInternal<V> owner, RegistryManager stage, int id, ResourceLocation key, V obj) private static <T> voidGameData.processMissing(ResourceLocation name, RegistryManager STAGING, MissingMappingsEvent e, it.unimi.dsi.fastutil.objects.Object2IntMap<ResourceLocation> missing, Map<ResourceLocation, IdMappingEvent.IdRemapping> remaps, Collection<ResourceLocation> defaulted, Collection<ResourceLocation> failed, boolean injectNetworkDummies) (package private) voidForgeRegistry.processMissingEvent(ResourceLocation name, ForgeRegistry<V> pool, List<MissingMappingsEvent.Mapping<V>> mappings, it.unimi.dsi.fastutil.objects.Object2IntMap<ResourceLocation> missing, Map<ResourceLocation, IdMappingEvent.IdRemapping> remaps, Collection<ResourceLocation> defaulted, Collection<ResourceLocation> failed, boolean injectNetworkDummies) voidForgeRegistry.register(int id, ResourceLocation key, V value) voidForgeRegistry.register(ResourceLocation key, V value) voidIForgeRegistry.register(ResourceLocation key, V value) voidIForgeRegistryInternal.register(int id, ResourceLocation key, V value) <T> voidRegisterEvent.register(ResourceKey<? extends Registry<T>> registryKey, ResourceLocation 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(ResourceLocation name, T value) Registers the given value with the given name to the registry.private static booleanRegistryObject.registryExists(ResourceLocation registryName) ForgeRegistry.remove(ResourceLocation key) IForgeRegistryModifiable.remove(ResourceLocation key) static voidGameData.revert(RegistryManager state, ResourceLocation registry, boolean lock) private static voidObjectHolderRegistry.scanClassForFields(Map<org.objectweb.asm.Type, String> classModIds, org.objectweb.asm.Type targetClass, ResourceLocation registryName, Class<?> registryClass, String value, Class<?> clazz, boolean extractFromExistingValues) RegistryBuilder.setDefaultKey(ResourceLocation key) RegistryBuilder.setName(ResourceLocation name) voidForgeRegistry.setSlaveMap(ResourceLocation name, Object obj) voidIForgeRegistryInternal.setSlaveMap(ResourceLocation name, Object obj) (package private) voidForgeRegistry.sync(ResourceLocation name, ForgeRegistry<V> from) <V> ResourceLocationRegistryManager.updateLegacyName(ResourceLocation legacyName) (package private) voidRegistryObject.updateReference(ResourceLocation registryName) (package private) voidForgeRegistry.validateContent(ResourceLocation registryName) Method parameters in net.minecraftforge.registries with type arguments of type ResourceLocationModifier and TypeMethodDescriptionvoidObjectHolderRef.accept(Predicate<ResourceLocation> filter) static voidObjectHolderRegistry.addHandler(Consumer<Predicate<ResourceLocation>> ref) Exposed to allow modders to register their own notification handlers.static voidObjectHolderRegistry.applyObjectHolders(Predicate<ResourceLocation> filter) private static voidGameData.fireRemapEvent(Map<ResourceLocation, Map<ResourceLocation, IdMappingEvent.IdRemapping>> remaps, boolean isFreezing) private static voidGameData.fireRemapEvent(Map<ResourceLocation, Map<ResourceLocation, IdMappingEvent.IdRemapping>> remaps, boolean isFreezing) ForgeRegistry.getMissingEvent(ResourceLocation name, it.unimi.dsi.fastutil.objects.Object2IntMap<ResourceLocation> map) private static ResourceLocationObjectHolderRegistry.getRegistryName(Map<org.objectweb.asm.Type, ResourceLocation> classRegistryNames, @Nullable String registryName, org.objectweb.asm.Type targetClass, Object declaration) static com.google.common.collect.Multimap<ResourceLocation,ResourceLocation> GameData.injectSnapshot(Map<ResourceLocation, ForgeRegistry.Snapshot> snapshot, boolean injectFrozenData, boolean isLocalWorld) private static <T> voidGameData.loadFrozenDataToStagingRegistry(RegistryManager STAGING, ResourceLocation name, Map<ResourceLocation, IdMappingEvent.IdRemapping> remaps) voidForgeRegistry.loadIds(it.unimi.dsi.fastutil.objects.Object2IntMap<ResourceLocation> ids, Map<ResourceLocation, String> overrides, it.unimi.dsi.fastutil.objects.Object2IntMap<ResourceLocation> missing, Map<ResourceLocation, IdMappingEvent.IdRemapping> remapped, ForgeRegistry<V> old, ResourceLocation name) voidForgeRegistry.loadIds(it.unimi.dsi.fastutil.objects.Object2IntMap<ResourceLocation> ids, Map<ResourceLocation, String> overrides, it.unimi.dsi.fastutil.objects.Object2IntMap<ResourceLocation> missing, Map<ResourceLocation, IdMappingEvent.IdRemapping> remapped, ForgeRegistry<V> old, ResourceLocation name) private static <T> voidGameData.loadPersistentDataToStagingRegistry(RegistryManager pool, RegistryManager to, Map<ResourceLocation, IdMappingEvent.IdRemapping> remaps, it.unimi.dsi.fastutil.objects.Object2IntMap<ResourceLocation> missing, ResourceLocation name, ForgeRegistry.Snapshot snap) private static <T> voidGameData.loadPersistentDataToStagingRegistry(RegistryManager pool, RegistryManager to, Map<ResourceLocation, IdMappingEvent.IdRemapping> remaps, it.unimi.dsi.fastutil.objects.Object2IntMap<ResourceLocation> missing, ResourceLocation name, ForgeRegistry.Snapshot snap) private static <T> voidGameData.processMissing(ResourceLocation name, RegistryManager STAGING, MissingMappingsEvent e, it.unimi.dsi.fastutil.objects.Object2IntMap<ResourceLocation> missing, Map<ResourceLocation, IdMappingEvent.IdRemapping> remaps, Collection<ResourceLocation> defaulted, Collection<ResourceLocation> failed, boolean injectNetworkDummies) private static <T> voidGameData.processMissing(ResourceLocation name, RegistryManager STAGING, MissingMappingsEvent e, it.unimi.dsi.fastutil.objects.Object2IntMap<ResourceLocation> missing, Map<ResourceLocation, IdMappingEvent.IdRemapping> remaps, Collection<ResourceLocation> defaulted, Collection<ResourceLocation> failed, boolean injectNetworkDummies) private static <T> voidGameData.processMissing(ResourceLocation name, RegistryManager STAGING, MissingMappingsEvent e, it.unimi.dsi.fastutil.objects.Object2IntMap<ResourceLocation> missing, Map<ResourceLocation, IdMappingEvent.IdRemapping> remaps, Collection<ResourceLocation> defaulted, Collection<ResourceLocation> failed, boolean injectNetworkDummies) (package private) voidForgeRegistry.processMissingEvent(ResourceLocation name, ForgeRegistry<V> pool, List<MissingMappingsEvent.Mapping<V>> mappings, it.unimi.dsi.fastutil.objects.Object2IntMap<ResourceLocation> missing, Map<ResourceLocation, IdMappingEvent.IdRemapping> remaps, Collection<ResourceLocation> defaulted, Collection<ResourceLocation> failed, boolean injectNetworkDummies) (package private) voidForgeRegistry.processMissingEvent(ResourceLocation name, ForgeRegistry<V> pool, List<MissingMappingsEvent.Mapping<V>> mappings, it.unimi.dsi.fastutil.objects.Object2IntMap<ResourceLocation> missing, Map<ResourceLocation, IdMappingEvent.IdRemapping> remaps, Collection<ResourceLocation> defaulted, Collection<ResourceLocation> failed, boolean injectNetworkDummies) (package private) voidForgeRegistry.processMissingEvent(ResourceLocation name, ForgeRegistry<V> pool, List<MissingMappingsEvent.Mapping<V>> mappings, it.unimi.dsi.fastutil.objects.Object2IntMap<ResourceLocation> missing, Map<ResourceLocation, IdMappingEvent.IdRemapping> remaps, Collection<ResourceLocation> defaulted, Collection<ResourceLocation> failed, boolean injectNetworkDummies) static booleanObjectHolderRegistry.removeHandler(Consumer<Predicate<ResourceLocation>> ref) Removed the specified handler from the notification list.Constructors in net.minecraftforge.registries with parameters of type ResourceLocationModifierConstructorDescription(package private)ForgeRegistry(RegistryManager stage, ResourceLocation name, RegistryBuilder<V> builder) Mapping(IForgeRegistry<T> registry, IForgeRegistry<T> pool, ResourceLocation key, int id) privateModRemapping(ResourceLocation registry, ResourceLocation key, int oldId, int newId) privateObjectHolderRef(ForgeRegistry<?> registry, Field field, ResourceLocation injectedObject) privateRegistryObject(ResourceLocation name, ResourceLocation registryName, String modid, boolean optionalRegistry) privateRegistryObject(ResourceLocation name, IForgeRegistry<?> registry) Constructor parameters in net.minecraftforge.registries with type arguments of type ResourceLocationModifierConstructorDescriptionIdMappingEvent(Map<ResourceLocation, Map<ResourceLocation, IdMappingEvent.IdRemapping>> remaps, boolean isFrozen) IdMappingEvent(Map<ResourceLocation, Map<ResourceLocation, IdMappingEvent.IdRemapping>> remaps, boolean isFrozen) -
Uses of ResourceLocation in net.minecraftforge.registries.tags
Methods in net.minecraftforge.registries.tags with parameters of type ResourceLocationModifier and TypeMethodDescriptionITagManager.createOptionalTagKey(@NotNull ResourceLocation location, @NotNull Set<? extends Supplier<V>> defaults) Creates a tag key that will use the set of defaults if the tag is not loaded from any datapacks.ITagManager.createTagKey(@NotNull ResourceLocation location) Creates a tag key based on the location and the forge registry linked to this tag manager. -
Uses of ResourceLocation in net.minecraftforge.resource
Methods in net.minecraftforge.resource with parameters of type ResourceLocationModifier and TypeMethodDescriptionprivate List<PackResources>DelegatingPackResources.getCandidatePacks(PackType type, ResourceLocation location) private static String[]PathPackResources.getPathFromLocation(PackType type, ResourceLocation location) @Nullable IoSupplier<InputStream>DelegatingPackResources.getResource(PackType type, ResourceLocation location) PathPackResources.getResource(PackType type, ResourceLocation location) -
Uses of ResourceLocation in net.minecraftforge.server.command
Method parameters in net.minecraftforge.server.command with type arguments of type ResourceLocationModifier and TypeMethodDescriptionprivate static com.mojang.brigadier.suggestion.SuggestionProvider<CommandSourceStack>TagsCommand.suggestFromRegistry(Function<Registry<?>, Iterable<ResourceLocation>> namesFunction) -
Uses of ResourceLocation in net.minecraftforge.server.permission
Methods in net.minecraftforge.server.permission that return ResourceLocationModifier and TypeMethodDescriptionstatic @Nullable ResourceLocationPermissionAPI.getActivePermissionHandler() -
Uses of ResourceLocation in net.minecraftforge.server.permission.events
Fields in net.minecraftforge.server.permission.events with type parameters of type ResourceLocationModifier and TypeFieldDescriptionprivate Map<ResourceLocation,IPermissionHandlerFactory> PermissionGatherEvent.Handler.availableHandlersMethods in net.minecraftforge.server.permission.events that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionPermissionGatherEvent.Handler.getAvailablePermissionHandlerFactories()Methods in net.minecraftforge.server.permission.events with parameters of type ResourceLocationModifier and TypeMethodDescriptionvoidPermissionGatherEvent.Handler.addPermissionHandler(ResourceLocation identifier, IPermissionHandlerFactory handlerFactory) -
Uses of ResourceLocation in net.minecraftforge.server.permission.handler
Fields in net.minecraftforge.server.permission.handler declared as ResourceLocationModifier and TypeFieldDescriptionstatic final ResourceLocationDefaultPermissionHandler.IDENTIFIERMethods in net.minecraftforge.server.permission.handler that return ResourceLocationModifier and TypeMethodDescriptionDefaultPermissionHandler.getIdentifier()IPermissionHandler.getIdentifier()Returns an identifier for the PermissionHandler. -
Uses of ResourceLocation in net.minecraftforge.server.permission.nodes
Constructors in net.minecraftforge.server.permission.nodes with parameters of type ResourceLocationModifierConstructorDescriptionPermissionNode(ResourceLocation nodeName, PermissionType<T> type, PermissionNode.PermissionResolver<T> defaultResolver, PermissionDynamicContextKey... dynamics) CallsPermissionNode(String, PermissionType, PermissionResolver, PermissionDynamicContextKey[])with "namespace.path" as the first parameter
BlockModel.bake(ModelBaker, BlockModel, Function, ModelState, ResourceLocation, boolean).