Uses of Class
net.minecraft.util.Identifier
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of Identifier in com.mojang.blaze3d.systems
Modifier and TypeMethodDescriptionstatic void
RenderSystem._setShaderTexture
(int texture, Identifier id) static void
RenderSystem.setShaderTexture
(int texture, Identifier id) -
Uses of Identifier in net.minecraft.advancement
Modifier and TypeFieldDescriptionprivate final Identifier
AdvancementEntry.id
The field for theid
record component.Modifier and TypeFieldDescriptionprivate final Map
<Identifier, PlacedAdvancement> AdvancementManager.advancements
private final Optional
<Identifier> AdvancementDisplay.background
private Optional
<Identifier> AdvancementRewards.Builder.function
private final Map
<Identifier, AdvancementProgress> PlayerAdvancementTracker.ProgressMap.map
The field for themap
record component.private final Optional
<Identifier> Advancement.parent
The field for theparent
record component.private Optional
<Identifier> Advancement.Builder.parentObj
private final ImmutableList.Builder
<Identifier> AdvancementRewards.Builder.recipes
private final List
<Identifier> AdvancementRewards.recipes
The field for therecipes
record component.Modifier and TypeMethodDescriptionAdvancementEntry.id()
Returns the value of theid
record component.Modifier and TypeMethodDescriptionAdvancementDisplay.getBackground()
PlayerAdvancementTracker.ProgressMap.map()
Returns the value of themap
record component.Advancement.parent()
Returns the value of theparent
record component.AdvancementRewards.recipes()
Returns the value of therecipes
record component.Modifier and TypeMethodDescriptionAdvancementRewards.Builder.addRecipe
(Identifier recipe) Advancement.Builder.build
(Identifier id) Advancement.Builder.display
(ItemConvertible icon, Text title, Text description, @Nullable Identifier background, AdvancementFrame frame, boolean showToast, boolean announceToChat, boolean hidden) Advancement.Builder.display
(ItemStack icon, Text title, Text description, @Nullable Identifier background, AdvancementFrame frame, boolean showToast, boolean announceToChat, boolean hidden) static AdvancementRewards.Builder
AdvancementRewards.Builder.function
(Identifier function) AdvancementManager.get
(Identifier id) Advancement.Builder.parent
(Identifier parentId) Deprecated, for removal: This API element is subject to removal in a future version.static AdvancementRewards.Builder
AdvancementRewards.Builder.recipe
(Identifier recipe) AdvancementRewards.Builder.setFunction
(Identifier function) Modifier and TypeMethodDescriptionvoid
PlayerAdvancementTracker.ProgressMap.forEach
(BiConsumer<Identifier, AdvancementProgress> consumer) void
AdvancementManager.removeAll
(Set<Identifier> advancements) ModifierConstructorDescriptionAdvancement
(Optional<Identifier> parent, Optional<AdvancementDisplay> display, AdvancementRewards rewards, Map<String, AdvancementCriterion<?>> criteria, AdvancementRequirements requirements, boolean sendsTelemetryEvent) Advancement
(Optional<Identifier> optional, Optional<AdvancementDisplay> optional2, AdvancementRewards advancementRewards, Map<String, AdvancementCriterion<?>> map, AdvancementRequirements advancementRequirements, boolean bool, Optional<Text> optional3) AdvancementDisplay
(ItemStack icon, Text title, Text description, Optional<Identifier> background, AdvancementFrame frame, boolean showToast, boolean announceToChat, boolean hidden) (package private)
Creates an instance of aProgressMap
record class. -
Uses of Identifier in net.minecraft.advancement.criterion
Modifier and TypeFieldDescriptionprivate final Identifier
RecipeUnlockedCriterion.Conditions.recipe
The field for therecipe
record component.private final Identifier
RecipeCraftedCriterion.Conditions.recipeId
The field for therecipeId
record component.Modifier and TypeMethodDescriptionRecipeUnlockedCriterion.Conditions.recipe()
Returns the value of therecipe
record component.RecipeCraftedCriterion.Conditions.recipeId()
Returns the value of therecipeId
record component.Modifier and TypeMethodDescriptionRecipeCraftedCriterion.Conditions.create
(Identifier recipeId) RecipeCraftedCriterion.Conditions.create
(Identifier recipeId, List<ItemPredicate.Builder> ingredients) RecipeUnlockedCriterion.create
(Identifier id) RecipeCraftedCriterion.Conditions.createCrafterRecipeCrafted
(Identifier recipeId) (package private) boolean
RecipeCraftedCriterion.Conditions.matches
(Identifier recipeId, List<ItemStack> ingredients) void
RecipeCraftedCriterion.trigger
(ServerPlayerEntity player, Identifier recipeId, List<ItemStack> ingredients) ModifierConstructorDescriptionConditions
(Optional<LootContextPredicate> playerPredicate, Identifier recipeId, List<ItemPredicate> ingredients) Conditions
(Optional<LootContextPredicate> playerPredicate, Identifier recipe) -
Uses of Identifier in net.minecraft.block
Modifier and TypeFieldDescriptionstatic final Identifier
ShulkerBoxBlock.CONTENTS_DYNAMIC_DROP_ID
static final Identifier
DecoratedPotBlock.SHERDS_DYNAMIC_DROP_ID
Modifier and TypeMethodDescriptionprivate @Nullable Identifier
NoteBlock.getCustomSound
(World world, BlockPos pos) static Identifier
DecoratedPotPatterns.getTextureId
(RegistryKey<String> key) Modifier and TypeMethodDescriptionprotected Stat
<Identifier> ChestBlock.getOpenStat()
protected Stat
<Identifier> TrappedChestBlock.getOpenStat()
-
Uses of Identifier in net.minecraft.block.entity
Modifier and TypeFieldDescriptionprivate final Identifier
BannerPattern.assetId
The field for theassetId
record component.private Identifier
JigsawBlockEntity.name
private @Nullable Identifier
SkullBlockEntity.noteBlockSound
private Identifier
JigsawBlockEntity.target
private @Nullable Identifier
StructureBlockBlockEntity.templateName
Modifier and TypeFieldDescriptionprivate final Object2IntOpenHashMap
<Identifier> AbstractFurnaceBlockEntity.recipesUsed
Modifier and TypeMethodDescriptionBannerPattern.assetId()
Returns the value of theassetId
record component.static @Nullable Identifier
BlockEntityType.getId
(BlockEntityType<?> type) Returns the block entity type's ID, ornull
if it is unregistered.JigsawBlockEntity.getName()
SkullBlockEntity.getNoteBlockSound()
private static @Nullable Identifier
Spawner.getSpawnedEntityId
(NbtCompound nbt, String spawnDataKey) JigsawBlockEntity.getTarget()
Modifier and TypeMethodDescriptionvoid
JigsawBlockEntity.setName
(Identifier name) void
JigsawBlockEntity.setTarget
(Identifier target) void
StructureBlockBlockEntity.setTemplateName
(@Nullable Identifier templateName) -
Uses of Identifier in net.minecraft.client
Modifier and TypeFieldDescriptionstatic final Identifier
MinecraftClient.ALT_TEXT_RENDERER_ID
static final Identifier
MinecraftClient.DEFAULT_FONT_ID
private static final Identifier
MinecraftClient.REGIONAL_COMPLIANCIES_ID
static final Identifier
MinecraftClient.UNICODE_FONT_ID
Modifier and TypeMethodDescriptionprivate void
Keyboard.copyEntity
(Identifier id, Vec3d pos, @Nullable NbtCompound nbt) MinecraftClient.getSpriteAtlas
(Identifier id) -
Uses of Identifier in net.minecraft.client.font
Modifier and TypeFieldDescriptionprivate final Identifier
BitmapFont.Loader.file
The field for thefile
record component.private final Identifier
FontManager.FontEntry.fontId
The field for thefontId
record component.private final Identifier
FontManager.FontKey.fontId
The field for thefontId
record component.private final Identifier
FontLoader.Reference.id
The field for theid
record component.private final Identifier
FontStorage.id
private final Identifier
ReferenceFont.id
The field for theid
record component.private final Identifier
TrueTypeFontLoader.location
The field for thelocation
record component.static final Identifier
FontManager.MISSING_STORAGE_ID
private final Identifier
UnihexFont.Loader.sizes
Modifier and TypeFieldDescriptionprivate final Set
<Identifier> FontManager.FontEntry.dependencies
The field for thedependencies
record component.private final Map
<Identifier, List<Font.FontFilterPair>> FontManager.ProviderIndex.fontSets
The field for thefontSets
record component.private final Function
<Identifier, FontStorage> TextRenderer.fontStorageAccessor
private final Map
<Identifier, FontStorage> FontManager.fontStorages
private final com.mojang.datafixers.util.Either
<CompletableFuture<Optional<Font>>, Identifier> FontManager.Builder.result
The field for theresult
record component.Modifier and TypeMethodDescriptionBitmapFont.Loader.file()
Returns the value of thefile
record component.FontManager.FontEntry.fontId()
Returns the value of thefontId
record component.FontManager.FontKey.fontId()
Returns the value of thefontId
record component.FontStorage.getId()
FontLoader.Reference.id()
Returns the value of theid
record component.ReferenceFont.id()
Returns the value of theid
record component.TrueTypeFontLoader.location()
Returns the value of thelocation
record component.Modifier and TypeMethodDescriptionFontManager.FontEntry.dependencies()
Returns the value of thedependencies
record component.FontManager.ProviderIndex.fontSets()
Returns the value of thefontSets
record component.private Map
<Identifier, List<Font.FontFilterPair>> FontManager.getRequiredFontProviders
(List<FontManager.FontEntry> entries) com.mojang.datafixers.util.Either
<CompletableFuture<Optional<Font>>, Identifier> FontManager.Builder.result()
Returns the value of theresult
record component.Modifier and TypeMethodDescription(package private) FontStorage
TextRenderer.getFontStorage
(Identifier id) private FontStorage
FontManager.getStorage
(Identifier id) private FontStorage
FontManager.getStorageInternal
(Identifier id) private static List
<com.mojang.datafixers.util.Pair<FontManager.FontKey, FontLoader.Provider>> FontManager.loadFontProviders
(List<Resource> fontResources, Identifier id) static TextRenderLayerSet
TextRenderLayerSet.of
(Identifier textureId) static TextRenderLayerSet
TextRenderLayerSet.ofIntensity
(Identifier textureId) void
GlyphAtlasTexture.save
(Identifier id, Path path) Modifier and TypeMethodDescriptionFontManager.Builder.build
(Function<Identifier, List<Font.FontFilterPair>> fontRetriever) void
FontManager.FontEntry.forDependencies
(Consumer<Identifier> callback) void
FontManager.FontEntry.forOptionalDependencies
(Consumer<Identifier> callback) FontManager.FontEntry.getRequiredFontProviders
(Function<Identifier, List<Font.FontFilterPair>> fontRetriever) ModifierConstructorDescriptionFontEntry
(Identifier fontId) private
FontEntry
(Identifier identifier, List<FontManager.Builder> list, Set<Identifier> set) (package private)
FontKey
(Identifier identifier, String string, int int2) FontStorage
(TextureManager textureManager, Identifier id) Loader
(Identifier id, int height, int ascent, int[][] int2) private
Loader
(Identifier sizes, List<UnihexFont.DimensionOverride> overrides) Reference
(Identifier identifier) Creates an instance of aReferenceFont
record class.TrueTypeFontLoader
(Identifier identifier, float float2, float float3, TrueTypeFontLoader.Shift shift, String string) ModifierConstructorDescription(package private)
Builder
(FontManager.FontKey fontKey, FontFilterType.FilterMap filterMap, com.mojang.datafixers.util.Either<CompletableFuture<Optional<Font>>, Identifier> either) private
FontEntry
(Identifier identifier, List<FontManager.Builder> list, Set<Identifier> set) (package private)
ProviderIndex
(Map<Identifier, List<Font.FontFilterPair>> map, List<Font> list) TextRenderer
(Function<Identifier, FontStorage> fontStorageAccessor, boolean validateAdvance) -
Uses of Identifier in net.minecraft.client.gl
Modifier and TypeMethodDescriptionprivate void
PostEffectProcessor.parseEffect
(TextureManager textureManager, Identifier id) ModifierConstructorDescriptionPostEffectProcessor
(TextureManager textureManager, ResourceFactory resourceFactory, Framebuffer framebuffer, Identifier id) -
Uses of Identifier in net.minecraft.client.gui
Modifier and TypeFieldDescriptionstatic final Identifier
LogoDrawer.EDITION_TEXTURE
private final Identifier[]
CubeMapRenderer.faces
static final Identifier
LogoDrawer.LOGO_TEXTURE
static final Identifier
LogoDrawer.MINCERAFT_TEXTURE
static final Identifier
RotatingCubeMapRenderer.OVERLAY_TEXTURE
Modifier and TypeMethodDescriptionstatic void
PlayerSkinDrawer.draw
(DrawContext context, Identifier texture, int x, int y, int size) Draws the player's head (including the hat) on GUI.static void
PlayerSkinDrawer.draw
(DrawContext context, Identifier texture, int x, int y, int size, boolean hatVisible, boolean upsideDown) Draws the player's head on GUI.void
DrawContext.drawGuiTexture
(Identifier texture, int x, int y, int width, int height) void
DrawContext.drawGuiTexture
(Identifier texture, int x, int y, int z, int width, int height) void
DrawContext.drawGuiTexture
(Identifier texture, int int2, int int3, int int4, int int5, int x, int y, int width, int height) void
DrawContext.drawGuiTexture
(Identifier texture, int int2, int int3, int int4, int int5, int x, int y, int z, int width, int height) private static void
PlayerSkinDrawer.drawHat
(DrawContext context, Identifier texture, int x, int y, int size, boolean upsideDown) void
DrawContext.drawTexture
(Identifier texture, int x, int y, float u, float v, int width, int height, int textureWidth, int textureHeight) Draws a textured rectangle from a region in a texture.void
DrawContext.drawTexture
(Identifier texture, int x, int y, int z, float u, float v, int width, int height, int textureWidth, int textureHeight) Draws a textured rectangle from a region in a texture.void
DrawContext.drawTexture
(Identifier texture, int x, int y, int width, int height, float u, float v, int regionWidth, int regionHeight, int textureWidth, int textureHeight) Draws a textured rectangle from a region in a texture.void
DrawContext.drawTexture
(Identifier texture, int x, int y, int u, int v, int width, int height) Draws a textured rectangle from a region in a 256x256 texture.(package private) void
DrawContext.drawTexture
(Identifier texture, int x1, int x2, int y1, int y2, int z, int regionWidth, int regionHeight, float u, float v, int textureWidth, int textureHeight) (package private) void
DrawContext.drawTexturedQuad
(Identifier texture, int x1, int x2, int y1, int y2, int z, float u1, float u2, float v1, float v2) (package private) void
DrawContext.drawTexturedQuad
(Identifier texture, int x1, int x2, int y1, int y2, int z, float u1, float u2, float v1, float v2, float red, float green, float blue, float alpha) -
Uses of Identifier in net.minecraft.client.gui.hud
Modifier and TypeFieldDescriptionprivate static final Identifier
PlayerListHud.ABSORBING_FULL_HEART_BLINKING_TEXTURE
private static final Identifier
PlayerListHud.ABSORBING_HALF_HEART_BLINKING_TEXTURE
private static final Identifier
InGameHud.AIR_BURSTING_TEXTURE
private static final Identifier
InGameHud.AIR_TEXTURE
private static final Identifier
InGameHud.ARMOR_EMPTY_TEXTURE
private static final Identifier
InGameHud.ARMOR_FULL_TEXTURE
private static final Identifier
InGameHud.ARMOR_HALF_TEXTURE
private static final Identifier[]
BossBarHud.BACKGROUND_TEXTURES
private static final Identifier
PlayerListHud.CONTAINER_HEART_BLINKING_TEXTURE
private static final Identifier
PlayerListHud.CONTAINER_HEART_TEXTURE
private static final Identifier
private static final Identifier
InGameHud.CROSSHAIR_ATTACK_INDICATOR_FULL_TEXTURE
private static final Identifier
private static final Identifier
InGameHud.CROSSHAIR_TEXTURE
private static final Identifier
InGameHud.EFFECT_BACKGROUND_AMBIENT_TEXTURE
private static final Identifier
InGameHud.EFFECT_BACKGROUND_TEXTURE
private static final Identifier
InGameHud.EXPERIENCE_BAR_BACKGROUND_TEXTURE
private static final Identifier
InGameHud.EXPERIENCE_BAR_PROGRESS_TEXTURE
private static final Identifier
InGameHud.FOOD_EMPTY_HUNGER_TEXTURE
private static final Identifier
InGameHud.FOOD_EMPTY_TEXTURE
private static final Identifier
InGameHud.FOOD_FULL_HUNGER_TEXTURE
private static final Identifier
InGameHud.FOOD_FULL_TEXTURE
private static final Identifier
InGameHud.FOOD_HALF_HUNGER_TEXTURE
private static final Identifier
InGameHud.FOOD_HALF_TEXTURE
private static final Identifier
PlayerListHud.FULL_HEART_BLINKING_TEXTURE
private static final Identifier
PlayerListHud.FULL_HEART_TEXTURE
private final Identifier
InGameHud.HeartType.fullBlinkingTexture
private final Identifier
InGameHud.HeartType.fullTexture
private static final Identifier
PlayerListHud.HALF_HEART_BLINKING_TEXTURE
private static final Identifier
PlayerListHud.HALF_HEART_TEXTURE
private final Identifier
InGameHud.HeartType.halfBlinkingTexture
private final Identifier
InGameHud.HeartType.halfTexture
private final Identifier
InGameHud.HeartType.hardcoreFullBlinkingTexture
private final Identifier
InGameHud.HeartType.hardcoreFullTexture
private final Identifier
InGameHud.HeartType.hardcoreHalfBlinkingTexture
private final Identifier
InGameHud.HeartType.hardcoreHalfTexture
private static final Identifier
private static final Identifier
InGameHud.HOTBAR_ATTACK_INDICATOR_PROGRESS_TEXTURE
private static final Identifier
InGameHud.HOTBAR_OFFHAND_LEFT_TEXTURE
private static final Identifier
InGameHud.HOTBAR_OFFHAND_RIGHT_TEXTURE
private static final Identifier
InGameHud.HOTBAR_SELECTION_TEXTURE
private static final Identifier
SpectatorHud.HOTBAR_SELECTION_TEXTURE
private static final Identifier
InGameHud.HOTBAR_TEXTURE
private static final Identifier
SpectatorHud.HOTBAR_TEXTURE
private static final Identifier
InGameHud.JUMP_BAR_BACKGROUND_TEXTURE
private static final Identifier
InGameHud.JUMP_BAR_COOLDOWN_TEXTURE
private static final Identifier
InGameHud.JUMP_BAR_PROGRESS_TEXTURE
private static final Identifier[]
BossBarHud.NOTCHED_BACKGROUND_TEXTURES
private static final Identifier[]
BossBarHud.NOTCHED_PROGRESS_TEXTURES
private static final Identifier
PlayerListHud.PING_1_ICON_TEXTURE
private static final Identifier
PlayerListHud.PING_2_ICON_TEXTURE
private static final Identifier
PlayerListHud.PING_3_ICON_TEXTURE
private static final Identifier
PlayerListHud.PING_4_ICON_TEXTURE
private static final Identifier
PlayerListHud.PING_5_ICON_TEXTURE
private static final Identifier
PlayerListHud.PING_UNKNOWN_ICON_TEXTURE
private static final Identifier
InGameHud.POWDER_SNOW_OUTLINE
private static final Identifier[]
BossBarHud.PROGRESS_TEXTURES
private static final Identifier
InGameHud.PUMPKIN_BLUR
private static final Identifier
InGameHud.SPYGLASS_SCOPE
final Identifier
MessageIndicator.Icon.texture
private static final Identifier
InGameOverlayRenderer.UNDERWATER_TEXTURE
private static final Identifier
InGameHud.VEHICLE_CONTAINER_HEART_TEXTURE
private static final Identifier
InGameHud.VEHICLE_FULL_HEART_TEXTURE
private static final Identifier
InGameHud.VEHICLE_HALF_HEART_TEXTURE
private static final Identifier
InGameHud.VIGNETTE_TEXTURE
Modifier and TypeMethodDescriptionInGameHud.HeartType.getTexture
(boolean hardcore, boolean half, boolean blinking) Modifier and TypeMethodDescriptionprivate void
BossBarHud.renderBossBar
(DrawContext context, int x, int y, BossBar bossBar, int width, Identifier[] textures, Identifier[] notchedTextures) private void
InGameHud.renderOverlay
(DrawContext context, Identifier texture, float opacity) ModifierConstructorDescriptionprivate
HeartType
(Identifier fullTexture, Identifier fullBlinkingTexture, Identifier halfTexture, Identifier halfBlinkingTexture, Identifier hardcoreFullTexture, Identifier hardcoreFullBlinkingTexture, Identifier hardcoreHalfTexture, Identifier hardcoreHalfBlinkingTexture) private
Icon
(Identifier texture, int width, int height) -
Uses of Identifier in net.minecraft.client.gui.hud.spectator
Modifier and TypeFieldDescription(package private) static final Identifier
SpectatorMenu.CLOSE_TEXTURE
(package private) static final Identifier
SpectatorMenu.SCROLL_LEFT_TEXTURE
(package private) static final Identifier
SpectatorMenu.SCROLL_RIGHT_TEXTURE
private static final Identifier
TeleportSpectatorMenu.TELEPORT_TO_PLAYER_TEXTURE
private static final Identifier
TeamTeleportSpectatorMenu.TEXTURE
-
Uses of Identifier in net.minecraft.client.gui.screen
Modifier and TypeFieldDescriptionprivate static final Identifier
PopupScreen.BACKGROUND_TEXTURE
private static final Identifier
DemoScreen.DEMO_BG
private final Identifier
ButtonTextures.disabled
The field for thedisabled
record component.private final Identifier
ButtonTextures.disabledFocused
The field for thedisabledFocused
record component.private static final Identifier
DeathScreen.DRAFT_REPORT_ICON_TEXTURE
private static final Identifier
GameMenuScreen.DRAFT_REPORT_ICON_TEXTURE
private final Identifier
ButtonTextures.enabled
The field for theenabled
record component.private final Identifier
ButtonTextures.enabledFocused
The field for theenabledFocused
record component.static final Identifier
Screen.FOOTER_SEPARATOR_TEXTURE
static final Identifier
Screen.HEADER_SEPARATOR_TEXTURE
(package private) static final Identifier
StatsScreen.HEADER_TEXTURE
private final Identifier[]
StatsScreen.ItemStatsListWidget.headerIconTextures
private @Nullable Identifier
PopupScreen.Builder.image
private final @Nullable Identifier
PopupScreen.image
static final Identifier
static final Identifier
private static final Identifier
(package private) static final Identifier
SplashOverlay.LOGO
static final Identifier
Screen.MENU_BACKGROUND_TEXTURE
(package private) static final Identifier
GameModeSelectionScreen.SELECTION_TEXTURE
(package private) static final Identifier
GameModeSelectionScreen.SLOT_TEXTURE
(package private) static final Identifier
StatsScreen.SLOT_TEXTURE
(package private) static final Identifier
StatsScreen.SORT_DOWN_TEXTURE
(package private) static final Identifier
StatsScreen.SORT_UP_TEXTURE
private static final Identifier
GameModeSelectionScreen.TEXTURE
private static final Identifier
CreditsScreen.VIGNETTE_TEXTURE
Modifier and TypeFieldDescriptionprivate final Stat
<Identifier> StatsScreen.GeneralStatsListWidget.Entry.stat
Modifier and TypeMethodDescriptionButtonTextures.disabled()
Returns the value of thedisabled
record component.ButtonTextures.disabledFocused()
Returns the value of thedisabledFocused
record component.ButtonTextures.enabled()
Returns the value of theenabled
record component.ButtonTextures.enabledFocused()
Returns the value of theenabledFocused
record component.ButtonTextures.get
(boolean enabled, boolean focused) Gets a specific texture option from this texture set.Modifier and TypeMethodDescriptionPopupScreen.Builder.image
(Identifier image) static void
Screen.renderBackgroundTexture
(DrawContext context, Identifier texture, int x, int y, float u, float v, int width, int height) Modifier and TypeMethodDescription(package private) static String
StatsScreen.getStatTranslationKey
(Stat<Identifier> stat) ModifierConstructorDescriptionButtonTextures
(Identifier unfocused, Identifier focused) Constructs a set of button textures where only focusing the widget affects the textures.ButtonTextures
(Identifier enabled, Identifier disabled, Identifier focused) Constructs a set of button textures where both disabled cases use the same texture.ButtonTextures
(Identifier identifier, Identifier identifier2, Identifier identifier3, Identifier identifier4) (package private)
PopupScreen
(Screen backgroundScreen, int width, @Nullable Identifier image, Text title, Text message, List<PopupScreen.Button> buttons, @Nullable Runnable onClosed) -
Uses of Identifier in net.minecraft.client.gui.screen.advancement
Modifier and TypeFieldDescriptionprivate final Identifier
AdvancementObtainedStatus.boxTexture
private final Identifier
AdvancementObtainedStatus.challengeFrameTexture
private final Identifier
AdvancementTabType.Textures.first
The field for thefirst
record component.private final Identifier
AdvancementObtainedStatus.goalFrameTexture
private final Identifier
AdvancementTabType.Textures.last
The field for thelast
record component.private final Identifier
AdvancementTabType.Textures.middle
The field for themiddle
record component.private final Identifier
AdvancementObtainedStatus.taskFrameTexture
private static final Identifier
AdvancementWidget.TITLE_BOX_TEXTURE
private static final Identifier
AdvancementsScreen.WINDOW_TEXTURE
Modifier and TypeMethodDescriptionAdvancementTabType.Textures.first()
Returns the value of thefirst
record component.AdvancementObtainedStatus.getBoxTexture()
AdvancementObtainedStatus.getFrameTexture
(AdvancementFrame frame) AdvancementTabType.Textures.last()
Returns the value of thelast
record component.AdvancementTabType.Textures.middle()
Returns the value of themiddle
record component.ModifierConstructorDescriptionprivate
AdvancementObtainedStatus
(Identifier boxTexture, Identifier taskFrameTexture, Identifier challengeFrameTexture, Identifier goalFrameTexture) (package private)
Textures
(Identifier identifier, Identifier identifier2, Identifier identifier3) -
Uses of Identifier in net.minecraft.client.gui.screen.ingame
Modifier and TypeFieldDescriptionprivate static final Identifier
HorseScreen.ARMOR_SLOT_TEXTURE
private final Identifier
AbstractFurnaceScreen.background
static final Identifier
HandledScreen.BACKGROUND_TEXTURE
private static final Identifier
LoomScreen.BANNER_SLOT_TEXTURE
static final Identifier
BookScreen.BOOK_TEXTURE
private static final Identifier
EnchantmentScreen.BOOK_TEXTURE
private static final Identifier
BrewingStandScreen.BREW_PROGRESS_TEXTURE
private static final Identifier
BrewingStandScreen.BUBBLES_TEXTURE
private static final Identifier
BlastFurnaceScreen.BURN_PROGRESS_TEXTURE
private static final Identifier
FurnaceScreen.BURN_PROGRESS_TEXTURE
private static final Identifier
SmokerScreen.BURN_PROGRESS_TEXTURE
private final Identifier
AbstractFurnaceScreen.burnProgressTexture
(package private) static final Identifier
BeaconScreen.BUTTON_DISABLED_TEXTURE
(package private) static final Identifier
BeaconScreen.BUTTON_HIGHLIGHTED_TEXTURE
(package private) static final Identifier
BeaconScreen.BUTTON_SELECTED_TEXTURE
(package private) static final Identifier
BeaconScreen.BUTTON_TEXTURE
(package private) static final Identifier
BeaconScreen.CANCEL_TEXTURE
private static final Identifier
HorseScreen.CHEST_SLOTS_TEXTURE
(package private) static final Identifier
BeaconScreen.CONFIRM_TEXTURE
private static final Identifier
CrafterScreen.DISABLED_SLOT_TEXTURE
private static final Identifier
MerchantScreen.DISCOUNT_STRIKETHROUGH_TEXTURE
private static final Identifier
CartographyTableScreen.DUPLICATED_MAP_TEXTURE
private static final Identifier
LoomScreen.DYE_SLOT_TEXTURE
private static final Identifier
AbstractInventoryScreen.EFFECT_BACKGROUND_LARGE_TEXTURE
private static final Identifier
AbstractInventoryScreen.EFFECT_BACKGROUND_SMALL_TEXTURE
private static final Identifier
SmithingScreen.EMPTY_SLOT_SMITHING_TEMPLATE_ARMOR_TRIM_TEXTURE
private static final Identifier
SmithingScreen.EMPTY_SLOT_SMITHING_TEMPLATE_NETHERITE_UPGRADE_TEXTURE
private static final Identifier
EnchantmentScreen.ENCHANTMENT_SLOT_DISABLED_TEXTURE
private static final Identifier
EnchantmentScreen.ENCHANTMENT_SLOT_HIGHLIGHTED_TEXTURE
private static final Identifier
EnchantmentScreen.ENCHANTMENT_SLOT_TEXTURE
private static final Identifier
AnvilScreen.ERROR_TEXTURE
private static final Identifier
CartographyTableScreen.ERROR_TEXTURE
private static final Identifier
GrindstoneScreen.ERROR_TEXTURE
private static final Identifier
LoomScreen.ERROR_TEXTURE
private static final Identifier
SmithingScreen.ERROR_TEXTURE
private static final Identifier
MerchantScreen.EXPERIENCE_BAR_BACKGROUND_TEXTURE
private static final Identifier
MerchantScreen.EXPERIENCE_BAR_CURRENT_TEXTURE
private static final Identifier
MerchantScreen.EXPERIENCE_BAR_RESULT_TEXTURE
private static final Identifier
EnchantingPhrases.FONT_ID
private static final Identifier
BrewingStandScreen.FUEL_LENGTH_TEXTURE
private static final Identifier[]
EnchantmentScreen.LEVEL_DISABLED_TEXTURES
private static final Identifier[]
EnchantmentScreen.LEVEL_TEXTURES
private static final Identifier
BlastFurnaceScreen.LIT_PROGRESS_TEXTURE
private static final Identifier
FurnaceScreen.LIT_PROGRESS_TEXTURE
private static final Identifier
SmokerScreen.LIT_PROGRESS_TEXTURE
private final Identifier
AbstractFurnaceScreen.litProgressTexture
private static final Identifier
HorseScreen.LLAMA_ARMOR_SLOT_TEXTURE
private static final Identifier
CartographyTableScreen.LOCKED_TEXTURE
private static final Identifier
CartographyTableScreen.MAP_TEXTURE
private static final Identifier
MerchantScreen.OUT_OF_STOCK_TEXTURE
private static final Identifier
LoomScreen.PATTERN_HIGHLIGHTED_TEXTURE
private static final Identifier
LoomScreen.PATTERN_SELECTED_TEXTURE
private static final Identifier
LoomScreen.PATTERN_SLOT_TEXTURE
private static final Identifier
LoomScreen.PATTERN_TEXTURE
private static final Identifier
CrafterScreen.POWERED_REDSTONE_TEXTURE
private static final Identifier
StonecutterScreen.RECIPE_HIGHLIGHTED_TEXTURE
private static final Identifier
StonecutterScreen.RECIPE_SELECTED_TEXTURE
private static final Identifier
StonecutterScreen.RECIPE_TEXTURE
private static final Identifier
HorseScreen.SADDLE_SLOT_TEXTURE
private static final Identifier
CartographyTableScreen.SCALED_MAP_TEXTURE
private static final Identifier
CreativeInventoryScreen.SCROLLER_DISABLED_TEXTURE
private static final Identifier
LoomScreen.SCROLLER_DISABLED_TEXTURE
private static final Identifier
MerchantScreen.SCROLLER_DISABLED_TEXTURE
private static final Identifier
StonecutterScreen.SCROLLER_DISABLED_TEXTURE
private static final Identifier
CreativeInventoryScreen.SCROLLER_TEXTURE
private static final Identifier
LoomScreen.SCROLLER_TEXTURE
private static final Identifier
MerchantScreen.SCROLLER_TEXTURE
private static final Identifier
StonecutterScreen.SCROLLER_TEXTURE
private static final Identifier[]
CreativeInventoryScreen.TAB_BOTTOM_SELECTED_TEXTURES
private static final Identifier[]
CreativeInventoryScreen.TAB_BOTTOM_UNSELECTED_TEXTURES
private static final Identifier[]
CreativeInventoryScreen.TAB_TOP_SELECTED_TEXTURES
private static final Identifier[]
CreativeInventoryScreen.TAB_TOP_UNSELECTED_TEXTURES
private static final Identifier
AnvilScreen.TEXT_FIELD_DISABLED_TEXTURE
private static final Identifier
AnvilScreen.TEXT_FIELD_TEXTURE
private final Identifier
BeaconScreen.IconButtonWidget.texture
private final Identifier
ForgingScreen.texture
private final Identifier
HangingSignEditScreen.texture
private static final Identifier
AnvilScreen.TEXTURE
private static final Identifier
BeaconScreen.TEXTURE
private static final Identifier
BlastFurnaceScreen.TEXTURE
private static final Identifier
BrewingStandScreen.TEXTURE
private static final Identifier
CartographyTableScreen.TEXTURE
private static final Identifier
CrafterScreen.TEXTURE
private static final Identifier
CraftingScreen.TEXTURE
private static final Identifier
EnchantmentScreen.TEXTURE
private static final Identifier
FurnaceScreen.TEXTURE
private static final Identifier
Generic3x3ContainerScreen.TEXTURE
private static final Identifier
GenericContainerScreen.TEXTURE
private static final Identifier
GrindstoneScreen.TEXTURE
private static final Identifier
HopperScreen.TEXTURE
private static final Identifier
HorseScreen.TEXTURE
private static final Identifier
LoomScreen.TEXTURE
private static final Identifier
MerchantScreen.TEXTURE
private static final Identifier
ShulkerBoxScreen.TEXTURE
private static final Identifier
SmokerScreen.TEXTURE
private static final Identifier
StonecutterScreen.TEXTURE
private static final Identifier
MerchantScreen.TRADE_ARROW_OUT_OF_STOCK_TEXTURE
private static final Identifier
MerchantScreen.TRADE_ARROW_TEXTURE
private static final Identifier
CrafterScreen.UNPOWERED_REDSTONE_TEXTURE
Modifier and TypeFieldDescriptionprivate static final List
<Identifier> SmithingScreen.EMPTY_SLOT_TEXTURES
private List
<Identifier> CyclingSlotIcon.textures
Modifier and TypeMethodDescription@Nullable com.mojang.datafixers.util.Pair
<Identifier, Identifier> CreativeInventoryScreen.CreativeSlot.getBackgroundSprite()
@Nullable com.mojang.datafixers.util.Pair
<Identifier, Identifier> CreativeInventoryScreen.CreativeSlot.getBackgroundSprite()
Modifier and TypeMethodDescriptionprivate void
CyclingSlotIcon.drawIcon
(Slot slot, Identifier texture, float alpha, DrawContext context, int x, int y) ModifierConstructorDescriptionAbstractFurnaceScreen
(T handler, AbstractFurnaceRecipeBookScreen recipeBook, PlayerInventory inventory, Text title, Identifier background, Identifier litProgressTexture, Identifier burnProgressTexture) ForgingScreen
(T handler, PlayerInventory playerInventory, Text title, Identifier texture) protected
IconButtonWidget
(int x, int y, Identifier texture, Text message) -
Uses of Identifier in net.minecraft.client.gui.screen.multiplayer
Modifier and TypeFieldDescriptionprivate static final Identifier
SocialInteractionsScreen.BACKGROUND_TEXTURE
private static final Identifier
SocialInteractionsPlayerListEntry.DRAFT_REPORT_ICON_TEXTURE
(package private) static final Identifier
MultiplayerServerListWidget.INCOMPATIBLE_TEXTURE
(package private) static final Identifier
MultiplayerServerListWidget.JOIN_HIGHLIGHTED_TEXTURE
(package private) static final Identifier
MultiplayerServerListWidget.JOIN_TEXTURE
(package private) static final Identifier
MultiplayerServerListWidget.MOVE_DOWN_HIGHLIGHTED_TEXTURE
(package private) static final Identifier
MultiplayerServerListWidget.MOVE_DOWN_TEXTURE
(package private) static final Identifier
MultiplayerServerListWidget.MOVE_UP_HIGHLIGHTED_TEXTURE
(package private) static final Identifier
MultiplayerServerListWidget.MOVE_UP_TEXTURE
(package private) static final Identifier
MultiplayerServerListWidget.PING_1_TEXTURE
(package private) static final Identifier
MultiplayerServerListWidget.PING_2_TEXTURE
(package private) static final Identifier
MultiplayerServerListWidget.PING_3_TEXTURE
(package private) static final Identifier
MultiplayerServerListWidget.PING_4_TEXTURE
(package private) static final Identifier
MultiplayerServerListWidget.PING_5_TEXTURE
(package private) static final Identifier
MultiplayerServerListWidget.PINGING_1_TEXTURE
(package private) static final Identifier
MultiplayerServerListWidget.PINGING_2_TEXTURE
(package private) static final Identifier
MultiplayerServerListWidget.PINGING_3_TEXTURE
(package private) static final Identifier
MultiplayerServerListWidget.PINGING_4_TEXTURE
(package private) static final Identifier
MultiplayerServerListWidget.PINGING_5_TEXTURE
private static final Identifier
SocialInteractionsScreen.SEARCH_ICON_TEXTURE
private @Nullable Identifier
MultiplayerServerListWidget.ServerEntry.statusIconTexture
(package private) static final Identifier
MultiplayerServerListWidget.UNREACHABLE_TEXTURE
Modifier and TypeMethodDescriptionprotected void
MultiplayerServerListWidget.ServerEntry.draw
(DrawContext context, int x, int y, Identifier textureId) -
Uses of Identifier in net.minecraft.client.gui.screen.pack
Modifier and TypeFieldDescription(package private) static final Identifier
PackListWidget.MOVE_DOWN_HIGHLIGHTED_TEXTURE
(package private) static final Identifier
PackListWidget.MOVE_DOWN_TEXTURE
(package private) static final Identifier
PackListWidget.MOVE_UP_HIGHLIGHTED_TEXTURE
(package private) static final Identifier
PackListWidget.MOVE_UP_TEXTURE
(package private) static final Identifier
PackListWidget.SELECT_HIGHLIGHTED_TEXTURE
(package private) static final Identifier
PackListWidget.SELECT_TEXTURE
private static final Identifier
PackScreen.UNKNOWN_PACK
(package private) static final Identifier
PackListWidget.UNSELECT_HIGHLIGHTED_TEXTURE
(package private) static final Identifier
PackListWidget.UNSELECT_TEXTURE
Modifier and TypeFieldDescription(package private) final Function
<ResourcePackProfile, Identifier> ResourcePackOrganizer.iconIdSupplier
private final Map
<String, Identifier> PackScreen.iconTextures
Modifier and TypeMethodDescriptionResourcePackOrganizer.AbstractPack.getIconId()
ResourcePackOrganizer.Pack.getIconId()
private Identifier
PackScreen.getPackIconTexture
(ResourcePackProfile resourcePackProfile) private Identifier
PackScreen.loadPackIcon
(TextureManager textureManager, ResourcePackProfile resourcePackProfile) ModifierConstructorDescriptionResourcePackOrganizer
(Runnable updateCallback, Function<ResourcePackProfile, Identifier> iconIdSupplier, ResourcePackManager resourcePackManager, Consumer<ResourcePackManager> applier) -
Uses of Identifier in net.minecraft.client.gui.screen.recipebook
Modifier and TypeFieldDescription(package private) static final Identifier
RecipeAlternativesWidget.CRAFTING_OVERLAY_DISABLED_HIGHLIGHTED_TEXTURE
(package private) static final Identifier
RecipeAlternativesWidget.CRAFTING_OVERLAY_DISABLED_TEXTURE
(package private) static final Identifier
RecipeAlternativesWidget.CRAFTING_OVERLAY_HIGHLIGHTED_TEXTURE
(package private) static final Identifier
RecipeAlternativesWidget.CRAFTING_OVERLAY_TEXTURE
(package private) static final Identifier
RecipeAlternativesWidget.FURNACE_OVERLAY_DISABLED_HIGHLIGHTED_TEXTURE
(package private) static final Identifier
RecipeAlternativesWidget.FURNACE_OVERLAY_DISABLED_TEXTURE
(package private) static final Identifier
RecipeAlternativesWidget.FURNACE_OVERLAY_HIGHLIGHTED_TEXTURE
(package private) static final Identifier
RecipeAlternativesWidget.FURNACE_OVERLAY_TEXTURE
private static final Identifier
RecipeAlternativesWidget.OVERLAY_RECIPE_TEXTURE
private static final Identifier
AnimatedResultButton.SLOT_CRAFTABLE_TEXTURE
private static final Identifier
AnimatedResultButton.SLOT_MANY_CRAFTABLE_TEXTURE
private static final Identifier
AnimatedResultButton.SLOT_MANY_UNCRAFTABLE_TEXTURE
private static final Identifier
AnimatedResultButton.SLOT_UNCRAFTABLE_TEXTURE
protected static final Identifier
RecipeBookWidget.TEXTURE
-
Uses of Identifier in net.minecraft.client.gui.screen.report
Modifier and TypeFieldDescription(package private) static final Identifier
ChatSelectionScreen.CHECKMARK_ICON_TEXTURE
-
Uses of Identifier in net.minecraft.client.gui.screen.world
Modifier and TypeFieldDescription(package private) static final Identifier
WorldListWidget.ERROR_HIGHLIGHTED_TEXTURE
(package private) static final Identifier
WorldListWidget.ERROR_TEXTURE
private final Identifier
WorldIcon.id
(package private) static final Identifier
WorldListWidget.JOIN_HIGHLIGHTED_TEXTURE
(package private) static final Identifier
WorldListWidget.JOIN_TEXTURE
(package private) static final Identifier
WorldListWidget.MARKED_JOIN_HIGHLIGHTED_TEXTURE
(package private) static final Identifier
WorldListWidget.MARKED_JOIN_TEXTURE
(package private) static final Identifier
CustomizeFlatLevelScreen.SLOT_TEXTURE
(package private) static final Identifier
PresetsScreen.SLOT_TEXTURE
private static final Identifier
PresetsScreen.SuperflatPresetsListWidget.SuperflatPresetEntry.STATS_ICONS_TEXTURE
static final Identifier
CreateWorldScreen.TAB_HEADER_BACKGROUND_TEXTURE
private static final Identifier
WorldIcon.UNKNOWN_SERVER_ID
(package private) static final Identifier
WorldListWidget.WARNING_HIGHLIGHTED_TEXTURE
(package private) static final Identifier
WorldListWidget.WARNING_TEXTURE
-
Uses of Identifier in net.minecraft.client.gui.tooltip
Modifier and TypeFieldDescriptionprivate static final Identifier
BundleTooltipComponent.BACKGROUND_TEXTURE
final Identifier
BundleTooltipComponent.SlotSprite.texture
-
Uses of Identifier in net.minecraft.client.gui.widget
Modifier and TypeFieldDescriptionprivate static final Identifier
SliderWidget.HANDLE_HIGHLIGHTED_TEXTURE
private static final Identifier
SliderWidget.HANDLE_TEXTURE
private static final Identifier
CheckboxWidget.HIGHLIGHTED_TEXTURE
private static final Identifier
SliderWidget.HIGHLIGHTED_TEXTURE
private static final Identifier
EntryListWidget.INWORLD_MENU_LIST_BACKGROUND_TEXTURE
private static final Identifier
EntryListWidget.MENU_LIST_BACKGROUND_TEXTURE
private static final Identifier
PageTurnWidget.PAGE_BACKWARD_HIGHLIGHTED_TEXTURE
private static final Identifier
PageTurnWidget.PAGE_BACKWARD_TEXTURE
private static final Identifier
PageTurnWidget.PAGE_FORWARD_HIGHLIGHTED_TEXTURE
private static final Identifier
PageTurnWidget.PAGE_FORWARD_TEXTURE
private static final Identifier
EntryListWidget.SCROLLER_BACKGROUND_TEXTURE
private static final Identifier
EntryListWidget.SCROLLER_TEXTURE
private static final Identifier
ScrollableWidget.SCROLLER_TEXTURE
private static final Identifier
CheckboxWidget.SELECTED_HIGHLIGHTED_TEXTURE
private static final Identifier
CheckboxWidget.SELECTED_TEXTURE
private final Identifier
IconWidget.Simple.texture
private final Identifier
IconWidget.Texture.texture
(package private) final Identifier
LockButtonWidget.Icon.texture
private @Nullable Identifier
TextIconButtonWidget.Builder.texture
protected final Identifier
TextIconButtonWidget.texture
private static final Identifier
CheckboxWidget.TEXTURE
private static final Identifier
SliderWidget.TEXTURE
Modifier and TypeMethodDescriptionprivate Identifier
SliderWidget.getHandleTexture()
private Identifier
SliderWidget.getTexture()
Modifier and TypeMethodDescriptionstatic IconWidget
IconWidget.create
(int width, int height, Identifier texture) static IconWidget
IconWidget.create
(int width, int height, Identifier texture, int textureWidth, int textureHeight) TextIconButtonWidget.Builder.texture
(Identifier texture, int width, int height) ModifierConstructorDescriptionprivate
Icon
(Identifier texture) protected
IconOnly
(int width, int height, Text message, int textureWidth, int textureHeight, Identifier texture, ButtonWidget.PressAction onPress, ButtonWidget.NarrationSupplier narrationSupplier) Simple
(int x, int y, int width, int height, Identifier texture) (package private)
TextIconButtonWidget
(int width, int height, Text message, int textureWidth, int textureHeight, Identifier texture, ButtonWidget.PressAction onPress, ButtonWidget.NarrationSupplier narrationSupplier) Texture
(int x, int y, int width, int height, Identifier texture, int textureWidth, int textureHeight) protected
WithText
(int width, int height, Text message, int textureWidth, int textureHeight, Identifier texture, ButtonWidget.PressAction onPress, ButtonWidget.NarrationSupplier narrationSupplier) -
Uses of Identifier in net.minecraft.client.item
Modifier and TypeFieldDescriptionprivate static final Identifier
ModelPredicateProviderRegistry.DAMAGE_ID
private static final Identifier
ModelPredicateProviderRegistry.DAMAGED_ID
Modifier and TypeFieldDescriptionprivate static final Map
<Identifier, ModelPredicateProvider> ModelPredicateProviderRegistry.GLOBAL
private static final Map
<Item, Map<Identifier, ModelPredicateProvider>> ModelPredicateProviderRegistry.ITEM_SPECIFIC
Modifier and TypeMethodDescriptionstatic @Nullable ModelPredicateProvider
ModelPredicateProviderRegistry.get
(ItemStack stack, Identifier id) private static void
ModelPredicateProviderRegistry.register
(Item item, Identifier id, ClampedModelPredicateProvider provider) private static ClampedModelPredicateProvider
ModelPredicateProviderRegistry.register
(Identifier id, ClampedModelPredicateProvider provider) -
Uses of Identifier in net.minecraft.client.model
Modifier and TypeFieldDescriptionprotected final Function
<Identifier, RenderLayer> Model.layerFactory
Modifier and TypeMethodDescriptionfinal RenderLayer
Model.getLayer
(Identifier texture) Returns the render layer for the corresponding texture. -
Uses of Identifier in net.minecraft.client.network
Modifier and TypeFieldDescriptionprivate final Map
<Identifier, byte[]> CookieStorage.cookies
The field for thecookies
record component.protected final Map
<Identifier, byte[]> ClientCommonNetworkHandler.serverCookies
private final Map
<Identifier, byte[]> ClientConnectionState.serverCookies
The field for theserverCookies
record component.private final Map
<Identifier, byte[]> ClientLoginNetworkHandler.serverCookies
Modifier and TypeMethodDescriptionMap
<Identifier, byte[]> CookieStorage.cookies()
Returns the value of thecookies
record component.ClientCommandSource.getRecipeIds()
ClientCommandSource.getSoundIds()
Map
<Identifier, byte[]> ClientConnectionState.serverCookies()
Returns the value of theserverCookies
record component.ModifierConstructorDescriptionClientConnectionState
(com.mojang.authlib.GameProfile gameProfile, WorldSession worldSession, DynamicRegistryManager.Immutable immutable, FeatureSet featureSet, @Nullable String string, @Nullable ServerInfo serverInfo, @Nullable Screen screen, Map<Identifier, byte[]> map, ChatHud.ChatState chatState, boolean bool) CookieStorage
(Map<Identifier, byte[]> map) -
Uses of Identifier in net.minecraft.client.particle
Modifier and TypeFieldDescriptionprivate final Map
<Identifier, ParticleManager.SimpleSpriteProvider> ParticleManager.spriteAwareFactories
private final List
<Identifier> ParticleTextureData.textureList
Modifier and TypeMethodDescriptionParticleTextureData.getTextureList()
private Optional
<List<Identifier>> ParticleManager.loadTextureList
(Identifier id, Resource resource) Modifier and TypeMethodDescriptionprivate Optional
<List<Identifier>> ParticleManager.loadTextureList
(Identifier id, Resource resource) -
Uses of Identifier in net.minecraft.client.realms.dto
ModifierConstructorDescriptionprivate
InfoPopup
(RealmsNotification parent, RealmsText title, RealmsText message, Identifier image, @Nullable RealmsNotification.UrlButton urlButton) -
Uses of Identifier in net.minecraft.client.realms.gui
Modifier and TypeFieldDescriptionprivate static final Identifier
RealmsWorldSlotButton.CHECKMARK
static final Identifier
RealmsWorldSlotButton.EMPTY_FRAME
static final Identifier
RealmsWorldSlotButton.PANORAMA_0
static final Identifier
RealmsWorldSlotButton.PANORAMA_2
static final Identifier
RealmsWorldSlotButton.PANORAMA_3
private static final Identifier
RealmsWorldSlotButton.SLOT_FRAME
-
Uses of Identifier in net.minecraft.client.realms.gui.screen
Modifier and TypeFieldDescription(package private) static final Identifier
RealmsPendingInvitesScreen.ACCEPT_HIGHLIGHTED_ICON_TEXTURE
(package private) static final Identifier
RealmsPendingInvitesScreen.ACCEPT_ICON_TEXTURE
private static final Identifier
RealmsCreateWorldScreen.ADVENTURE_TEXTURE
private static final Identifier
RealmsConfigureWorldScreen.CLOSED_STATUS_TEXTURE
(package private) static final Identifier
RealmsMainScreen.CLOSED_STATUS_TEXTURE
private static final Identifier
RealmsCreateWorldScreen.EXPERIENCE_TEXTURE
private static final Identifier
RealmsConfigureWorldScreen.EXPIRED_STATUS_TEXTURE
(package private) static final Identifier
RealmsMainScreen.EXPIRED_STATUS_TEXTURE
private static final Identifier
RealmsConfigureWorldScreen.EXPIRES_SOON_STATUS_TEXTURE
(package private) static final Identifier
RealmsMainScreen.EXPIRES_SOON_STATUS_TEXTURE
private final Identifier
RealmsCreateWorldScreen.FrameButton.image
(package private) static final Identifier
RealmsMainScreen.INFO_ICON_TEXTURE
private static final Identifier
RealmsCreateWorldScreen.INSPIRATION_TEXTURE
private static final Identifier
RealmsMainScreen.INVITE_ICON_TEXTURE
private static final Identifier
RealmsNotificationsScreen.INVITE_ICON_TEXTURE
private static final Identifier
RealmsPlayerScreen.InvitedObjectSelectionListEntry.MAKE_OPERATOR_TEXTURE
(package private) static final Identifier
RealmsMainScreen.NEW_REALM_ICON_TEXTURE
private static final Identifier
RealmsCreateWorldScreen.NEW_WORLD_TEXTURE
private static final Identifier
RealmsMainScreen.NEWS_ICON_TEXTURE
private static final Identifier
RealmsNotificationsScreen.NEWS_ICON_TEXTURE
private static final Identifier
RealmsMainScreen.NO_REALMS_TEXTURE
private static final Identifier
RealmsConfigureWorldScreen.OPEN_STATUS_TEXTURE
(package private) static final Identifier
RealmsMainScreen.OPEN_STATUS_TEXTURE
private static final Identifier
BuyRealmsScreen.POPUP_BACKGROUND_TEXTURE
private static final Identifier
RealmsMainScreen.REALMS_TITLE_TEXTURE
(package private) static final Identifier
RealmsPendingInvitesScreen.REJECT_HIGHLIGHTED_ICON_TEXTURE
(package private) static final Identifier
RealmsPendingInvitesScreen.REJECT_ICON_TEXTURE
private static final Identifier
RealmsPlayerScreen.InvitedObjectSelectionListEntry.REMOVE_OPERATOR_TEXTURE
private static final Identifier
RealmsPlayerScreen.InvitedObjectSelectionListEntry.REMOVE_PLAYER_TEXTURE
private static final Identifier
RealmsBrokenWorldScreen.SLOT_FRAME_TEXTURE
(package private) static final Identifier
RealmsSelectWorldTemplateScreen.SLOT_FRAME_TEXTURE
private static final Identifier
RealmsCreateWorldScreen.SURVIVAL_SPAWN_TEXTURE
private static final Identifier
RealmsCreateWorldScreen.FrameButton.TEXTURE
private static final Identifier[]
RealmsMainScreen.NotificationButtonWidget.TEXTURES
private static final Identifier
RealmsNotificationsScreen.TRIAL_AVAILABLE_ICON_TEXTURE
private static final Identifier
BuyRealmsScreen.TRIAL_AVAILABLE_TEXTURE
private static final Identifier
RealmsNotificationsScreen.UNSEEN_NOTIFICATION_ICON_TEXTURE
private static final Identifier
RealmsCreateWorldScreen.UPLOAD_TEXTURE
Modifier and TypeMethodDescriptionprivate void
RealmsConfigureWorldScreen.drawServerState
(DrawContext context, int x, int y, int mouseX, int mouseY, Identifier texture, Supplier<Text> tooltipGetter) private void
RealmsMainScreen.Entry.drawTextureWithTooltip
(DrawContext context, int x, int y, int mouseX, int mouseY, Identifier texture, Supplier<Text> tooltip) ModifierConstructorDescription(package private)
FrameButton
(TextRenderer textRenderer, Text message, Identifier image, ButtonWidget.PressAction onPress) NotificationButtonWidget
(Text message, Identifier texture, ButtonWidget.PressAction onPress) -
Uses of Identifier in net.minecraft.client.realms.util
Modifier and TypeFieldDescriptionprivate static final Identifier
RealmsTextureManager.ISLES
private final Identifier
RealmsTextureManager.RealmsTexture.textureId
The field for thetextureId
record component.Modifier and TypeMethodDescriptionstatic Identifier
RealmsTextureManager.getTextureId
(String id, @Nullable String image) private static Identifier
RealmsTextureManager.getTextureIdInternal
(String id, String image) RealmsTextureManager.RealmsTexture.textureId()
Returns the value of thetextureId
record component. -
Uses of Identifier in net.minecraft.client.render
Modifier and TypeFieldDescriptionstatic final Identifier
TexturedRenderLayers.ARMOR_TRIMS_ATLAS_TEXTURE
static final Identifier
TexturedRenderLayers.BANNER_PATTERNS_ATLAS_TEXTURE
static final Identifier
TexturedRenderLayers.BEDS_ATLAS_TEXTURE
private static final Identifier
GameRenderer.BLUR_PROCESSOR
static final Identifier
TexturedRenderLayers.CHEST_ATLAS_TEXTURE
protected static final Identifier
WorldRenderer.CLOUDS
static final Identifier
TexturedRenderLayers.DECORATED_POT_ATLAS_TEXTURE
private static final Identifier
WorldRenderer.END_SKY
private static final Identifier
WorldRenderer.FORCEFIELD
private static final Identifier
WorldRenderer.MOON_PHASES
private static final Identifier
GameRenderer.NAUSEA_OVERLAY
private static final Identifier
WorldRenderer.RAIN
static final Identifier
TexturedRenderLayers.SHIELD_PATTERNS_ATLAS_TEXTURE
static final Identifier
TexturedRenderLayers.SHULKER_BOXES_ATLAS_TEXTURE
static final Identifier
TexturedRenderLayers.SIGNS_ATLAS_TEXTURE
private static final Identifier
WorldRenderer.SNOW
private static final Identifier
WorldRenderer.SUN
private final Identifier
LightmapTextureManager.textureIdentifier
Modifier and TypeFieldDescriptionprivate static final Function
<Identifier, RenderLayer> RenderLayer.ARMOR_CUTOUT_NO_CULL
private static final Map
<Identifier, SpriteIdentifier> TexturedRenderLayers.BANNER_PATTERN_TEXTURES
private static final BiFunction
<Identifier, Boolean, RenderLayer> RenderLayer.BEACON_BEAM
private static final Object2ObjectMap
<Identifier, DimensionEffects> DimensionEffects.BY_IDENTIFIER
private final Map
<Identifier, Resource> GameRenderer.CachedResourceFactory.cache
The field for thecache
record component.private static final Function
<Identifier, RenderLayer> RenderLayer.CRUMBLING
(package private) static final BiFunction
<Identifier, RenderPhase.Cull, RenderLayer> RenderLayer.MultiPhase.CULLING_LAYERS
private static final Function
<Identifier, RenderLayer> RenderLayer.ENTITY_ALPHA
private static final Function
<Identifier, RenderLayer> RenderLayer.ENTITY_CUTOUT
private static final BiFunction
<Identifier, Boolean, RenderLayer> RenderLayer.ENTITY_CUTOUT_NO_CULL
private static final BiFunction
<Identifier, Boolean, RenderLayer> RenderLayer.ENTITY_CUTOUT_NO_CULL_Z_OFFSET
private static final Function
<Identifier, RenderLayer> RenderLayer.ENTITY_DECAL
private static final Function
<Identifier, RenderLayer> RenderLayer.ENTITY_NO_OUTLINE
private static final Function
<Identifier, RenderLayer> RenderLayer.ENTITY_SHADOW
private static final Function
<Identifier, RenderLayer> RenderLayer.ENTITY_SMOOTH_CUTOUT
private static final Function
<Identifier, RenderLayer> RenderLayer.ENTITY_SOLID
private static final BiFunction
<Identifier, Boolean, RenderLayer> RenderLayer.ENTITY_TRANSLUCENT
private static final Function
<Identifier, RenderLayer> RenderLayer.ENTITY_TRANSLUCENT_CULL
private static final BiFunction
<Identifier, Boolean, RenderLayer> RenderLayer.ENTITY_TRANSLUCENT_EMISSIVE
private static final BiFunction
<Identifier, RenderPhase.Transparency, RenderLayer> RenderLayer.EYES
private final Optional
<Identifier> RenderPhase.Texture.id
private final Optional
<Identifier> RenderPhase.Textures.id
private static final Function
<Identifier, RenderLayer> RenderLayer.ITEM_ENTITY_TRANSLUCENT_CULL
private static final Map
<Identifier, SpriteIdentifier> TexturedRenderLayers.SHIELD_PATTERN_TEXTURES
private static final Function
<Identifier, RenderLayer> RenderLayer.TEXT
private static final Function
<Identifier, RenderLayer> RenderLayer.TEXT_INTENSITY
private static final Function
<Identifier, RenderLayer> RenderLayer.TEXT_INTENSITY_POLYGON_OFFSET
private static final Function
<Identifier, RenderLayer> RenderLayer.TEXT_INTENSITY_SEE_THROUGH
private static final Function
<Identifier, RenderLayer> RenderLayer.TEXT_POLYGON_OFFSET
private static final Function
<Identifier, RenderLayer> RenderLayer.TEXT_SEE_THROUGH
private final ImmutableList.Builder
<Triple<Identifier, Boolean, Boolean>> RenderPhase.Textures.Builder.textures
Modifier and TypeMethodDescriptionGameRenderer.CachedResourceFactory.cache()
Returns the value of thecache
record component.protected Optional
<Identifier> RenderPhase.Texture.getId()
protected Optional
<Identifier> RenderPhase.TextureBase.getId()
protected Optional
<Identifier> RenderPhase.Textures.getId()
Modifier and TypeMethodDescriptionRenderPhase.Textures.Builder.add
(Identifier id, boolean blur, boolean mipmap) private static RenderLayer.MultiPhase
RenderLayer.createArmorCutoutNoCull
(String name, Identifier texture, boolean decal) static RenderLayer
RenderLayer.createArmorDecalCutoutNoCull
(Identifier texture) static RenderLayer
RenderLayer.getArmorCutoutNoCull
(Identifier texture) static RenderLayer
RenderLayer.getBeaconBeam
(Identifier texture, boolean translucent) static RenderLayer
RenderLayer.getBlockBreaking
(Identifier texture) static RenderLayer
RenderLayer.getBreezeWind
(Identifier texture, float x, float y) static RenderLayer
RenderLayer.getEnergySwirl
(Identifier texture, float x, float y) static RenderLayer
RenderLayer.getEntityAlpha
(Identifier texture) static RenderLayer
RenderLayer.getEntityCutout
(Identifier texture) static RenderLayer
RenderLayer.getEntityCutoutNoCull
(Identifier texture) static RenderLayer
RenderLayer.getEntityCutoutNoCull
(Identifier texture, boolean affectsOutline) static RenderLayer
RenderLayer.getEntityCutoutNoCullZOffset
(Identifier texture) static RenderLayer
RenderLayer.getEntityCutoutNoCullZOffset
(Identifier texture, boolean affectsOutline) static RenderLayer
RenderLayer.getEntityDecal
(Identifier texture) static RenderLayer
RenderLayer.getEntityNoOutline
(Identifier texture) static RenderLayer
RenderLayer.getEntityShadow
(Identifier texture) static RenderLayer
RenderLayer.getEntitySmoothCutout
(Identifier texture) static RenderLayer
RenderLayer.getEntitySolid
(Identifier texture) static RenderLayer
RenderLayer.getEntityTranslucent
(Identifier texture) static RenderLayer
RenderLayer.getEntityTranslucent
(Identifier texture, boolean affectsOutline) static RenderLayer
RenderLayer.getEntityTranslucentCull
(Identifier texture) static RenderLayer
RenderLayer.getEntityTranslucentEmissive
(Identifier texture) static RenderLayer
RenderLayer.getEntityTranslucentEmissive
(Identifier texture, boolean affectsOutline) static RenderLayer
RenderLayer.getEntityTranslucentEmissiveNoOutline
(Identifier texture) static RenderLayer
RenderLayer.getEyes
(Identifier texture) static RenderLayer
RenderLayer.getItemEntityTranslucentCull
(Identifier texture) static RenderLayer
RenderLayer.getOutline
(Identifier texture) GameRenderer.CachedResourceFactory.getResource
(Identifier id) Finds and returns the corresponding resource for a resource's identifier.static RenderLayer
RenderLayer.getText
(Identifier texture) static RenderLayer
RenderLayer.getTextIntensity
(Identifier texture) static RenderLayer
RenderLayer.getTextIntensityPolygonOffset
(Identifier texture) static RenderLayer
RenderLayer.getTextIntensitySeeThrough
(Identifier texture) static RenderLayer
RenderLayer.getTextPolygonOffset
(Identifier texture) static RenderLayer
RenderLayer.getTextSeeThrough
(Identifier texture) private void
GameRenderer.loadPostProcessor
(Identifier id) ModifierConstructorDescriptionCachedResourceFactory
(ResourceFactory resourceFactory, Map<Identifier, Resource> map) (package private)
Textures
(ImmutableList<Triple<Identifier, Boolean, Boolean>> textures) -
Uses of Identifier in net.minecraft.client.render.block
Modifier and TypeMethodDescriptionstatic ModelIdentifier
BlockModels.getModelId
(Identifier id, BlockState state) -
Uses of Identifier in net.minecraft.client.render.block.entity
Modifier and TypeFieldDescriptionstatic final Identifier
BeaconBlockEntityRenderer.BEAM_TEXTURE
private static final Identifier
EndGatewayBlockEntityRenderer.BEAM_TEXTURE
static final Identifier
EndPortalBlockEntityRenderer.PORTAL_TEXTURE
static final Identifier
EndPortalBlockEntityRenderer.SKY_TEXTURE
Modifier and TypeFieldDescriptionprivate static final Map
<SkullBlock.SkullType, Identifier> SkullBlockEntityRenderer.TEXTURES
Modifier and TypeMethodDescriptionstatic void
BeaconBlockEntityRenderer.renderBeam
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, Identifier textureId, float tickDelta, float heightScale, long worldTime, int yOffset, int maxY, float[] color, float innerRadius, float outerRadius) -
Uses of Identifier in net.minecraft.client.render.entity
Modifier and TypeFieldDescriptionprivate static final Identifier
TropicalFishEntityRenderer.A_TEXTURE
private static final Identifier
BeeEntityRenderer.ANGRY_NECTAR_TEXTURE
private static final Identifier
BeeEntityRenderer.ANGRY_TEXTURE
private static final Identifier
GhastEntityRenderer.ANGRY_TEXTURE
private static final Identifier
TropicalFishEntityRenderer.B_TEXTURE
private static final Identifier
WardenEntityRenderer.BIOLUMINESCENT_LAYER_TEXTURE
private static final Identifier
RabbitEntityRenderer.BLACK_TEXTURE
private static final Identifier
ParrotEntityRenderer.BLUE_TEXTURE
private static final Identifier
LlamaEntityRenderer.BROWN_TEXTURE
private static final Identifier
RabbitEntityRenderer.BROWN_TEXTURE
private static final Identifier
RabbitEntityRenderer.CAERBANNOG_TEXTURE
private static final Identifier
VexEntityRenderer.CHARGING_TEXTURE
private static final Identifier
StriderEntityRenderer.COLD_TEXTURE
private static final Identifier[]
ShulkerEntityRenderer.COLORED_TEXTURES
private static final Identifier
LlamaEntityRenderer.CREAMY_TEXTURE
static final Identifier
EnderDragonEntityRenderer.CRYSTAL_BEAM_TEXTURE
private static final Identifier
GuardianEntityRenderer.EXPLOSION_BEAM_TEXTURE
private static final Identifier
EnderDragonEntityRenderer.EXPLOSION_TEXTURE
private static final Identifier
EnderDragonEntityRenderer.EYE_TEXTURE
private static final Identifier
StrayEntityRenderer.field_49165
private static final Identifier
RabbitEntityRenderer.GOLD_TEXTURE
private static final Identifier
LlamaEntityRenderer.GRAY_TEXTURE
private static final Identifier
ParrotEntityRenderer.GREEN_TEXTURE
private static final Identifier
ParrotEntityRenderer.GREY_TEXTURE
private static final Identifier
WardenEntityRenderer.HEART_TEXTURE
private static final Identifier
WitherEntityRenderer.INVULNERABLE_TEXTURE
private static final Identifier
WitherSkullEntityRenderer.INVULNERABLE_TEXTURE
private static final Identifier
BeeEntityRenderer.NECTAR_TEXTURE
private static final Identifier
BoggedEntityRenderer.OVERLAY_TEXTURE
private static final Identifier
BeeEntityRenderer.PASSIVE_TEXTURE
private static final Identifier
WardenEntityRenderer.PULSATING_SPOTS_1_TEXTURE
private static final Identifier
WardenEntityRenderer.PULSATING_SPOTS_2_TEXTURE
private static final Identifier
ParrotEntityRenderer.RED_BLUE_TEXTURE
private static final Identifier
RabbitEntityRenderer.SALT_TEXTURE
private static final Identifier
FoxEntityRenderer.SLEEPING_SNOW_TEXTURE
private static final Identifier
FoxEntityRenderer.SLEEPING_TEXTURE
private static final Identifier
FoxEntityRenderer.SNOW_TEXTURE
private static final Identifier
AllayEntityRenderer.TEXTURE
private static final Identifier
ArmadilloEntityRenderer.TEXTURE
static final Identifier
ArmorStandEntityRenderer.TEXTURE
static final Identifier
ArrowEntityRenderer.TEXTURE
private static final Identifier
BatEntityRenderer.TEXTURE
private static final Identifier
BlazeEntityRenderer.TEXTURE
private static final Identifier
BoggedEntityRenderer.TEXTURE
private static final Identifier
BreezeEntityRenderer.TEXTURE
private static final Identifier
CamelEntityRenderer.TEXTURE
private static final Identifier
CaveSpiderEntityRenderer.TEXTURE
private static final Identifier
ChickenEntityRenderer.TEXTURE
private static final Identifier
CodEntityRenderer.TEXTURE
private static final Identifier
CowEntityRenderer.TEXTURE
private static final Identifier
CreeperEntityRenderer.TEXTURE
private static final Identifier
DolphinEntityRenderer.TEXTURE
private static final Identifier
DragonFireballEntityRenderer.TEXTURE
private static final Identifier
DrownedEntityRenderer.TEXTURE
static final Identifier
ElderGuardianEntityRenderer.TEXTURE
private static final Identifier
EndCrystalEntityRenderer.TEXTURE
private static final Identifier
EnderDragonEntityRenderer.TEXTURE
private static final Identifier
EndermanEntityRenderer.TEXTURE
private static final Identifier
EndermiteEntityRenderer.TEXTURE
private static final Identifier
EvokerEntityRenderer.TEXTURE
private static final Identifier
EvokerFangsEntityRenderer.TEXTURE
private static final Identifier
ExperienceOrbEntityRenderer.TEXTURE
private static final Identifier
FishingBobberEntityRenderer.TEXTURE
private static final Identifier
FoxEntityRenderer.TEXTURE
private static final Identifier
GhastEntityRenderer.TEXTURE
private static final Identifier
GiantEntityRenderer.TEXTURE
private static final Identifier
GlowSquidEntityRenderer.TEXTURE
private static final Identifier
GoatEntityRenderer.TEXTURE
private static final Identifier
GuardianEntityRenderer.TEXTURE
private static final Identifier
HoglinEntityRenderer.TEXTURE
private static final Identifier
HuskEntityRenderer.TEXTURE
private static final Identifier
IllusionerEntityRenderer.TEXTURE
private static final Identifier
IronGolemEntityRenderer.TEXTURE
private static final Identifier
LeashKnotEntityRenderer.TEXTURE
private static final Identifier
LlamaSpitEntityRenderer.TEXTURE
private static final Identifier
MagmaCubeEntityRenderer.TEXTURE
private static final Identifier
MinecartEntityRenderer.TEXTURE
private static final Identifier
OcelotEntityRenderer.TEXTURE
private static final Identifier
PhantomEntityRenderer.TEXTURE
private static final Identifier
PigEntityRenderer.TEXTURE
private static final Identifier
PillagerEntityRenderer.TEXTURE
private static final Identifier
PolarBearEntityRenderer.TEXTURE
private static final Identifier
PufferfishEntityRenderer.TEXTURE
private static final Identifier
RavagerEntityRenderer.TEXTURE
private static final Identifier
SalmonEntityRenderer.TEXTURE
private static final Identifier
SheepEntityRenderer.TEXTURE
private static final Identifier
ShulkerBulletEntityRenderer.TEXTURE
private static final Identifier
ShulkerEntityRenderer.TEXTURE
private static final Identifier
SilverfishEntityRenderer.TEXTURE
private static final Identifier
SkeletonEntityRenderer.TEXTURE
private static final Identifier
SlimeEntityRenderer.TEXTURE
private static final Identifier
SnifferEntityRenderer.TEXTURE
private static final Identifier
SnowGolemEntityRenderer.TEXTURE
static final Identifier
SpectralArrowEntityRenderer.TEXTURE
private static final Identifier
SpiderEntityRenderer.TEXTURE
private static final Identifier
SquidEntityRenderer.TEXTURE
private static final Identifier
StrayEntityRenderer.TEXTURE
private static final Identifier
StriderEntityRenderer.TEXTURE
private static final Identifier
TadpoleEntityRenderer.TEXTURE
static final Identifier
TridentEntityRenderer.TEXTURE
private static final Identifier
TurtleEntityRenderer.TEXTURE
private static final Identifier
VexEntityRenderer.TEXTURE
private static final Identifier
VillagerEntityRenderer.TEXTURE
private static final Identifier
VindicatorEntityRenderer.TEXTURE
private static final Identifier
WanderingTraderEntityRenderer.TEXTURE
private static final Identifier
WardenEntityRenderer.TEXTURE
private static final Identifier
WindChargeEntityRenderer.TEXTURE
private static final Identifier
WitchEntityRenderer.TEXTURE
private static final Identifier
WitherEntityRenderer.TEXTURE
private static final Identifier
WitherSkeletonEntityRenderer.TEXTURE
private static final Identifier
WitherSkullEntityRenderer.TEXTURE
private static final Identifier
ZoglinEntityRenderer.TEXTURE
private static final Identifier
ZombieBaseEntityRenderer.TEXTURE
private static final Identifier
ZombieVillagerEntityRenderer.TEXTURE
static final Identifier
ArrowEntityRenderer.TIPPED_TEXTURE
private static final Identifier
RabbitEntityRenderer.TOAST_TEXTURE
private static final Identifier
RabbitEntityRenderer.WHITE_SPLOTCHED_TEXTURE
private static final Identifier
LlamaEntityRenderer.WHITE_TEXTURE
private static final Identifier
RabbitEntityRenderer.WHITE_TEXTURE
private static final Identifier
ParrotEntityRenderer.YELLOW_TEXTURE
Modifier and TypeFieldDescriptionprivate static final Map
<AxolotlEntity.Variant, Identifier> AxolotlEntityRenderer.TEXTURES
private static final Map
<EntityType<?>, Identifier> DonkeyEntityRenderer.TEXTURES
private static final Map
<HorseColor, Identifier> HorseEntityRenderer.TEXTURES
private static final Map
<MooshroomEntity.Type, Identifier> MooshroomEntityRenderer.TEXTURES
private static final Map
<PandaEntity.Gene, Identifier> PandaEntityRenderer.TEXTURES
private static final Map
<EntityType<?>, Identifier> PiglinEntityRenderer.TEXTURES
private static final Map
<EntityType<?>, Identifier> ZombieHorseEntityRenderer.TEXTURES
private final Map
<BoatEntity.Type, com.mojang.datafixers.util.Pair<Identifier, CompositeEntityModel<BoatEntity>>> BoatEntityRenderer.texturesAndModels
Modifier and TypeMethodDescriptionAllayEntityRenderer.getTexture
(AllayEntity allayEntity) ArmadilloEntityRenderer.getTexture
(ArmadilloEntity armadilloEntity) ArmorStandEntityRenderer.getTexture
(ArmorStandEntity armorStandEntity) ArrowEntityRenderer.getTexture
(ArrowEntity arrowEntity) AxolotlEntityRenderer.getTexture
(AxolotlEntity axolotlEntity) BatEntityRenderer.getTexture
(BatEntity batEntity) BeeEntityRenderer.getTexture
(BeeEntity beeEntity) BlazeEntityRenderer.getTexture
(BlazeEntity blazeEntity) BoatEntityRenderer.getTexture
(BoatEntity boatEntity) BoggedEntityRenderer.getTexture
(BoggedEntity boggedEntity) BreezeEntityRenderer.getTexture
(BreezeEntity breezeEntity) CamelEntityRenderer.getTexture
(CamelEntity camelEntity) CatEntityRenderer.getTexture
(CatEntity catEntity) CaveSpiderEntityRenderer.getTexture
(CaveSpiderEntity caveSpiderEntity) ChickenEntityRenderer.getTexture
(ChickenEntity chickenEntity) CodEntityRenderer.getTexture
(CodEntity codEntity) CowEntityRenderer.getTexture
(CowEntity cowEntity) CreeperEntityRenderer.getTexture
(CreeperEntity creeperEntity) DisplayEntityRenderer.getTexture
(T t) DolphinEntityRenderer.getTexture
(DolphinEntity dolphinEntity) DonkeyEntityRenderer.getTexture
(T t) DragonFireballEntityRenderer.getTexture
(DragonFireballEntity dragonFireballEntity) DrownedEntityRenderer.getTexture
(ZombieEntity zombieEntity) ElderGuardianEntityRenderer.getTexture
(GuardianEntity guardianEntity) EmptyEntityRenderer.getTexture
(T entity) EndCrystalEntityRenderer.getTexture
(EndCrystalEntity endCrystalEntity) EnderDragonEntityRenderer.getTexture
(EnderDragonEntity enderDragonEntity) EndermanEntityRenderer.getTexture
(EndermanEntity endermanEntity) EndermiteEntityRenderer.getTexture
(EndermiteEntity endermiteEntity) abstract Identifier
EntityRenderer.getTexture
(T entity) EvokerEntityRenderer.getTexture
(T t) EvokerFangsEntityRenderer.getTexture
(EvokerFangsEntity evokerFangsEntity) ExperienceOrbEntityRenderer.getTexture
(ExperienceOrbEntity experienceOrbEntity) FallingBlockEntityRenderer.getTexture
(FallingBlockEntity fallingBlockEntity) FireworkRocketEntityRenderer.getTexture
(FireworkRocketEntity fireworkRocketEntity) FishingBobberEntityRenderer.getTexture
(FishingBobberEntity fishingBobberEntity) FlyingItemEntityRenderer.getTexture
(Entity entity) FoxEntityRenderer.getTexture
(FoxEntity foxEntity) FrogEntityRenderer.getTexture
(FrogEntity frogEntity) GhastEntityRenderer.getTexture
(GhastEntity ghastEntity) GiantEntityRenderer.getTexture
(GiantEntity giantEntity) GlowSquidEntityRenderer.getTexture
(GlowSquidEntity glowSquidEntity) GoatEntityRenderer.getTexture
(GoatEntity goatEntity) GuardianEntityRenderer.getTexture
(GuardianEntity guardianEntity) HoglinEntityRenderer.getTexture
(HoglinEntity hoglinEntity) HorseEntityRenderer.getTexture
(HorseEntity horseEntity) HuskEntityRenderer.getTexture
(ZombieEntity zombieEntity) IllusionerEntityRenderer.getTexture
(IllusionerEntity illusionerEntity) IronGolemEntityRenderer.getTexture
(IronGolemEntity ironGolemEntity) ItemEntityRenderer.getTexture
(ItemEntity itemEntity) ItemFrameEntityRenderer.getTexture
(T t) LeashKnotEntityRenderer.getTexture
(LeashKnotEntity leashKnotEntity) LightningEntityRenderer.getTexture
(LightningEntity lightningEntity) LlamaEntityRenderer.getTexture
(LlamaEntity llamaEntity) LlamaSpitEntityRenderer.getTexture
(LlamaSpitEntity llamaSpitEntity) MagmaCubeEntityRenderer.getTexture
(MagmaCubeEntity magmaCubeEntity) MinecartEntityRenderer.getTexture
(T t) MooshroomEntityRenderer.getTexture
(MooshroomEntity mooshroomEntity) OcelotEntityRenderer.getTexture
(OcelotEntity ocelotEntity) OminousItemSpawnerEntityRenderer.getTexture
(OminousItemSpawnerEntity ominousItemSpawnerEntity) PaintingEntityRenderer.getTexture
(PaintingEntity paintingEntity) PandaEntityRenderer.getTexture
(PandaEntity pandaEntity) ParrotEntityRenderer.getTexture
(ParrotEntity parrotEntity) static Identifier
ParrotEntityRenderer.getTexture
(ParrotEntity.Variant variant) PhantomEntityRenderer.getTexture
(PhantomEntity phantomEntity) PigEntityRenderer.getTexture
(PigEntity pigEntity) PiglinEntityRenderer.getTexture
(MobEntity mobEntity) PillagerEntityRenderer.getTexture
(PillagerEntity pillagerEntity) PlayerEntityRenderer.getTexture
(AbstractClientPlayerEntity abstractClientPlayerEntity) PolarBearEntityRenderer.getTexture
(PolarBearEntity polarBearEntity) PufferfishEntityRenderer.getTexture
(PufferfishEntity pufferfishEntity) RabbitEntityRenderer.getTexture
(RabbitEntity rabbitEntity) RavagerEntityRenderer.getTexture
(RavagerEntity ravagerEntity) SalmonEntityRenderer.getTexture
(SalmonEntity salmonEntity) SheepEntityRenderer.getTexture
(SheepEntity sheepEntity) ShulkerBulletEntityRenderer.getTexture
(ShulkerBulletEntity shulkerBulletEntity) ShulkerEntityRenderer.getTexture
(ShulkerEntity shulkerEntity) static Identifier
ShulkerEntityRenderer.getTexture
(@Nullable DyeColor shulkerColor) SilverfishEntityRenderer.getTexture
(SilverfishEntity silverfishEntity) SkeletonEntityRenderer.getTexture
(T t) SlimeEntityRenderer.getTexture
(SlimeEntity slimeEntity) SnifferEntityRenderer.getTexture
(SnifferEntity snifferEntity) SnowGolemEntityRenderer.getTexture
(SnowGolemEntity snowGolemEntity) SpectralArrowEntityRenderer.getTexture
(SpectralArrowEntity spectralArrowEntity) SpiderEntityRenderer.getTexture
(T t) SquidEntityRenderer.getTexture
(T t) StrayEntityRenderer.getTexture
(StrayEntity strayEntity) StriderEntityRenderer.getTexture
(StriderEntity striderEntity) TadpoleEntityRenderer.getTexture
(TadpoleEntity tadpoleEntity) TntEntityRenderer.getTexture
(TntEntity tntEntity) TridentEntityRenderer.getTexture
(TridentEntity tridentEntity) TropicalFishEntityRenderer.getTexture
(TropicalFishEntity tropicalFishEntity) TurtleEntityRenderer.getTexture
(TurtleEntity turtleEntity) VexEntityRenderer.getTexture
(VexEntity vexEntity) VillagerEntityRenderer.getTexture
(VillagerEntity villagerEntity) VindicatorEntityRenderer.getTexture
(VindicatorEntity vindicatorEntity) WanderingTraderEntityRenderer.getTexture
(WanderingTraderEntity wanderingTraderEntity) WardenEntityRenderer.getTexture
(WardenEntity wardenEntity) WindChargeEntityRenderer.getTexture
(AbstractWindChargeEntity abstractWindChargeEntity) WitchEntityRenderer.getTexture
(WitchEntity witchEntity) WitherEntityRenderer.getTexture
(WitherEntity witherEntity) WitherSkeletonEntityRenderer.getTexture
(WitherSkeletonEntity witherSkeletonEntity) WitherSkullEntityRenderer.getTexture
(WitherSkullEntity witherSkullEntity) WolfEntityRenderer.getTexture
(WolfEntity wolfEntity) ZoglinEntityRenderer.getTexture
(ZoglinEntity zoglinEntity) ZombieBaseEntityRenderer.getTexture
(ZombieEntity zombieEntity) ZombieHorseEntityRenderer.getTexture
(AbstractHorseEntity abstractHorseEntity) ZombieVillagerEntityRenderer.getTexture
(ZombieVillagerEntity zombieVillagerEntity) -
Uses of Identifier in net.minecraft.client.render.entity.feature
Modifier and TypeFieldDescriptionprivate static final Identifier
TropicalFishColorFeatureRenderer.BETTY_TEXTURE
private static final Identifier
TropicalFishColorFeatureRenderer.BLOCKFISH_TEXTURE
private static final Identifier
TropicalFishColorFeatureRenderer.BRINELY_TEXTURE
private static final Identifier
TropicalFishColorFeatureRenderer.CLAYFISH_TEXTURE
private static final Identifier
TropicalFishColorFeatureRenderer.DASHER_TEXTURE
private static final Identifier
TropicalFishColorFeatureRenderer.FLOPPER_TEXTURE
private static final Identifier
TropicalFishColorFeatureRenderer.GLITTER_TEXTURE
private static final Identifier
TropicalFishColorFeatureRenderer.KOB_TEXTURE
private static final Identifier[]
LlamaDecorFeatureRenderer.LLAMA_DECOR
private static final Identifier
CatCollarFeatureRenderer.SKIN
private static final Identifier
CreeperChargeFeatureRenderer.SKIN
private static final Identifier
DrownedOverlayFeatureRenderer.SKIN
private static final Identifier
ElytraFeatureRenderer.SKIN
private static final Identifier
SheepWoolFeatureRenderer.SKIN
private static final Identifier
WitherArmorFeatureRenderer.SKIN
private static final Identifier
WolfCollarFeatureRenderer.SKIN
private static final Identifier
TropicalFishColorFeatureRenderer.SNOOPER_TEXTURE
private static final Identifier
TropicalFishColorFeatureRenderer.SPOTTY_TEXTURE
private static final Identifier
TropicalFishColorFeatureRenderer.STRIPEY_TEXTURE
private static final Identifier
TropicalFishColorFeatureRenderer.SUNSTREAK_TEXTURE
private static final Identifier
BreezeWindFeatureRenderer.texture
private final Identifier
SaddleFeatureRenderer.texture
private final Identifier
SkeletonOverlayFeatureRenderer.texture
private final Identifier
WardenFeatureRenderer.texture
private static final Identifier
StuckStingersFeatureRenderer.TEXTURE
static final Identifier
TridentRiptideFeatureRenderer.TEXTURE
private static final Identifier
LlamaDecorFeatureRenderer.TRADER_LLAMA_DECOR
Modifier and TypeFieldDescriptionprivate static final Map
<String, Identifier> ArmorFeatureRenderer.ARMOR_TEXTURE_CACHE
private static final Map
<Cracks.CrackLevel, Identifier> IronGolemCrackFeatureRenderer.CRACK_TEXTURES
private static final Map
<Cracks.CrackLevel, Identifier> WolfArmorFeatureRenderer.CRACK_TEXTURES
private static final Int2ObjectMap
<Identifier> VillagerClothingFeatureRenderer.LEVEL_TO_ID
private static final Map
<HorseMarking, Identifier> HorseMarkingFeatureRenderer.TEXTURES
Modifier and TypeMethodDescriptionprivate Identifier
VillagerClothingFeatureRenderer.findTexture
(String keyType, Identifier keyId) protected Identifier
CreeperChargeFeatureRenderer.getEnergySwirlTexture()
protected abstract Identifier
EnergySwirlOverlayFeatureRenderer.getEnergySwirlTexture()
protected Identifier
WitherArmorFeatureRenderer.getEnergySwirlTexture()
protected Identifier
FeatureRenderer.getTexture
(T entity) FeatureRendererContext.getTexture
(T entity) Modifier and TypeMethodDescriptionprivate Identifier
VillagerClothingFeatureRenderer.findTexture
(String keyType, Identifier keyId) protected static <T extends LivingEntity>
voidFeatureRenderer.render
(EntityModel<T> contextModel, EntityModel<T> model, Identifier texture, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, T entity, float limbAngle, float limbDistance, float age, float headYaw, float headPitch, float tickDelta, float red, float green, float blue) private void
ArmorFeatureRenderer.renderArmorParts
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, A model, float red, float green, float blue, Identifier overlay) protected static <T extends LivingEntity>
voidFeatureRenderer.renderModel
(EntityModel<T> model, Identifier texture, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, T entity, float red, float green, float blue) ModifierConstructorDescriptionSaddleFeatureRenderer
(FeatureRendererContext<T, M> context, M model, Identifier texture) SkeletonOverlayFeatureRenderer
(FeatureRendererContext<T, M> context, EntityModelLoader loader, EntityModelLayer layer, Identifier texture) WardenFeatureRenderer
(FeatureRendererContext<T, M> context, Identifier texture, WardenFeatureRenderer.AnimationAngleAdjuster<T> animationAngleAdjuster, WardenFeatureRenderer.ModelPartVisibility<T, M> modelPartVisibility) -
Uses of Identifier in net.minecraft.client.render.entity.model
Modifier and TypeFieldDescriptionprivate final Identifier
EntityModelLayer.id
static final Identifier
TridentEntityModel.TEXTURE
ModifierConstructorDescriptionprotected
AnimalModel
(Function<Identifier, RenderLayer> renderLayerFactory, boolean headScaled, float childHeadYOffset, float childHeadZOffset, float invertedChildHeadScale, float invertedChildBodyScale, float childBodyYOffset) BipedEntityModel
(ModelPart root, Function<Identifier, RenderLayer> renderLayerFactory) CompositeEntityModel
(Function<Identifier, RenderLayer> layerFactory) protected
EntityModel
(Function<Identifier, RenderLayer> layerFactory) SinglePartEntityModel
(Function<Identifier, RenderLayer> layerFactory) SinglePartEntityModelWithChildTransform
(float childScale, float childTranslation, Function<Identifier, RenderLayer> layerFactory) -
Uses of Identifier in net.minecraft.client.render.item
Modifier and TypeFieldDescriptionstatic final Identifier
ItemRenderer.ENTITY_ENCHANTMENT_GLINT
static final Identifier
ItemRenderer.ITEM_ENCHANTMENT_GLINT
-
Uses of Identifier in net.minecraft.client.render.model
Modifier and TypeFieldDescriptionprivate final Identifier
SpriteAtlasManager.Atlas.atlasInfoLocation
The field for theatlasInfoLocation
record component.private final Identifier
ModelLoader.BakedModelCacheKey.id
The field for theid
record component.Modifier and TypeFieldDescriptionprivate final Map
<Identifier, SpriteAtlasManager.Atlas> SpriteAtlasManager.atlases
private final Map
<Identifier, SpriteAtlasManager.AtlasPreparation> BakedModelManager.BakingResult.atlasPreparations
The field for theatlasPreparations
record component.private final Map
<Identifier, BakedModel> ModelLoader.bakedModels
static final List
<Identifier> ModelLoader.BLOCK_DESTRUCTION_STAGE_TEXTURES
static final List
<Identifier> ModelLoader.BLOCK_DESTRUCTION_STAGES
private final Map
<Identifier, List<ModelLoader.SourceTrackedData>> ModelLoader.blockStates
private final Map
<Identifier, JsonUnbakedModel> ModelLoader.jsonUnbakedModels
private static final Map
<Identifier, Identifier> BakedModelManager.LAYERS_TO_LOADERS
private static final Map
<Identifier, Identifier> BakedModelManager.LAYERS_TO_LOADERS
private Map
<Identifier, BakedModel> BakedModelManager.models
private final Map
<Identifier, UnbakedModel> ModelLoader.modelsToBake
private final Set
<Identifier> ModelLoader.modelsToLoad
private static final Map
<Identifier, StateManager<Block, BlockState>> ModelLoader.STATIC_DEFINITIONS
private final Map
<Identifier, UnbakedModel> ModelLoader.unbakedModels
Modifier and TypeMethodDescriptionSpriteAtlasManager.Atlas.atlasInfoLocation()
Returns the value of theatlasInfoLocation
record component.ModelLoader.BakedModelCacheKey.id()
Returns the value of theid
record component.Modifier and TypeMethodDescriptionBakedModelManager.BakingResult.atlasPreparations()
Returns the value of theatlasPreparations
record component.ModelLoader.getBakedModelMap()
MultipartUnbakedModel.getModelDependencies()
UnbakedModel.getModelDependencies()
SpriteAtlasManager.reload
(ResourceManager resourceManager, int mipmapLevels, Executor executor) private static CompletableFuture
<Map<Identifier, List<ModelLoader.SourceTrackedData>>> BakedModelManager.reloadBlockStates
(ResourceManager resourceManager, Executor executor) private static CompletableFuture
<Map<Identifier, JsonUnbakedModel>> BakedModelManager.reloadModels
(ResourceManager resourceManager, Executor executor) Modifier and TypeMethodDescriptionBakedQuadFactory.bake
(Vector3f from, Vector3f to, ModelElementFace face, Sprite texture, Direction side, ModelBakeSettings settings, @Nullable ModelRotation rotation, boolean shade, Identifier modelId) Baker.bake
(Identifier id, ModelBakeSettings settings) ModelLoader.BakerImpl.bake
(Identifier id, ModelBakeSettings settings) MultipartUnbakedModel.bake
(Baker baker, Function<SpriteIdentifier, Sprite> textureGetter, ModelBakeSettings rotationContainer, Identifier modelId) UnbakedModel.bake
(Baker baker, Function<SpriteIdentifier, Sprite> textureGetter, ModelBakeSettings rotationContainer, Identifier modelId) BakedModelManager.getAtlas
(Identifier id) SpriteAtlasManager.getAtlas
(Identifier id) Baker.getOrLoadModel
(Identifier id) ModelLoader.BakerImpl.getOrLoadModel
(Identifier id) ModelLoader.getOrLoadModel
(Identifier id) SpriteAtlasManager.AtlasPreparation.getSprite
(Identifier id) private void
ModelLoader.loadModel
(Identifier id) private JsonUnbakedModel
ModelLoader.loadModelFromJson
(Identifier id) private void
ModelLoader.putModel
(Identifier id, UnbakedModel unbakedModel) static ModelElementTexture
BakedQuadFactory.uvLock
(ModelElementTexture texture, Direction orientation, AffineTransformation rotation, Identifier modelId) Modifier and TypeMethodDescriptionprivate BakedModelManager.BakingResult
BakedModelManager.bake
(Profiler profiler, Map<Identifier, SpriteAtlasManager.AtlasPreparation> preparations, ModelLoader modelLoader) void
ModelLoader.bake
(BiFunction<Identifier, SpriteIdentifier, Sprite> spriteLoader) void
MultipartUnbakedModel.setParents
(Function<Identifier, UnbakedModel> modelLoader) void
UnbakedModel.setParents
(Function<Identifier, UnbakedModel> modelLoader) ModifierConstructorDescription(package private)
Atlas
(SpriteAtlasTexture spriteAtlasTexture, Identifier identifier) (package private)
BakedModelCacheKey
(Identifier identifier, AffineTransformation affineTransformation, boolean bool) (package private)
BakerImpl
(BiFunction<Identifier, SpriteIdentifier, Sprite> spriteLoader, Identifier modelId) ModifierConstructorDescription(package private)
BakerImpl
(BiFunction<Identifier, SpriteIdentifier, Sprite> spriteLoader, Identifier modelId) ModelLoader
(BlockColors blockColors, Profiler profiler, Map<Identifier, JsonUnbakedModel> jsonUnbakedModels, Map<Identifier, List<ModelLoader.SourceTrackedData>> blockStates) SpriteAtlasManager
(Map<Identifier, Identifier> loaders, TextureManager textureManager) SpriteAtlasManager
(Map<Identifier, Identifier> loaders, TextureManager textureManager) -
Uses of Identifier in net.minecraft.client.render.model.json
Modifier and TypeFieldDescriptionprivate final Identifier[]
ModelOverrideList.conditionTypes
private final Identifier
ModelVariant.location
private final Identifier
ModelOverride.modelId
protected @Nullable Identifier
JsonUnbakedModel.parentId
private final Identifier
ModelOverride.Condition.type
Modifier and TypeMethodDescriptionprotected Identifier
ModelVariant.Deserializer.deserializeModel
(JsonObject object) ModelVariant.getLocation()
ModelOverride.getModelId()
ModelOverride.Condition.getType()
Modifier and TypeMethodDescriptionJsonUnbakedModel.getModelDependencies()
WeightedUnbakedModel.getModelDependencies()
Modifier and TypeMethodDescriptionJsonUnbakedModel.bake
(Baker baker, Function<SpriteIdentifier, Sprite> textureGetter, ModelBakeSettings rotationContainer, Identifier modelId) JsonUnbakedModel.bake
(Baker baker, JsonUnbakedModel parent, Function<SpriteIdentifier, Sprite> textureGetter, ModelBakeSettings settings, Identifier id, boolean hasDepth) WeightedUnbakedModel.bake
(Baker baker, Function<SpriteIdentifier, Sprite> textureGetter, ModelBakeSettings rotationContainer, Identifier modelId) private static BakedQuad
JsonUnbakedModel.createQuad
(ModelElement element, ModelElementFace elementFace, Sprite sprite, Direction side, ModelBakeSettings settings, Identifier id) private static com.mojang.datafixers.util.Either
<SpriteIdentifier, String> JsonUnbakedModel.Deserializer.resolveReference
(Identifier id, String name) Modifier and TypeMethodDescriptionvoid
JsonUnbakedModel.setParents
(Function<Identifier, UnbakedModel> modelLoader) void
WeightedUnbakedModel.setParents
(Function<Identifier, UnbakedModel> modelLoader) ModifierConstructorDescriptionCondition
(Identifier type, float threshold) JsonUnbakedModel
(@Nullable Identifier parentId, List<ModelElement> elements, Map<String, com.mojang.datafixers.util.Either<SpriteIdentifier, String>> textureMap, @Nullable Boolean ambientOcclusion, @Nullable JsonUnbakedModel.GuiLight guiLight, ModelTransformation transformations, List<ModelOverride> overrides) ModelOverride
(Identifier modelId, List<ModelOverride.Condition> conditions) ModelVariant
(Identifier location, AffineTransformation rotation, boolean uvLock, int weight) -
Uses of Identifier in net.minecraft.client.resource
Modifier and TypeFieldDescriptionprivate static final Identifier
FoliageColormapResourceSupplier.FOLIAGE_COLORMAP
private static final Identifier
VideoWarningManager.GPU_WARNLIST_ID
private static final Identifier
GrassColormapResourceSupplier.GRASS_COLORMAP_LOC
private final Identifier
PeriodicNotificationManager.id
private static final Identifier
DefaultClientResourcePackProvider.ID
private static final Identifier
SplashTextResourceSupplier.RESOURCE_ID
ModifierConstructorDescriptionPeriodicNotificationManager
(Identifier id, Object2BooleanFunction<String> countryPredicate) -
Uses of Identifier in net.minecraft.client.search
Modifier and TypeMethodDescriptionstatic <T> IdentifierSearcher
<T> IdentifierSearcher.of
(List<T> values, Function<T, Stream<Identifier>> identifiersGetter) Returns a searcher that searches fromvalues
.ModifierConstructorDescriptionIdentifierSearchProvider
(Function<T, Stream<Identifier>> identifiersGetter, List<T> values) -
Uses of Identifier in net.minecraft.client.sound
Modifier and TypeFieldDescriptionprotected final Identifier
AbstractSoundInstance.id
private final Identifier
Sound.id
static final Identifier
SoundManager.INTENTIONALLY_EMPTY_ID
Modifier and TypeFieldDescriptionprivate Map
<Identifier, Resource> SoundManager.SoundList.foundSounds
private final Map
<Identifier, CompletableFuture<StaticSound>> SoundLoader.loadedSounds
(package private) final Map
<Identifier, WeightedSoundSet> SoundManager.SoundList.loadedSounds
private final Map
<Identifier, Resource> SoundManager.soundResources
private final Map
<Identifier, WeightedSoundSet> SoundManager.sounds
private static final Set
<Identifier> SoundSystem.UNKNOWN_SOUNDS
Modifier and TypeMethodDescriptionAbstractSoundInstance.getId()
SoundInstance.getId()
Sound.getIdentifier()
Sound.getLocation()
Modifier and TypeMethodDescriptionSoundManager.get
(Identifier id) (package private) static boolean
SoundManager.isSoundResourcePresent
(Sound sound, Identifier id, ResourceFactory resourceFactory) SoundLoader.loadStatic
(Identifier id) SoundLoader.loadStreamed
(Identifier id, boolean repeatInstantly) (package private) void
SoundManager.SoundList.register
(Identifier id, SoundEntry entry) void
SoundManager.stopSounds
(@Nullable Identifier id, @Nullable SoundCategory soundCategory) void
SoundSystem.stopSounds
(@Nullable Identifier id, @Nullable SoundCategory category) Modifier and TypeMethodDescriptionvoid
SoundManager.SoundList.reload
(Map<Identifier, WeightedSoundSet> sounds, Map<Identifier, Resource> soundResources, SoundSystem system) ModifierConstructorDescriptionprotected
AbstractSoundInstance
(Identifier soundId, SoundCategory category, Random random) PositionedSoundInstance
(Identifier id, SoundCategory category, float volume, float pitch, Random random, boolean repeat, int repeatDelay, SoundInstance.AttenuationType attenuationType, double x, double y, double z, boolean relative) WeightedSoundSet
(Identifier id, @Nullable String subtitle) -
Uses of Identifier in net.minecraft.client.texture
Modifier and TypeFieldDescriptionprivate final Identifier
Sprite.atlasId
static final Identifier
SpriteAtlasTexture.BLOCK_ATLAS_TEXTURE
Deprecated.private final Identifier
SpriteAtlasTexture.id
private final Identifier
SpriteContents.id
private final Identifier
SpriteLoader.id
protected final Identifier
ResourceTexture.location
static final Identifier
TextureManager.MISSING_IDENTIFIER
private static final Identifier
MissingSprite.MISSINGNO
private static final Identifier
PaintingManager.PAINTING_BACK_ID
static final Identifier
SpriteAtlasTexture.PARTICLE_ATLAS_TEXTURE
Deprecated.private final Identifier
SpriteAtlasHolder.sourcePath
Modifier and TypeFieldDescriptionprivate final Map
<String, CompletableFuture<Identifier>> PlayerSkinProvider.FileCache.hashToTexture
private final Map
<Identifier, Sprite> SpriteLoader.StitchResult.regions
The field for theregions
record component.private Map
<Identifier, Sprite> SpriteAtlasTexture.sprites
private final Map
<Identifier, AbstractTexture> TextureManager.textures
Modifier and TypeMethodDescriptionSprite.getAtlasId()
SpriteAtlasTexture.getId()
SpriteContents.getId()
TextureStitcher.Stitchable.getId()
static Identifier
MissingSprite.getMissingSpriteId()
private Identifier
PlayerSkinProvider.FileCache.getTexturePath
(String hash) TextureManager.registerDynamicTexture
(String prefix, NativeImageBackedTexture texture) Modifier and TypeMethodDescriptionprivate Map
<Identifier, Sprite> SpriteLoader.collectStitchedSprites
(TextureStitcher<SpriteContents> stitcher, int atlasWidth, int atlasHeight) PlayerSkinProvider.FileCache.get
(com.mojang.authlib.minecraft.MinecraftProfileTexture texture) SpriteLoader.StitchResult.regions()
Returns the value of theregions
record component.private CompletableFuture
<Identifier> PlayerSkinProvider.FileCache.store
(com.mojang.authlib.minecraft.MinecraftProfileTexture texture) Modifier and TypeMethodDescriptionvoid
TextureManager.bindTexture
(Identifier id) private void
TextureManager.bindTextureInner
(Identifier id) private void
TextureManager.closeTexture
(Identifier id, AbstractTexture texture) void
TextureManager.destroyTexture
(Identifier id) TextureManager.getOrDefault
(Identifier id, AbstractTexture fallback) GuiAtlasManager.getSprite
(Identifier objectId) protected Sprite
SpriteAtlasHolder.getSprite
(Identifier objectId) SpriteAtlasTexture.getSprite
(Identifier id) TextureManager.getTexture
(Identifier id) static ResourceTexture.TextureData
ResourceTexture.TextureData.load
(ResourceManager resourceManager, Identifier id) SpriteLoader.load
(ResourceManager resourceManager, Identifier path, int mipLevel, Executor executor) SpriteLoader.load
(ResourceManager resourceManager, Identifier path, int mipLevel, Executor executor, Collection<ResourceMetadataReader<?>> metadatas) SpriteOpener.loadSprite
(Identifier id, Resource resource) private AbstractTexture
TextureManager.loadTexture
(Identifier id, AbstractTexture texture) TextureManager.loadTextureAsync
(Identifier id, Executor executor) void
AbstractTexture.registerTexture
(TextureManager textureManager, ResourceManager resourceManager, Identifier id, Executor executor) void
AsyncTexture.registerTexture
(TextureManager textureManager, ResourceManager resourceManager, Identifier id, Executor executor) void
TextureManager.registerTexture
(Identifier id, AbstractTexture texture) void
DynamicTexture.save
(Identifier id, Path path) void
NativeImageBackedTexture.save
(Identifier id, Path path) void
SpriteAtlasTexture.save
(Identifier id, Path path) Modifier and TypeMethodDescriptionprivate static void
SpriteAtlasTexture.dumpAtlasInfos
(Path path, String id, Map<Identifier, Sprite> sprites) ModifierConstructorDescriptionAsyncTexture
(ResourceManager resourceManager, Identifier id, Executor executor) PlayerSkinTexture
(@Nullable File cacheFile, String url, Identifier fallbackSkin, boolean convertLegacy, @Nullable Runnable callback) ResourceTexture
(Identifier location) protected
Sprite
(Identifier atlasId, SpriteContents contents, int atlasWidth, int atlasHeight, int x, int y) SpriteAtlasHolder
(TextureManager textureManager, Identifier atlasId, Identifier sourcePath) SpriteAtlasHolder
(TextureManager textureManager, Identifier atlasId, Identifier sourcePath, Set<ResourceMetadataReader<?>> metadataReaders) SpriteContents
(Identifier id, SpriteDimensions dimensions, NativeImage image, ResourceMetadata metadata) SpriteLoader
(Identifier id, int maxTextureSize, int width, int height) ModifierConstructorDescriptionStitchResult
(int int2, int int3, int int4, Sprite sprite, Map<Identifier, Sprite> map, CompletableFuture<Void> completableFuture) -
Uses of Identifier in net.minecraft.client.texture.atlas
Modifier and TypeFieldDescriptionprivate final Identifier
AtlasSprite.id
private final Identifier
PalettedPermutationsAtlasSource.paletteKey
private final Identifier
PalettedPermutationsAtlasSource.PalettedSpriteRegion.permutationLocation
The field for thepermutationLocation
record component.private final Identifier
SingleAtlasSource.resource
private final Identifier
UnstitchAtlasSource.resource
private final Identifier
UnstitchAtlasSource.Region.sprite
The field for thesprite
record component.Modifier and TypeFieldDescriptionprivate final Map
<String, Identifier> PalettedPermutationsAtlasSource.permutations
private static final BiMap
<Identifier, AtlasSourceType> AtlasSourceManager.SOURCE_TYPE_BY_ID
private final Optional
<Identifier> SingleAtlasSource.sprite
private final List
<Identifier> PalettedPermutationsAtlasSource.textures
Modifier and TypeMethodDescriptionPalettedPermutationsAtlasSource.PalettedSpriteRegion.permutationLocation()
Returns the value of thepermutationLocation
record component.UnstitchAtlasSource.Region.sprite()
Returns the value of thesprite
record component.Modifier and TypeMethodDescriptionvoid
AtlasSource.SpriteRegions.add
(Identifier arg, AtlasSource.SpriteRegion region) default void
AtlasSource.SpriteRegions.add
(Identifier id, Resource resource) static AtlasLoader
AtlasLoader.of
(ResourceManager resourceManager, Identifier id) static int[]
PalettedPermutationsAtlasSource.open
(ResourceManager resourceManager, Identifier texture) Modifier and TypeMethodDescriptionvoid
AtlasSource.SpriteRegions.removeIf
(Predicate<Identifier> predicate) ModifierConstructorDescriptionAtlasSprite
(Identifier id, Resource resource, int regionCount) private
PalettedPermutationsAtlasSource
(List<Identifier> textures, Identifier paletteKey, Map<String, Identifier> permutations) (package private)
PalettedSpriteRegion
(AtlasSprite atlasSprite, Supplier<IntUnaryOperator> supplier, Identifier identifier) private
Region
(Identifier identifier, double double2, double double3, double double4, double double5) SingleAtlasSource
(Identifier resource, Optional<Identifier> sprite) UnstitchAtlasSource
(Identifier resource, List<UnstitchAtlasSource.Region> regions, double divisorX, double divisorY) ModifierConstructorDescriptionprivate
PalettedPermutationsAtlasSource
(List<Identifier> textures, Identifier paletteKey, Map<String, Identifier> permutations) private
PalettedPermutationsAtlasSource
(List<Identifier> textures, Identifier paletteKey, Map<String, Identifier> permutations) SingleAtlasSource
(Identifier resource, Optional<Identifier> sprite) -
Uses of Identifier in net.minecraft.client.toast
Modifier and TypeFieldDescriptionprivate final Identifier
TutorialToast.Type.texture
private static final Identifier
AdvancementToast.TEXTURE
private static final Identifier
RecipeToast.TEXTURE
private static final Identifier
SystemToast.TEXTURE
private static final Identifier
TutorialToast.TEXTURE
-
Uses of Identifier in net.minecraft.client.util
Modifier and TypeFieldDescriptionprivate final Identifier
SpriteIdentifier.atlas
private final @Nullable Identifier
SkinTextures.capeTexture
The field for thecapeTexture
record component.private final @Nullable Identifier
SkinTextures.elytraTexture
The field for theelytraTexture
record component.private final Identifier
SkinTextures.texture
The field for thetexture
record component.private final Identifier
SpriteIdentifier.texture
Modifier and TypeMethodDescriptionSkinTextures.capeTexture()
Returns the value of thecapeTexture
record component.SkinTextures.elytraTexture()
Returns the value of theelytraTexture
record component.SpriteIdentifier.getAtlasId()
static Identifier
DefaultSkinHelper.getTexture()
SpriteIdentifier.getTextureId()
SkinTextures.texture()
Returns the value of thetexture
record component.Modifier and TypeMethodDescriptionstatic int[]
RawTextureDataLoader.loadRawTextureData
(ResourceManager resourceManager, Identifier id) Deprecated.Modifier and TypeMethodDescriptionSpriteIdentifier.getRenderLayer
(Function<Identifier, RenderLayer> layerFactory) SpriteIdentifier.getVertexConsumer
(VertexConsumerProvider vertexConsumers, Function<Identifier, RenderLayer> layerFactory) SpriteIdentifier.getVertexConsumer
(VertexConsumerProvider vertexConsumers, Function<Identifier, RenderLayer> layerFactory, boolean glint) ModifierConstructorDescriptionModelIdentifier
(Identifier id, String variant) SkinTextures
(Identifier identifier, @Nullable String string, @Nullable Identifier identifier2, @Nullable Identifier identifier3, SkinTextures.Model model, boolean bool) SpriteIdentifier
(Identifier atlas, Identifier texture) -
Uses of Identifier in net.minecraft.command
Modifier and TypeMethodDescriptionDataCommandStorage.getIds()
CommandSource.getRecipeIds()
CommandSource.getSoundIds()
Modifier and TypeMethodDescriptionDataCommandStorage.get
(Identifier id) void
DataCommandStorage.set
(Identifier id, NbtCompound nbt) Modifier and TypeMethodDescriptionstatic <T> void
CommandSource.forEachMatching
(Iterable<T> candidates, String remaining, String prefix, Function<T, Identifier> identifier, Consumer<T> action) static <T> void
CommandSource.forEachMatching
(Iterable<T> candidates, String remaining, Function<T, Identifier> identifier, Consumer<T> action) static <T> CompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> CommandSource.suggestFromIdentifier
(Iterable<T> candidates, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, Function<T, Identifier> identifier, Function<T, com.mojang.brigadier.Message> tooltip) static <T> CompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> CommandSource.suggestFromIdentifier
(Stream<T> candidates, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, Function<T, Identifier> identifier, Function<T, com.mojang.brigadier.Message> tooltip) static CompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> CommandSource.suggestIdentifiers
(Iterable<Identifier> candidates, com.mojang.brigadier.suggestion.SuggestionsBuilder builder) static CompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> CommandSource.suggestIdentifiers
(Iterable<Identifier> candidates, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, String prefix) static CompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> CommandSource.suggestIdentifiers
(Stream<Identifier> candidates, com.mojang.brigadier.suggestion.SuggestionsBuilder builder) static CompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> CommandSource.suggestIdentifiers
(Stream<Identifier> candidates, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, String prefix) ModifierConstructorDescription(package private)
StorageDataObject
(DataCommandStorage storage, Identifier id) -
Uses of Identifier in net.minecraft.command.argument
Modifier and TypeFieldDescriptionprivate Identifier
BlockArgumentParser.blockId
private static final Identifier
ItemPredicateArgumentType.COUNT_ID
private final Identifier
ItemPredicateArgumentType.ComponentCheck.id
The field for theid
record component.private final Identifier
ItemPredicateArgumentType.SubPredicateCheck.id
The field for theid
record component.Modifier and TypeFieldDescription(package private) static final Map
<Identifier, ItemPredicateArgumentType.ComponentCheck> ItemPredicateArgumentType.SPECIAL_COMPONENT_CHECKS
(package private) static final Map
<Identifier, ItemPredicateArgumentType.SubPredicateCheck> ItemPredicateArgumentType.SPECIAL_SUB_PREDICATE_CHECKS
Modifier and TypeMethodDescriptionstatic Identifier
IdentifierArgumentType.getIdentifier
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) ItemPredicateArgumentType.ComponentCheck.id()
Returns the value of theid
record component.ItemPredicateArgumentType.SubPredicateCheck.id()
Returns the value of theid
record component.DimensionArgumentType.parse
(com.mojang.brigadier.StringReader stringReader) IdentifierArgumentType.parse
(com.mojang.brigadier.StringReader stringReader) Modifier and TypeMethodDescriptioncom.mojang.datafixers.util.Pair
<Identifier, com.mojang.datafixers.util.Either<CommandFunction<ServerCommandSource>, Collection<CommandFunction<ServerCommandSource>>>> CommandFunctionArgumentType.FunctionArgument.getFunctionOrTag
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) static com.mojang.datafixers.util.Pair
<Identifier, com.mojang.datafixers.util.Either<CommandFunction<ServerCommandSource>, Collection<CommandFunction<ServerCommandSource>>>> CommandFunctionArgumentType.getFunctionOrTag
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) com.mojang.datafixers.util.Pair
<Identifier, Collection<CommandFunction<ServerCommandSource>>> CommandFunctionArgumentType.FunctionArgument.getIdentifiedFunctions
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) static com.mojang.datafixers.util.Pair
<Identifier, Collection<CommandFunction<ServerCommandSource>>> CommandFunctionArgumentType.getIdentifiedFunctions
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) ItemPredicateArgumentType.class_9445.streamComponentIds()
ItemPredicateArgumentType.class_9445.streamItemIds()
ItemPredicateArgumentType.class_9445.streamSubPredicateIds()
ItemPredicateArgumentType.class_9445.streamTags()
Modifier and TypeMethodDescriptionItemPredicateArgumentType.class_9445.componentCheck
(com.mojang.brigadier.ImmutableStringReader immutableStringReader, Identifier identifier) (package private) static CommandFunction
<ServerCommandSource> CommandFunctionArgumentType.getFunction
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, Identifier id) (package private) static Collection
<CommandFunction<ServerCommandSource>> CommandFunctionArgumentType.getFunctionTag
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, Identifier id) ItemPredicateArgumentType.class_9445.itemMatchPredicate
(com.mojang.brigadier.ImmutableStringReader immutableStringReader, Identifier identifier) static <T> ItemPredicateArgumentType.ComponentCheck
ItemPredicateArgumentType.ComponentCheck.read
(com.mojang.brigadier.ImmutableStringReader reader, Identifier id, DataComponentType<T> type) ItemPredicateArgumentType.class_9445.subPredicateCheck
(com.mojang.brigadier.ImmutableStringReader immutableStringReader, Identifier identifier) ItemPredicateArgumentType.class_9445.tagMatchPredicate
(com.mojang.brigadier.ImmutableStringReader immutableStringReader, Identifier identifier) ModifierConstructorDescription(package private)
ComponentCheck
(Identifier identifier, Predicate<ItemStack> predicate, com.mojang.serialization.Decoder<? extends Predicate<ItemStack>> decoder) (package private)
SubPredicateCheck
(Identifier identifier, com.mojang.serialization.Decoder<? extends Predicate<ItemStack>> decoder) -
Uses of Identifier in net.minecraft.command.argument.packrat
Modifier and TypeFieldDescriptionstatic final ParsingRule
<com.mojang.brigadier.StringReader, Identifier> AnyIdParsingRule.INSTANCE
private final Symbol
<Identifier> IdentifiableParsingRule.symbol
Modifier and TypeMethodDescriptionAnyIdParsingRule.parse
(ParsingState<com.mojang.brigadier.StringReader> state) IdentifierSuggestable.possibleIds()
PackratParsing.ComponentParsingRule.possibleIds()
PackratParsing.ItemParsingRule.possibleIds()
PackratParsing.SubPredicateParsingRule.possibleIds()
PackratParsing.TagParsingRule.possibleIds()
PackratParsing.Callbacks.streamComponentIds()
PackratParsing.Callbacks.streamItemIds()
PackratParsing.Callbacks.streamSubPredicateIds()
PackratParsing.Callbacks.streamTags()
Modifier and TypeMethodDescriptionPackratParsing.Callbacks.componentCheck
(com.mojang.brigadier.ImmutableStringReader reader, Identifier id) PackratParsing.Callbacks.itemMatchPredicate
(com.mojang.brigadier.ImmutableStringReader reader, Identifier id) protected abstract V
IdentifiableParsingRule.parse
(com.mojang.brigadier.ImmutableStringReader reader, Identifier id) protected C
PackratParsing.ComponentParsingRule.parse
(com.mojang.brigadier.ImmutableStringReader reader, Identifier id) protected T
PackratParsing.ItemParsingRule.parse
(com.mojang.brigadier.ImmutableStringReader reader, Identifier id) protected P
PackratParsing.SubPredicateParsingRule.parse
(com.mojang.brigadier.ImmutableStringReader reader, Identifier id) protected T
PackratParsing.TagParsingRule.parse
(com.mojang.brigadier.ImmutableStringReader reader, Identifier id) PackratParsing.Callbacks.subPredicateCheck
(com.mojang.brigadier.ImmutableStringReader reader, Identifier id) PackratParsing.Callbacks.tagMatchPredicate
(com.mojang.brigadier.ImmutableStringReader reader, Identifier id) ModifierConstructorDescription(package private)
ComponentParsingRule
(Symbol<Identifier> symbol, PackratParsing.Callbacks<T, C, P> callbacks) protected
IdentifiableParsingRule
(Symbol<Identifier> symbol, C callbacks) (package private)
ItemParsingRule
(Symbol<Identifier> symbol, PackratParsing.Callbacks<T, C, P> callbacks) (package private)
SubPredicateParsingRule
(Symbol<Identifier> symbol, PackratParsing.Callbacks<T, C, P> callbacks) (package private)
TagParsingRule
(Symbol<Identifier> symbol, PackratParsing.Callbacks<T, C, P> callbacks) -
Uses of Identifier in net.minecraft.command.suggestion
Modifier and TypeFieldDescriptionprivate static final Identifier
SuggestionProviders.ASK_SERVER_NAME
(package private) final Identifier
SuggestionProviders.LocalProvider.id
Modifier and TypeFieldDescriptionprivate static final Map
<Identifier, com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource>> SuggestionProviders.REGISTRY
Modifier and TypeMethodDescriptionstatic Identifier
SuggestionProviders.computeId
(com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> provider) Modifier and TypeMethodDescriptionstatic com.mojang.brigadier.suggestion.SuggestionProvider
<CommandSource> SuggestionProviders.byId
(Identifier id) static <S extends CommandSource>
com.mojang.brigadier.suggestion.SuggestionProvider<S> SuggestionProviders.register
(Identifier id, com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> provider) ModifierConstructorDescriptionLocalProvider
(Identifier id, com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> provider) -
Uses of Identifier in net.minecraft.component
Modifier and TypeFieldDescriptionstatic final DataComponentType
<Identifier> DataComponentTypes.NOTE_BLOCK_SOUND
static final DataComponentType
<List<Identifier>> DataComponentTypes.RECIPES
-
Uses of Identifier in net.minecraft.data
Modifier and TypeMethodDescriptionDataOutput.PathResolver.resolve
(Identifier id, String fileExtension) DataOutput.PathResolver.resolveJson
(Identifier id) -
Uses of Identifier in net.minecraft.data.client
Modifier and TypeFieldDescriptionprivate @Nullable Identifier
BlockStateModelGenerator.BlockTexturePool.baseModelId
private final Identifier
BlockStateModelGenerator.BuiltinModelPool.modelId
private final Identifier
SimpleModelSupplier.parent
static final Identifier
ItemModelGenerator.TRIM_TYPE
Modifier and TypeFieldDescriptionprivate static final Map
<BlockStateModelGenerator.ChiseledBookshelfModelCacheKey, Identifier> BlockStateModelGenerator.CHISELED_BOOKSHELF_MODEL_CACHE
static final List
<com.mojang.datafixers.util.Pair<BooleanProperty, Function<Identifier, BlockStateVariant>>> BlockStateModelGenerator.CONNECTION_VARIANT_FUNCTIONS
A map from a boolean property about connection on one direction to a function that creates a block state variant for connection on that direction with a given connection model.private final Map
<TextureKey, Identifier> TextureMap.entries
private final Map
<Model, Identifier> BlockStateModelGenerator.BlockTexturePool.knownModels
static final VariantSetting
<Identifier> VariantSettings.MODEL
(package private) final BiConsumer
<Identifier, Supplier<JsonElement>> BlockStateModelGenerator.modelCollector
private final Optional
<Identifier> Model.parent
private final BiConsumer
<Identifier, Supplier<JsonElement>> ItemModelGenerator.writer
Modifier and TypeMethodDescriptionprivate Identifier
BlockStateModelGenerator.createSubModel
(Block block, String suffix, Model model, Function<Identifier, TextureMap> texturesFactory) private Identifier
BlockStateModelGenerator.BlockTexturePool.ensureModel
(Model model, Block block) static Identifier
ModelIds.getBlockModelId
(Block block) Model.getBlockSubModelId
(Block block) static Identifier
ModelIds.getBlockSubModelId
(Block block, String suffix) static Identifier
static Identifier
static Identifier
ModelIds.getItemModelId
(Item item) static Identifier
ModelIds.getItemSubModelId
(Item item, String suffix) static Identifier
ModelIds.getMinecraftNamespacedBlock
(String name) Deprecated.static Identifier
ModelIds.getMinecraftNamespacedItem
(String name) static Identifier
static Identifier
TextureMap.getTexture
(TextureKey key) private Identifier
BlockStateModelGenerator.getTurtleEggModel
(int eggs, String prefix, TextureMap textures) private Identifier
BlockStateModelGenerator.getTurtleEggModel
(Integer eggs, Integer hatch) private Identifier
ItemModelGenerator.suffixTrim
(Identifier id, String trimMaterialName) Model.upload
(Block block, String suffix, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) Model.upload
(Block block, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) Model.upload
(Identifier id, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) Model.upload
(Identifier id, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector, Model.JsonFactory jsonFactory) default Identifier
TexturedModel.Factory.upload
(Block block, String suffix, BiConsumer<Identifier, Supplier<JsonElement>> writer) default Identifier
TexturedModel.Factory.upload
(Block block, BiConsumer<Identifier, Supplier<JsonElement>> writer) TexturedModel.upload
(Block block, String suffix, BiConsumer<Identifier, Supplier<JsonElement>> writer) TexturedModel.upload
(Block block, BiConsumer<Identifier, Supplier<JsonElement>> writer) Model.uploadWithoutVariant
(Block block, String suffix, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) Modifier and TypeMethodDescriptionprivate Map
<TextureKey, Identifier> Model.createTextureMap
(TextureMap textures) private List
<Identifier> BlockStateModelGenerator.getFireFloorModels
(Block texture) private List
<Identifier> BlockStateModelGenerator.getFireSideModels
(Block texture) private List
<Identifier> BlockStateModelGenerator.getFireUpModels
(Block texture) Modifier and TypeMethodDescriptionstatic TextureMap
TextureMap.all
(Identifier id) static TextureMap
TextureMap.cauldron
(Identifier content) TextureMap.copyAndAdd
(TextureKey key, Identifier id) BlockStateModelGenerator.StateFactory.create
(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) Model.JsonFactory.create
(Identifier id, Map<TextureKey, Identifier> textures) private JsonObject
ItemModelGenerator.createArmorJson
(Identifier id, Map<TextureKey, Identifier> textures, RegistryEntry<ArmorMaterial> armorMaterial) (package private) static BlockStateSupplier
BlockStateModelGenerator.createAxisRotatedBlockState
(Block block, Identifier modelId) (package private) static BlockStateSupplier
BlockStateModelGenerator.createAxisRotatedBlockState
(Block block, Identifier verticalModelId, Identifier horizontalModelId) private static VariantsBlockStateSupplier
BlockStateModelGenerator.createBlockStateWithRandomHorizontalRotations
(Block block, Identifier modelId) private static VariantsBlockStateSupplier
BlockStateModelGenerator.createBlockStateWithTwoModelAndRandomInversion
(Block block, Identifier firstModelId, Identifier secondModelId) private static BlockStateVariantMap
BlockStateModelGenerator.createBooleanModelMap
(BooleanProperty property, Identifier trueModel, Identifier falseModel) (package private) static BlockStateSupplier
BlockStateModelGenerator.createButtonBlockState
(Block buttonBlock, Identifier regularModelId, Identifier pressedModelId) private BlockStateSupplier
BlockStateModelGenerator.createCopperBulbBlockState
(Block copperBulbBlock, Identifier modelId, Identifier litModelId, Identifier poweredModelId, Identifier litPoweredModelId) (package private) static BlockStateSupplier
BlockStateModelGenerator.createCustomFenceBlockState
(Block customFenceBlock, Identifier postModelId, Identifier northModelId, Identifier eastModelId, Identifier southModelId, Identifier westModelId) private static BlockStateSupplier
BlockStateModelGenerator.createDeepslateState
(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) private static BlockStateSupplier
BlockStateModelGenerator.createDoorBlockState
(Block doorBlock, Identifier bottomLeftHingeClosedModelId, Identifier bottomLeftHingeOpenModelId, Identifier bottomRightHingeClosedModelId, Identifier bottomRightHingeOpenModelId, Identifier topLeftHingeClosedModelId, Identifier topLeftHingeOpenModelId, Identifier topRightHingeClosedModelId, Identifier topRightHingeOpenModelId) (package private) static BlockStateSupplier
BlockStateModelGenerator.createFenceBlockState
(Block fenceBlock, Identifier postModelId, Identifier sideModelId) (package private) static BlockStateSupplier
BlockStateModelGenerator.createFenceGateBlockState
(Block fenceGateBlock, Identifier openModelId, Identifier closedModelId, Identifier openWallModelId, Identifier closedWallModelId, boolean uvlock) Model.createJson
(Identifier id, Map<TextureKey, Identifier> textures) private static BlockStateVariant[]
BlockStateModelGenerator.createModelVariantWithRandomHorizontalRotations
(Identifier modelId) private static BlockStateSupplier
BlockStateModelGenerator.createMudBrickState
(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) private static BlockStateSupplier
BlockStateModelGenerator.createOrientableTrapdoorBlockState
(Block trapdoorBlock, Identifier topModelId, Identifier bottomModelId, Identifier openModelId) (package private) static BlockStateSupplier
BlockStateModelGenerator.createPressurePlateBlockState
(Block pressurePlateBlock, Identifier upModelId, Identifier downModelId) (package private) static VariantsBlockStateSupplier
BlockStateModelGenerator.createSingletonBlockState
(Block block, Identifier modelId) (package private) static BlockStateSupplier
BlockStateModelGenerator.createSlabBlockState
(Block slabBlock, Identifier bottomModelId, Identifier topModelId, Identifier fullModelId) (package private) static BlockStateSupplier
BlockStateModelGenerator.createStairsBlockState
(Block stairsBlock, Identifier innerModelId, Identifier regularModelId, Identifier outerModelId) private static BlockStateSupplier
BlockStateModelGenerator.createStoneState
(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) private static BlockStateSupplier
BlockStateModelGenerator.createTrapdoorBlockState
(Block trapdoorBlock, Identifier topModelId, Identifier bottomModelId, Identifier openModelId) private static <T extends Comparable<T>>
BlockStateVariantMapBlockStateModelGenerator.createValueFencedModelMap
(Property<T> property, T fence, Identifier higherOrEqualModelId, Identifier lowerModelId) (package private) static BlockStateSupplier
BlockStateModelGenerator.createWallBlockState
(Block wallBlock, Identifier postModelId, Identifier lowSideModelId, Identifier tallSideModelId) static TextureMap
TextureMap.crop
(Identifier id) static TextureMap
TextureMap.cross
(Identifier id) private static BlockStateVariantMap.QuadrupleProperty
<Direction, DoubleBlockHalf, DoorHinge, Boolean> BlockStateModelGenerator.fillDoorVariantMap
(BlockStateVariantMap.QuadrupleProperty<Direction, DoubleBlockHalf, DoorHinge, Boolean> variantMap, DoubleBlockHalf targetHalf, Identifier leftHingeClosedModelId, Identifier leftHingeOpenModelId, Identifier rightHingeClosedModelId, Identifier rightHingeOpenModelId) static TexturedModel
TexturedModel.getCubeAll
(Identifier id) static TextureMap
TextureMap.layer0
(Identifier id) static TextureMap
TextureMap.layered
(Identifier layer0, Identifier layer1) static TextureMap
TextureMap.layered
(Identifier layer0, Identifier layer1, Identifier layer2) static TextureMap
TextureMap.of
(TextureKey key, Identifier id) static TextureMap
TextureMap.particle
(Identifier id) static TextureMap
TextureMap.plant
(Identifier id) TextureMap.put
(TextureKey key, Identifier id) static TextureMap
TextureMap.rail
(Identifier id) TextureMap.register
(TextureKey key, Identifier id) private void
BlockStateModelGenerator.registerAxisRotated
(Block block, Identifier modelId) BlockStateModelGenerator.registerBuiltin
(Identifier modelId, Block particleBlock) private void
BlockStateModelGenerator.registerBuiltinWithParticle
(Block block, Identifier particleSource) private void
BlockStateModelGenerator.registerDoubleBlock
(Block block, Identifier upperHalfModelId, Identifier lowerHalfModelId) (package private) void
BlockStateModelGenerator.registerParentedItemModel
(Block block, Identifier parentModelId) private void
BlockStateModelGenerator.registerParentedItemModel
(Item item, Identifier parentModelId) private void
BlockStateModelGenerator.registerPiston
(Block piston, Identifier extendedModelId, TextureMap textures) private void
BlockStateModelGenerator.registerTopSoil
(Block topSoil, Identifier modelId, BlockStateVariant snowyVariant) static TextureMap
TextureMap.sideEnd
(Identifier side, Identifier end) private Identifier
ItemModelGenerator.suffixTrim
(Identifier id, String trimMaterialName) static TextureMap
TextureMap.texture
(Identifier id) static TextureMap
TextureMap.topBottom
(Identifier top, Identifier bottom) static TextureMap
TextureMap.torch
(Identifier id) Model.upload
(Identifier id, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) Model.upload
(Identifier id, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector, Model.JsonFactory jsonFactory) private void
ItemModelGenerator.uploadArmor
(Identifier id, Identifier layer0, Identifier layer1) private void
ItemModelGenerator.uploadArmor
(Identifier id, Identifier layer0, Identifier layer1, Identifier layer2) static TextureMap
TextureMap.wool
(Identifier id) Modifier and TypeMethodDescriptionprivate static List
<BlockStateVariant> BlockStateModelGenerator.buildBlockStateVariants
(List<Identifier> modelIds, UnaryOperator<BlockStateVariant> processor) BlockStateModelGenerator.StateFactory.create
(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) Model.JsonFactory.create
(Identifier id, Map<TextureKey, Identifier> textures) private JsonObject
ItemModelGenerator.createArmorJson
(Identifier id, Map<TextureKey, Identifier> textures, RegistryEntry<ArmorMaterial> armorMaterial) private static BlockStateSupplier
BlockStateModelGenerator.createDeepslateState
(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) Model.createJson
(Identifier id, Map<TextureKey, Identifier> textures) private static BlockStateSupplier
BlockStateModelGenerator.createMudBrickState
(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) private static BlockStateSupplier
BlockStateModelGenerator.createStoneState
(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) private Identifier
BlockStateModelGenerator.createSubModel
(Block block, String suffix, Model model, Function<Identifier, TextureMap> texturesFactory) (package private) static BlockStateSupplier
BlockStateModelGenerator.createUvLockedColumnBlockState
(Block block, TextureMap textureMap, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) Model.upload
(Block block, String suffix, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) Model.upload
(Block block, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) Model.upload
(Identifier id, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) Model.upload
(Identifier id, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector, Model.JsonFactory jsonFactory) default Identifier
TexturedModel.Factory.upload
(Block block, String suffix, BiConsumer<Identifier, Supplier<JsonElement>> writer) default Identifier
TexturedModel.Factory.upload
(Block block, BiConsumer<Identifier, Supplier<JsonElement>> writer) TexturedModel.upload
(Block block, String suffix, BiConsumer<Identifier, Supplier<JsonElement>> writer) TexturedModel.upload
(Block block, BiConsumer<Identifier, Supplier<JsonElement>> writer) Model.uploadWithoutVariant
(Block block, String suffix, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) ModifierConstructorDescriptionBuiltinModelPool
(Identifier modelId, Block block) SimpleModelSupplier
(Identifier parent) ModifierConstructorDescriptionBlockStateModelGenerator
(Consumer<BlockStateSupplier> blockStateCollector, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector, Consumer<Item> simpleItemModelExemptionCollector) Model
(Optional<Identifier> parent, Optional<String> variant, TextureKey[] requiredTextureKeys) -
Uses of Identifier in net.minecraft.data.report
Modifier and TypeMethodDescriptionprivate Path
BiomeParametersProvider.resolvePath
(Identifier id) -
Uses of Identifier in net.minecraft.data.server.loottable
Modifier and TypeMethodDescriptionprivate static Identifier
LootTableProvider.getId
(RegistryKey<LootTable> lootTableKey) -
Uses of Identifier in net.minecraft.data.server.recipe
Modifier and TypeFieldDescriptionprivate final Identifier
VanillaRecipeProvider.SmithingTemplate.id
The field for theid
record component.static final Identifier
CraftingRecipeJsonBuilder.ROOT
Modifier and TypeMethodDescriptionstatic Identifier
CraftingRecipeJsonBuilder.getItemId
(ItemConvertible item) VanillaRecipeProvider.SmithingTemplate.id()
Returns the value of theid
record component.Modifier and TypeMethodDescriptionvoid
RecipeExporter.accept
(Identifier recipeId, Recipe<?> recipe, @Nullable AdvancementEntry advancement) protected static void
RecipeProvider.offerSmithingTrimRecipe
(RecipeExporter exporter, Item template, Identifier recipeId) void
ComplexRecipeJsonBuilder.offerTo
(RecipeExporter exporter, Identifier id) void
CookingRecipeJsonBuilder.offerTo
(RecipeExporter exporter, Identifier recipeId) void
CraftingRecipeJsonBuilder.offerTo
(RecipeExporter exporter, Identifier recipeId) void
ShapedRecipeJsonBuilder.offerTo
(RecipeExporter exporter, Identifier recipeId) void
ShapelessRecipeJsonBuilder.offerTo
(RecipeExporter exporter, Identifier recipeId) void
SingleItemRecipeJsonBuilder.offerTo
(RecipeExporter exporter, Identifier recipeId) void
SmithingTransformRecipeJsonBuilder.offerTo
(RecipeExporter exporter, Identifier recipeId) void
SmithingTrimRecipeJsonBuilder.offerTo
(RecipeExporter exporter, Identifier recipeId) private void
CookingRecipeJsonBuilder.validate
(Identifier recipeId) private RawShapedRecipe
ShapedRecipeJsonBuilder.validate
(Identifier recipeId) private void
ShapelessRecipeJsonBuilder.validate
(Identifier recipeId) private void
SingleItemRecipeJsonBuilder.validate
(Identifier recipeId) private void
SmithingTransformRecipeJsonBuilder.validate
(Identifier recipeId) private void
SmithingTrimRecipeJsonBuilder.validate
(Identifier recipeId) -
Uses of Identifier in net.minecraft.data.server.tag
Modifier and TypeFieldDescriptionprivate final Map
<Identifier, TagBuilder> TagProvider.tagBuilders
Modifier and TypeMethodDescriptionTagProvider.ProvidedTagBuilder.addOptional
(Identifier id) TagProvider.ProvidedTagBuilder.addOptionalTag
(Identifier id) -
Uses of Identifier in net.minecraft.entity
-
Uses of Identifier in net.minecraft.entity.boss
Modifier and TypeFieldDescriptionprivate final Map
<Identifier, CommandBossBar> BossBarManager.commandBossBars
Modifier and TypeMethodDescriptionBossBarManager.add
(Identifier id, Text displayName) static CommandBossBar
CommandBossBar.fromNbt
(NbtCompound nbt, Identifier id, RegistryWrapper.WrapperLookup wrapperLookup) BossBarManager.get
(Identifier id) -
Uses of Identifier in net.minecraft.entity.passive
Modifier and TypeFieldDescriptionprivate final Identifier
WolfVariant.angryId
private final Identifier
WolfVariant.angryTextureId
private static final Identifier
RabbitEntity.KILLER_BUNNY
private final Identifier
WolfVariant.tameId
private final Identifier
WolfVariant.tameTextureId
private final Identifier
CatVariant.texture
The field for thetexture
record component.private final Identifier
FrogVariant.texture
The field for thetexture
record component.private final Identifier
WolfVariant.wildId
private final Identifier
WolfVariant.wildTextureId
Modifier and TypeMethodDescriptionWolfVariant.getAngryTextureId()
WolfVariant.getTameTextureId()
CatEntity.getTexture()
WolfEntity.getTextureId()
private static Identifier
WolfVariant.getTextureId
(Identifier id) WolfVariant.getWildTextureId()
CatVariant.texture()
Returns the value of thetexture
record component.FrogVariant.texture()
Returns the value of thetexture
record component.Modifier and TypeMethodDescriptionprivate static Identifier
WolfVariant.getTextureId
(Identifier id) ModifierConstructorDescriptionCatVariant
(Identifier identifier) FrogVariant
(Identifier identifier) WolfVariant
(Identifier wildId, Identifier tameId, Identifier angryId, RegistryEntryList<Biome> biomes) -
Uses of Identifier in net.minecraft.entity.player
Modifier and TypeMethodDescriptionvoid
PlayerEntity.increaseStat
(Identifier stat, int amount) void
PlayerEntity.incrementStat
(Identifier stat) -
Uses of Identifier in net.minecraft.item
Modifier and TypeFieldDescriptionprivate static final Identifier
SmithingTemplateItem.EMPTY_ARMOR_SLOT_BOOTS_TEXTURE
private static final Identifier
SmithingTemplateItem.EMPTY_ARMOR_SLOT_CHESTPLATE_TEXTURE
private static final Identifier
SmithingTemplateItem.EMPTY_ARMOR_SLOT_HELMET_TEXTURE
private static final Identifier
SmithingTemplateItem.EMPTY_ARMOR_SLOT_LEGGINGS_TEXTURE
private static final Identifier
SmithingTemplateItem.EMPTY_SLOT_AMETHYST_SHARD_TEXTURE
private static final Identifier
SmithingTemplateItem.EMPTY_SLOT_AXE_TEXTURE
private static final Identifier
SmithingTemplateItem.EMPTY_SLOT_DIAMOND_TEXTURE
private static final Identifier
SmithingTemplateItem.EMPTY_SLOT_EMERALD_TEXTURE
private static final Identifier
SmithingTemplateItem.EMPTY_SLOT_HOE_TEXTURE
private static final Identifier
SmithingTemplateItem.EMPTY_SLOT_INGOT_TEXTURE
private static final Identifier
SmithingTemplateItem.EMPTY_SLOT_LAPIS_LAZULI_TEXTURE
private static final Identifier
SmithingTemplateItem.EMPTY_SLOT_PICKAXE_TEXTURE
private static final Identifier
SmithingTemplateItem.EMPTY_SLOT_QUARTZ_TEXTURE
private static final Identifier
SmithingTemplateItem.EMPTY_SLOT_REDSTONE_DUST_TEXTURE
private static final Identifier
SmithingTemplateItem.EMPTY_SLOT_SHOVEL_TEXTURE
private static final Identifier
SmithingTemplateItem.EMPTY_SLOT_SWORD_TEXTURE
private final Identifier
AnimalArmorItem.entityTexture
private final Identifier
ArmorMaterial.Layer.id
private final Identifier
ArmorMaterial.Layer.layer1Texture
private final Identifier
ArmorMaterial.Layer.layer2Texture
private final @Nullable Identifier
AnimalArmorItem.overlayTexture
Modifier and TypeFieldDescriptionprivate final List
<Identifier> SmithingTemplateItem.emptyAdditionsSlotTextures
private final List
<Identifier> SmithingTemplateItem.emptyBaseSlotTextures
(package private) final Function
<Identifier, Identifier> AnimalArmorItem.Type.textureIdFunction
(package private) final Function
<Identifier, Identifier> AnimalArmorItem.Type.textureIdFunction
Modifier and TypeMethodDescriptionAnimalArmorItem.getEntityTexture()
AnimalArmorItem.getOverlayTexture()
ArmorMaterial.Layer.getTexture
(boolean secondLayer) private Identifier
ArmorMaterial.Layer.getTextureId
(boolean secondLayer) Modifier and TypeMethodDescriptionprivate static List
<Identifier> SmithingTemplateItem.getArmorTrimEmptyAdditionsSlotTextures()
private static List
<Identifier> SmithingTemplateItem.getArmorTrimEmptyBaseSlotTextures()
SmithingTemplateItem.getEmptyAdditionsSlotTextures()
SmithingTemplateItem.getEmptyBaseSlotTextures()
private static List
<Identifier> SmithingTemplateItem.getNetheriteUpgradeEmptyAdditionsSlotTextures()
private static List
<Identifier> SmithingTemplateItem.getNetheriteUpgradeEmptyBaseSlotTextures()
Modifier and TypeMethodDescriptionstatic SmithingTemplateItem
SmithingTemplateItem.of
(Identifier trimPatternIn, FeatureFlag[] requiredFeatures) static Item
Items.register
(Identifier id, Item item) ModifierConstructorDescriptionLayer
(Identifier id) Layer
(Identifier id, String suffix, boolean dyeable) ModifierConstructorDescriptionSmithingTemplateItem
(Text appliesToText, Text ingredientsText, Text titleText, Text baseSlotDescriptionText, Text additionsSlotDescriptionText, List<Identifier> emptyBaseSlotTextures, List<Identifier> emptyAdditionsSlotTextures, FeatureFlag[] requiredFeatures) private
Type
(Function<Identifier, Identifier> textureIdFunction, SoundEvent breakSound) private
Type
(Function<Identifier, Identifier> textureIdFunction, SoundEvent breakSound) -
Uses of Identifier in net.minecraft.item.map
Modifier and TypeFieldDescriptionprivate final Identifier
MapDecorationType.assetId
The field for theassetId
record component.Modifier and TypeMethodDescriptionMapDecorationType.assetId()
Returns the value of theassetId
record component.MapDecoration.getAssetId()
ModifierConstructorDescriptionMapDecorationType
(Identifier identifier, boolean bool, int int2, boolean bool2, boolean bool3) -
Uses of Identifier in net.minecraft.item.trim
Modifier and TypeFieldDescriptionprivate final Identifier
ArmorTrimPattern.assetId
The field for theassetId
record component.Modifier and TypeFieldDescriptionprivate final Function
<RegistryEntry<ArmorMaterial>, Identifier> ArmorTrim.genericModelIdGetter
private final Function
<RegistryEntry<ArmorMaterial>, Identifier> ArmorTrim.leggingsModelIdGetter
Modifier and TypeMethodDescriptionArmorTrimPattern.assetId()
Returns the value of theassetId
record component.ArmorTrim.getGenericModelId
(RegistryEntry<ArmorMaterial> armorMaterial) ArmorTrim.getLeggingsModelId
(RegistryEntry<ArmorMaterial> armorMaterial) ModifierConstructorDescriptionArmorTrimPattern
(Identifier identifier, RegistryEntry<Item> registryEntry, Text text, boolean bool) ModifierConstructorDescriptionprivate
ArmorTrim
(RegistryEntry<ArmorTrimMaterial> material, RegistryEntry<ArmorTrimPattern> pattern, boolean showInTooltip, Function<RegistryEntry<ArmorMaterial>, Identifier> leggingsModelIdGetter, Function<RegistryEntry<ArmorMaterial>, Identifier> genericModelIdGetter) -
Uses of Identifier in net.minecraft.loot
Modifier and TypeFieldDescriptionprivate Optional
<Identifier> LootTable.Builder.randomSequenceId
private final Optional
<Identifier> LootTable.randomSequenceId
Modifier and TypeMethodDescriptionLootDataType.parse
(Identifier id, com.mojang.serialization.DynamicOps<V> ops, V json) LootTable.Builder.randomSequenceId
(Identifier randomSequenceId) ModifierConstructorDescription(package private)
LootTable
(LootContextType type, Optional<Identifier> randomSequenceId, List<LootPool> pools, List<LootFunction> functions) -
Uses of Identifier in net.minecraft.loot.context
Modifier and TypeFieldDescriptionprivate final Map
<Identifier, LootContextParameterSet.DynamicDrop> LootContextParameterSet.Builder.dynamicDrops
private final Map
<Identifier, LootContextParameterSet.DynamicDrop> LootContextParameterSet.dynamicDrops
private static final BiMap
<Identifier, LootContextType> LootContextTypes.MAP
Modifier and TypeMethodDescriptionLootContextParameterSet.Builder.addDynamicDrop
(Identifier id, LootContextParameterSet.DynamicDrop dynamicDrop) void
LootContextParameterSet.addDynamicDrops
(Identifier id, Consumer<ItemStack> lootConsumer) void
LootContext.drop
(Identifier id, Consumer<ItemStack> lootConsumer) -
Uses of Identifier in net.minecraft.loot.entry
Modifier and TypeMethodDescriptionstatic LeafEntry.Builder
<?> DynamicEntry.builder
(Identifier name) ModifierConstructorDescriptionprivate
DynamicEntry
(Identifier name, int weight, int quality, List<LootCondition> conditions, List<LootFunction> functions) -
Uses of Identifier in net.minecraft.loot.function
Modifier and TypeFieldDescriptionprivate final Identifier
ApplyBonusLootFunction.Type.id
The field for theid
record component.Modifier and TypeFieldDescriptionprivate static final Map
<Identifier, ApplyBonusLootFunction.Type> ApplyBonusLootFunction.FACTORIES
Modifier and TypeMethodDescriptionApplyBonusLootFunction.Type.id()
Returns the value of theid
record component.ModifierConstructorDescription(package private)
Type
(Identifier identifier, com.mojang.serialization.Codec<? extends ApplyBonusLootFunction.Formula> codec) -
Uses of Identifier in net.minecraft.loot.provider.nbt
Modifier and TypeFieldDescriptionprivate final Identifier
StorageLootNbtProvider.source
The field for thesource
record component.Modifier and TypeMethodDescriptionStorageLootNbtProvider.source()
Returns the value of thesource
record component.ModifierConstructorDescriptionStorageLootNbtProvider
(Identifier source) Creates an instance of aStorageLootNbtProvider
record class. -
Uses of Identifier in net.minecraft.loot.provider.number
Modifier and TypeFieldDescriptionprivate final Identifier
StorageLootNumberProvider.storage
The field for thestorage
record component.Modifier and TypeMethodDescriptionStorageLootNumberProvider.storage()
Returns the value of thestorage
record component.ModifierConstructorDescriptionStorageLootNumberProvider
(Identifier identifier, NbtPathArgumentType.NbtPath nbtPath) -
Uses of Identifier in net.minecraft.network
Modifier and TypeMethodDescriptionPacketByteBuf.readIdentifier()
Reads an identifier from this buf.Modifier and TypeMethodDescriptionPacketByteBuf.writeIdentifier
(Identifier id) Writes an identifier to this buf. -
Uses of Identifier in net.minecraft.network.packet
Modifier and TypeFieldDescriptionprivate final Identifier
CustomPayload.Id.id
The field for theid
record component.private final Identifier
PacketType.id
The field for theid
record component.private final Identifier
UnknownCustomPayload.id
The field for theid
record component.Modifier and TypeMethodDescriptionCustomPayload.Id.id()
Returns the value of theid
record component.PacketType.id()
Returns the value of theid
record component.UnknownCustomPayload.id()
Returns the value of theid
record component.Modifier and TypeMethodDescriptionPacketCodec
<B, ? extends CustomPayload> CustomPayload.CodecFactory.create
(Identifier id) static <T extends PacketByteBuf>
PacketCodec<T, UnknownCustomPayload> UnknownCustomPayload.createCodec
(Identifier id, int maxBytes) ModifierConstructorDescriptionId
(Identifier identifier) PacketType
(NetworkSide networkSide, Identifier identifier) UnknownCustomPayload
(Identifier identifier) -
Uses of Identifier in net.minecraft.network.packet.c2s.common
Modifier and TypeFieldDescriptionprivate final Identifier
CookieResponseC2SPacket.key
The field for thekey
record component.Modifier and TypeMethodDescriptionCookieResponseC2SPacket.key()
Returns the value of thekey
record component.ModifierConstructorDescriptionCookieResponseC2SPacket
(Identifier identifier, @org.jetbrains.annotations.Nullable byte[] byte2) -
Uses of Identifier in net.minecraft.network.packet.c2s.play
Modifier and TypeFieldDescriptionprivate final Identifier
UpdateJigsawC2SPacket.name
private final Identifier
UpdateJigsawC2SPacket.pool
private final Identifier
CraftRequestC2SPacket.recipe
private final Identifier
RecipeBookDataC2SPacket.recipeId
private final @Nullable Identifier
AdvancementTabC2SPacket.tabToOpen
private final Identifier
UpdateJigsawC2SPacket.target
Modifier and TypeMethodDescriptionUpdateJigsawC2SPacket.getName()
UpdateJigsawC2SPacket.getPool()
CraftRequestC2SPacket.getRecipe()
RecipeBookDataC2SPacket.getRecipeId()
AdvancementTabC2SPacket.getTabToOpen()
UpdateJigsawC2SPacket.getTarget()
ModifierConstructorDescriptionUpdateJigsawC2SPacket
(BlockPos pos, Identifier name, Identifier target, Identifier pool, String finalState, JigsawBlockEntity.Joint jointType, int selectionPriority, int placementPriority) -
Uses of Identifier in net.minecraft.network.packet.s2c.common
Modifier and TypeFieldDescriptionprivate final Identifier
CookieRequestS2CPacket.key
The field for thekey
record component.private final Identifier
StoreCookieS2CPacket.key
The field for thekey
record component.Modifier and TypeMethodDescriptionCookieRequestS2CPacket.key()
Returns the value of thekey
record component.StoreCookieS2CPacket.key()
Returns the value of thekey
record component.ModifierConstructorDescriptionCookieRequestS2CPacket
(Identifier identifier) StoreCookieS2CPacket
(Identifier identifier, byte[] byte2) -
Uses of Identifier in net.minecraft.network.packet.s2c.config
Modifier and TypeFieldDescriptionprivate final Set
<Identifier> FeaturesS2CPacket.features
The field for thefeatures
record component. -
Uses of Identifier in net.minecraft.network.packet.s2c.login
Modifier and TypeFieldDescriptionprivate final Identifier
UnknownLoginQueryRequestPayload.id
The field for theid
record component.Modifier and TypeMethodDescriptionLoginQueryRequestPayload.id()
UnknownLoginQueryRequestPayload.id()
Returns the value of theid
record component.Modifier and TypeMethodDescriptionprivate static LoginQueryRequestPayload
LoginQueryRequestS2CPacket.readPayload
(Identifier id, PacketByteBuf buf) private static UnknownLoginQueryRequestPayload
LoginQueryRequestS2CPacket.readUnknownPayload
(Identifier id, PacketByteBuf buf) -
Uses of Identifier in net.minecraft.network.packet.s2c.play
Modifier and TypeFieldDescriptionprivate final @Nullable Identifier
CommandTreeS2CPacket.ArgumentNode.id
private final Identifier
CraftFailedResponseS2CPacket.recipeId
private final @Nullable Identifier
StopSoundS2CPacket.soundId
private final @Nullable Identifier
SelectAdvancementTabS2CPacket.tabId
Modifier and TypeFieldDescriptionprivate final List
<Identifier> UnlockRecipesS2CPacket.recipeIdsToChange
private final List
<Identifier> UnlockRecipesS2CPacket.recipeIdsToInit
private final Set
<Identifier> AdvancementUpdateS2CPacket.toRemove
private final Map
<Identifier, AdvancementProgress> AdvancementUpdateS2CPacket.toSetProgress
Modifier and TypeMethodDescriptionprivate static @Nullable Identifier
CommandTreeS2CPacket.ArgumentNode.computeId
(@Nullable com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> provider) CraftFailedResponseS2CPacket.getRecipeId()
StopSoundS2CPacket.getSoundId()
SelectAdvancementTabS2CPacket.getTabId()
Modifier and TypeMethodDescriptionAdvancementUpdateS2CPacket.getAdvancementIdsToRemove()
AdvancementUpdateS2CPacket.getAdvancementsToProgress()
UnlockRecipesS2CPacket.getRecipeIdsToChange()
UnlockRecipesS2CPacket.getRecipeIdsToInit()
ModifierConstructorDescription(package private)
ArgumentNode
(String name, ArgumentSerializer.ArgumentTypeProperties<?> properties, @Nullable Identifier id) StopSoundS2CPacket
(@Nullable Identifier soundId, @Nullable SoundCategory category) ModifierConstructorDescriptionAdvancementUpdateS2CPacket
(boolean clearCurrent, Collection<AdvancementEntry> toEarn, Set<Identifier> toRemove, Map<Identifier, AdvancementProgress> toSetProgress) AdvancementUpdateS2CPacket
(boolean clearCurrent, Collection<AdvancementEntry> toEarn, Set<Identifier> toRemove, Map<Identifier, AdvancementProgress> toSetProgress) UnlockRecipesS2CPacket
(UnlockRecipesS2CPacket.Action action, Collection<Identifier> recipeIdsToChange, Collection<Identifier> recipeIdsToInit, RecipeBookOptions options) -
Uses of Identifier in net.minecraft.predicate.entity
Modifier and TypeFieldDescriptionprivate final Map
<Identifier, PlayerPredicate.AdvancementPredicate> PlayerPredicate.advancements
The field for theadvancements
record component.private final Map
<Identifier, PlayerPredicate.AdvancementPredicate> PlayerPredicate.Builder.advancements
private final Object2BooleanMap
<Identifier> PlayerPredicate.Builder.recipes
private final Object2BooleanMap
<Identifier> PlayerPredicate.recipes
The field for therecipes
record component.Modifier and TypeMethodDescriptionPlayerPredicate.advancements()
Returns the value of theadvancements
record component.PlayerPredicate.recipes()
Returns the value of therecipes
record component.Modifier and TypeMethodDescriptionPlayerPredicate.Builder.advancement
(Identifier id, boolean done) PlayerPredicate.Builder.advancement
(Identifier id, Map<String, Boolean> criteria) PlayerPredicate.Builder.recipe
(Identifier id, boolean unlocked) ModifierConstructorDescriptionPlayerPredicate
(NumberRange.IntRange experienceLevel, Optional<GameMode> optional, List<PlayerPredicate.StatMatcher<?>> list, Object2BooleanMap<Identifier> recipes, Map<Identifier, PlayerPredicate.AdvancementPredicate> advancements, Optional<EntityPredicate> optional2) PlayerPredicate
(NumberRange.IntRange experienceLevel, Optional<GameMode> optional, List<PlayerPredicate.StatMatcher<?>> list, Object2BooleanMap<Identifier> recipes, Map<Identifier, PlayerPredicate.AdvancementPredicate> advancements, Optional<EntityPredicate> optional2) -
Uses of Identifier in net.minecraft.recipe
Modifier and TypeFieldDescriptionprivate final Identifier
RecipeEntry.id
The field for theid
record component.Modifier and TypeFieldDescriptionprivate Map
<Identifier, RecipeEntry<?>> RecipeManager.recipesById
Modifier and TypeMethodDescriptionRecipeManager.keys()
Returns a stream of IDs of recipes in this manager.Modifier and TypeMethodDescriptionprotected static RecipeEntry
<?> RecipeManager.deserialize
(Identifier id, JsonObject json, RegistryWrapper.WrapperLookup registryLookup) Reads a recipe from a JSON object.private <T extends Recipe<?>>
@Nullable RecipeEntry<T> RecipeManager.get
(RecipeType<T> type, Identifier id) Returns a recipe with the givenid
andtype
, or empty if there is no such recipe.Optional
<RecipeEntry<?>> RecipeManager.get
(Identifier id) Returns a recipe with the givenid
, or empty if there is no such recipe.<C extends Inventory,
T extends Recipe<C>>
Optional<RecipeEntry<T>> RecipeManager.getFirstMatch
(RecipeType<T> type, C inventory, World world, @Nullable Identifier id) Modifier and TypeMethodDescriptionprotected void
RecipeManager.apply
(Map<Identifier, JsonElement> map, ResourceManager resourceManager, Profiler profiler) -
Uses of Identifier in net.minecraft.recipe.book
Modifier and TypeFieldDescriptionprotected final Set
<Identifier> RecipeBook.recipes
protected final Set
<Identifier> RecipeBook.toBeDisplayed
Modifier and TypeMethodDescriptionprotected void
RecipeBook.add
(Identifier id) boolean
RecipeBook.contains
(Identifier id) protected void
RecipeBook.display
(Identifier id) protected void
RecipeBook.remove
(Identifier id) -
Uses of Identifier in net.minecraft.registry
Modifier and TypeFieldDescriptionprivate final Identifier
SimpleDefaultedRegistry.defaultId
private final Identifier
RegistryKey.RegistryIdPair.id
The field for theid
record component.private final Identifier
SerializableRegistries.SerializedRegistryEntry.id
The field for theid
record component.private final Identifier
RegistryKey.registry
The identifier of the registry in the root registry.private final Identifier
RegistryKey.RegistryIdPair.registry
The field for theregistry
record component.static final Identifier
RegistryKeys.ROOT
private final Identifier
RegistryKey.value
The identifier of the value in the registry specified byRegistryKey.registry
.Modifier and TypeFieldDescriptionstatic final Registry
<Identifier> Registries.CUSTOM_STAT
static final RegistryKey
<Registry<Identifier>> RegistryKeys.CUSTOM_STAT
private static final Map
<Identifier, Supplier<?>> Registries.DEFAULT_ENTRIES
private final Map
<Identifier, RegistryEntry.Reference<T>> SimpleRegistry.idToEntry
private final Map
<Identifier, RegistryEntryLookup<?>> RegistryBuilder.Registries.registries
The field for theregistries
record component.Modifier and TypeMethodDescriptionDefaultedRegistry.getDefaultId()
SimpleDefaultedRegistry.getDefaultId()
Returns the ID assigned tovalue
, ornull
if it is not registered.Returns the ID assigned tovalue
, ornull
if it is not registered.Returns the ID assigned tovalue
, ornull
if it is not registered.Returns the ID assigned tovalue
, ornull
if it is not registered.RegistryKey.getRegistry()
RegistryKey.getValue()
RegistryKey.RegistryIdPair.id()
Returns the value of theid
record component.SerializableRegistries.SerializedRegistryEntry.id()
Returns the value of theid
record component.RegistryKey.RegistryIdPair.registry()
Returns the value of theregistry
record component.Modifier and TypeMethodDescriptionRegistry.getIds()
Returns the set of all IDs registered in a registry.ReloadableRegistries.Lookup.getIds
(RegistryKey<? extends Registry<?>> registryRef) SimpleRegistry.getIds()
Returns the set of all IDs registered in a registry.RegistryBuilder.Registries.registries()
Returns the value of theregistries
record component.Modifier and TypeMethodDescriptionboolean
Registry.containsId
(Identifier id) Returns whetherid
is registered in this registry.boolean
SimpleRegistry.containsId
(Identifier id) Returns whetherid
is registered in this registry.DefaultedRegistry.get
(@Nullable Identifier id) Returns the value that is assignedid
, ornull
if there is none.Registry.get
(@Nullable Identifier id) Returns the value that is assignedid
, ornull
if there is none.SimpleDefaultedRegistry.get
(@Nullable Identifier id) Returns the value that is assignedid
, ornull
if there is none.SimpleRegistry.get
(@Nullable Identifier id) Returns the value that is assignedid
, ornull
if there is none.Registry.getEntry
(Identifier id) SimpleRegistry.getEntry
(Identifier id) Registry.getOrEmpty
(@Nullable Identifier id) Returns the value that is assignedid
, or an empty optional if there is none.SimpleDefaultedRegistry.getOrEmpty
(@Nullable Identifier id) Returns the value that is assignedid
, or an empty optional if there is none.private static String
RegistryLoader.getPath
(Identifier id) static <T> RegistryKey
<T> RegistryKey.of
(RegistryKey<? extends Registry<T>> registry, Identifier value) Creates a registry key for a value in a registry with a registry key for the value-holding registry in the root registry and an identifier of the value.private static <T> RegistryKey
<T> RegistryKey.of
(Identifier registry, Identifier value) static <T> RegistryKey
<Registry<T>> RegistryKey.ofRegistry
(Identifier registry) Creates a registry key for a registry in the root registry (registry of all registries) with an identifier for the registry.static <V,
T extends V>
TRegistry.register
(Registry<V> registry, Identifier id, T entry) Registersentry
toregistry
underid
.static <T> RegistryEntry.Reference
<T> Registry.registerReference
(Registry<T> registry, Identifier id, T entry) ModifierConstructorDescription(package private)
RegistryIdPair
(Identifier identifier, Identifier identifier2) private
RegistryKey
(Identifier registry, Identifier value) SerializedRegistryEntry
(Identifier identifier, Optional<NbtElement> optional) ModifierConstructorDescriptionprivate
Registries
(RegistryBuilder.AnyOwner anyOwner, RegistryBuilder.StandAloneEntryCreatingLookup standAloneEntryCreatingLookup, Map<Identifier, RegistryEntryLookup<?>> map, Map<RegistryKey<?>, RegistryBuilder.RegisteredValue<?>> map2, List<RuntimeException> list) -
Uses of Identifier in net.minecraft.registry.entry
Modifier and TypeMethodDescriptionboolean
RegistryEntry.Direct.matchesId
(Identifier id) Returns whether the ID of this entry isid
.boolean
RegistryEntry.matchesId
(Identifier id) Returns whether the ID of this entry isid
.boolean
RegistryEntry.Reference.matchesId
(Identifier id) Returns whether the ID of this entry isid
. -
Uses of Identifier in net.minecraft.registry.tag
Modifier and TypeFieldDescriptionprivate final Identifier
TagEntry.id
private final Identifier
TagKey.id
The field for theid
record component.Modifier and TypeFieldDescription(package private) final Map
<Identifier, IntList> TagPacketSerializer.Serialized.contents
(package private) final Function
<Identifier, Optional<? extends T>> TagGroupLoader.registryGetter
private final Map
<Identifier, Collection<RegistryEntry<T>>> TagManagerLoader.RegistryTags.tags
The field for thetags
record component.Modifier and TypeMethodDescriptionTagGroupLoader.buildGroup
(Map<Identifier, List<TagGroupLoader.TrackedEntry>> tags) TagGroupLoader.load
(ResourceManager manager) TagGroupLoader.loadTags
(ResourceManager resourceManager) TagManagerLoader.RegistryTags.tags()
Returns the value of thetags
record component.Modifier and TypeMethodDescriptionTagBuilder.add
(Identifier id) TagBuilder.addOptional
(Identifier id) TagBuilder.addOptionalTag
(Identifier id) TagBuilder.addTag
(Identifier id) static TagEntry
TagEntry.create
(Identifier id) static TagEntry
TagEntry.createOptional
(Identifier id) static TagEntry
TagEntry.createOptionalTag
(Identifier id) static TagEntry
TagEntry.createTag
(Identifier id) TagEntry.ValueGetter.direct
(Identifier id) static <T> TagKey
<T> TagKey.of
(RegistryKey<? extends Registry<T>> registry, Identifier id) TagEntry.ValueGetter.tag
(Identifier id) Modifier and TypeMethodDescriptionTagGroupLoader.buildGroup
(Map<Identifier, List<TagGroupLoader.TrackedEntry>> tags) boolean
TagEntry.canAdd
(Predicate<Identifier> directEntryPredicate, Predicate<Identifier> tagEntryPredicate) void
TagGroupLoader.TagDependencies.forDependencies
(Consumer<Identifier> callback) void
TagEntry.forEachOptionalTagId
(Consumer<Identifier> idConsumer) void
TagEntry.forEachRequiredTagId
(Consumer<Identifier> idConsumer) void
TagGroupLoader.TagDependencies.forOptionalDependencies
(Consumer<Identifier> callback) ModifierConstructorDescriptionprivate
TagEntry
(Identifier id, boolean tag, boolean required) TagKey
(RegistryKey<? extends Registry<T>> registryKey, Identifier identifier) Deprecated.ModifierConstructorDescriptionRegistryTags
(RegistryKey<? extends Registry<T>> registryKey, Map<Identifier, Collection<RegistryEntry<T>>> map) (package private)
Serialized
(Map<Identifier, IntList> contents) TagGroupLoader
(Function<Identifier, Optional<? extends T>> registryGetter, String dataType) -
Uses of Identifier in net.minecraft.resource
Modifier and TypeFieldDescriptionprivate final Identifier
NamespaceResourceManager.EntryList.id
The field for theid
record component.private final Identifier
VanillaResourcePackProvider.id
private static final Identifier
VanillaDataPackProvider.ID
private final Identifier
NamespaceResourceManager.EntryList.metadataId
The field for themetadataId
record component.Modifier and TypeFieldDescriptionprivate final @Nullable Predicate
<Identifier> NamespaceResourceManager.FilterablePack.filter
The field for thefilter
record component.Modifier and TypeMethodDescriptionprivate static Identifier
NamespaceResourceManager.getMetadataFileName
(Identifier id) (package private) static Identifier
NamespaceResourceManager.getMetadataPath
(Identifier id) NamespaceResourceManager.EntryList.id()
Returns the value of theid
record component.NamespaceResourceManager.EntryList.metadataId()
Returns the value of themetadataId
record component.ResourceFinder.toResourceId
(Identifier path) Returns an identifier of the resource located at the file pathpath
.ResourceFinder.toResourcePath
(Identifier id) Returns an identifier that is used as a file path for locating the resourceid
.Modifier and TypeMethodDescriptionNamespaceResourceManager.FilterablePack.filter()
Returns the value of thefilter
record component.LifecycledResourceManagerImpl.findAllResources
(String startingPath, Predicate<Identifier> allowedPathPredicate) NamespaceResourceManager.findAllResources
(String startingPath, Predicate<Identifier> allowedPathPredicate) ReloadableResourceManagerImpl.findAllResources
(String startingPath, Predicate<Identifier> allowedPathPredicate) ResourceFinder.findAllResources
(ResourceManager resourceManager) ResourceManager.Empty.findAllResources
(String startingPath, Predicate<Identifier> allowedPathPredicate) ResourceManager.findAllResources
(String startingPath, Predicate<Identifier> allowedPathPredicate) LifecycledResourceManagerImpl.findResources
(String startingPath, Predicate<Identifier> allowedPathPredicate) Returns a sorted list of identifiers matching a path predicate.NamespaceResourceManager.findResources
(String startingPath, Predicate<Identifier> allowedPathPredicate) Returns a sorted list of identifiers matching a path predicate.ReloadableResourceManagerImpl.findResources
(String startingPath, Predicate<Identifier> allowedPathPredicate) Returns a sorted list of identifiers matching a path predicate.ResourceFinder.findResources
(ResourceManager resourceManager) ResourceManager.Empty.findResources
(String startingPath, Predicate<Identifier> allowedPathPredicate) Returns a sorted list of identifiers matching a path predicate.ResourceManager.findResources
(String startingPath, Predicate<Identifier> allowedPathPredicate) Returns a sorted list of identifiers matching a path predicate.protected Map
<Identifier, JsonElement> JsonDataLoader.prepare
(ResourceManager resourceManager, Profiler profiler) Modifier and TypeMethodDescriptionprivate InputSupplier
<ResourceMetadata> NamespaceResourceManager.createMetadataSupplier
(Identifier id, int index) private static Resource
NamespaceResourceManager.createResource
(ResourcePack pack, Identifier id, InputSupplier<InputStream> supplier, InputSupplier<ResourceMetadata> metadataSupplier) void
DefaultResourcePack.forEachNamespacedPath
(ResourceType type, Identifier path, Consumer<Path> consumer) LifecycledResourceManagerImpl.getAllResources
(Identifier id) Gets all of the available resources to the corresponding resource identifier.NamespaceResourceManager.getAllResources
(Identifier id) Gets all of the available resources to the corresponding resource identifier.ReloadableResourceManagerImpl.getAllResources
(Identifier id) Gets all of the available resources to the corresponding resource identifier.ResourceManager.Empty.getAllResources
(Identifier id) Gets all of the available resources to the corresponding resource identifier.ResourceManager.getAllResources
(Identifier id) Gets all of the available resources to the corresponding resource identifier.private static Identifier
NamespaceResourceManager.getMetadataFileName
(Identifier id) (package private) static Identifier
NamespaceResourceManager.getMetadataPath
(Identifier id) LifecycledResourceManagerImpl.getResource
(Identifier id) Finds and returns the corresponding resource for a resource's identifier.NamespaceResourceManager.getResource
(Identifier id) Finds and returns the corresponding resource for a resource's identifier.ReloadableResourceManagerImpl.getResource
(Identifier id) Finds and returns the corresponding resource for a resource's identifier.ResourceFactory.getResource
(Identifier id) Finds and returns the corresponding resource for a resource's identifier.ResourceManager.Empty.getResource
(Identifier id) Finds and returns the corresponding resource for a resource's identifier.default Resource
ResourceFactory.getResourceOrThrow
(Identifier id) boolean
NamespaceResourceManager.FilterablePack.isFiltered
(Identifier id) private static boolean
NamespaceResourceManager.isMcmeta
(Identifier id) DefaultResourcePack.open
(ResourceType type, Identifier id) DirectoryResourcePack.open
(ResourceType type, Identifier id) static @Nullable InputSupplier
<InputStream> DirectoryResourcePack.open
(Identifier id, Path path) OverlayResourcePack.open
(ResourceType type, Identifier id) default InputStream
ResourceFactory.open
(Identifier id) ResourcePack.open
(ResourceType type, Identifier id) ZipResourcePack.open
(ResourceType type, Identifier id) default BufferedReader
ResourceFactory.openAsReader
(Identifier id) private static String
ZipResourcePack.toPath
(ResourceType type, Identifier id) ResourceFinder.toResourceId
(Identifier path) Returns an identifier of the resource located at the file pathpath
.ResourceFinder.toResourcePath
(Identifier id) Returns an identifier that is used as a file path for locating the resourceid
.private static InputSupplier
<InputStream> NamespaceResourceManager.wrapForDebug
(Identifier id, ResourcePack pack, InputSupplier<InputStream> supplier) Modifier and TypeMethodDescriptionvoid
NamespaceResourceManager.addPack
(String id, Predicate<Identifier> filter) private void
NamespaceResourceManager.addPack
(String id, @Nullable ResourcePack underlyingPack, @Nullable Predicate<Identifier> filter) void
NamespaceResourceManager.addPack
(ResourcePack pack, Predicate<Identifier> filter) private static void
NamespaceResourceManager.applyFilter
(NamespaceResourceManager.FilterablePack pack, Map<Identifier, NamespaceResourceManager.EntryList> idToEntryList) LifecycledResourceManagerImpl.findAllResources
(String startingPath, Predicate<Identifier> allowedPathPredicate) NamespaceResourceManager.findAllResources
(String startingPath, Predicate<Identifier> allowedPathPredicate) ReloadableResourceManagerImpl.findAllResources
(String startingPath, Predicate<Identifier> allowedPathPredicate) ResourceManager.Empty.findAllResources
(String startingPath, Predicate<Identifier> allowedPathPredicate) ResourceManager.findAllResources
(String startingPath, Predicate<Identifier> allowedPathPredicate) private void
NamespaceResourceManager.findAndAdd
(NamespaceResourceManager.FilterablePack pack, String startingPath, Predicate<Identifier> allowedPathPredicate, Map<Identifier, NamespaceResourceManager.EntryList> idToEntryList) private void
NamespaceResourceManager.findAndAdd
(NamespaceResourceManager.FilterablePack pack, String startingPath, Predicate<Identifier> allowedPathPredicate, Map<Identifier, NamespaceResourceManager.EntryList> idToEntryList) LifecycledResourceManagerImpl.findResources
(String startingPath, Predicate<Identifier> allowedPathPredicate) Returns a sorted list of identifiers matching a path predicate.NamespaceResourceManager.findResources
(String startingPath, Predicate<Identifier> allowedPathPredicate) Returns a sorted list of identifiers matching a path predicate.ReloadableResourceManagerImpl.findResources
(String startingPath, Predicate<Identifier> allowedPathPredicate) Returns a sorted list of identifiers matching a path predicate.ResourceManager.Empty.findResources
(String startingPath, Predicate<Identifier> allowedPathPredicate) Returns a sorted list of identifiers matching a path predicate.ResourceManager.findResources
(String startingPath, Predicate<Identifier> allowedPathPredicate) Returns a sorted list of identifiers matching a path predicate.static ResourceFactory
ResourceFactory.fromMap
(Map<Identifier, Resource> map) static void
JsonDataLoader.load
(ResourceManager manager, String dataType, Gson gson, Map<Identifier, JsonElement> results) void
NamespaceResourceManager.FilterablePack.removeFiltered
(Collection<Identifier> ids) ModifierConstructorDescriptionDebugInputStream
(InputStream parent, Identifier id, String packId) (package private)
EntryList
(Identifier id) private
EntryList
(Identifier identifier, Identifier identifier2, List<NamespaceResourceManager.FileSource> list, Map<ResourcePack, InputSupplier<InputStream>> map) VanillaResourcePackProvider
(ResourceType type, DefaultResourcePack resourcePack, Identifier id, SymlinkFinder symlinkFinder) ModifierConstructorDescription(package private)
FilterablePack
(String string, @Nullable ResourcePack resourcePack, @Nullable Predicate<Identifier> predicate) -
Uses of Identifier in net.minecraft.resource.featuretoggle
Modifier and TypeFieldDescriptionprivate final Map
<Identifier, FeatureFlag> FeatureManager.Builder.featureFlags
private final Map
<Identifier, FeatureFlag> FeatureManager.featureFlags
Modifier and TypeMethodDescriptionFeatureManager.featureSetOf
(Iterable<Identifier> features) FeatureManager.featureSetOf
(Iterable<Identifier> features, Consumer<Identifier> unknownFlagConsumer) FeatureManager.featureSetOf
(Iterable<Identifier> features, Consumer<Identifier> unknownFlagConsumer) ModifierConstructorDescription(package private)
FeatureManager
(FeatureUniverse universe, FeatureSet featureSet, Map<Identifier, FeatureFlag> featureFlags) -
Uses of Identifier in net.minecraft.resource.metadata
Modifier and TypeFieldDescriptionprivate final Predicate
<Identifier> BlockEntry.identifierPredicate
-
Uses of Identifier in net.minecraft.scoreboard
Modifier and TypeMethodDescriptionprivate static <T> Optional
<ScoreboardCriterion> ScoreboardCriterion.getOrCreateStatCriterion
(StatType<T> statType, Identifier id) -
Uses of Identifier in net.minecraft.screen
Modifier and TypeFieldDescriptionstatic final Identifier
PlayerScreenHandler.BLOCK_ATLAS_TEXTURE
(package private) static final Identifier[]
PlayerScreenHandler.EMPTY_ARMOR_SLOT_TEXTURES
static final Identifier
PlayerScreenHandler.EMPTY_BOOTS_SLOT_TEXTURE
static final Identifier
PlayerScreenHandler.EMPTY_CHESTPLATE_SLOT_TEXTURE
static final Identifier
PlayerScreenHandler.EMPTY_HELMET_SLOT_TEXTURE
(package private) static final Identifier
EnchantmentScreenHandler.EMPTY_LAPIS_SLOT_TEXTURE
static final Identifier
PlayerScreenHandler.EMPTY_LEGGINGS_SLOT_TEXTURE
static final Identifier
PlayerScreenHandler.EMPTY_OFFHAND_ARMOR_SLOT
-
Uses of Identifier in net.minecraft.screen.slot
Modifier and TypeMethodDescription@Nullable com.mojang.datafixers.util.Pair
<Identifier, Identifier> Slot.getBackgroundSprite()
@Nullable com.mojang.datafixers.util.Pair
<Identifier, Identifier> Slot.getBackgroundSprite()
-
Uses of Identifier in net.minecraft.server
Modifier and TypeFieldDescriptionprivate Map
<Identifier, AdvancementEntry> ServerAdvancementLoader.advancements
Modifier and TypeMethodDescriptionServerAdvancementLoader.get
(Identifier id) private void
ServerAdvancementLoader.validate
(Identifier id, Advancement advancement) Modifier and TypeMethodDescriptionprotected void
ServerAdvancementLoader.apply
(Map<Identifier, JsonElement> map, ResourceManager resourceManager, Profiler profiler) -
Uses of Identifier in net.minecraft.server.command
Modifier and TypeMethodDescriptionServerCommandSource.getRecipeIds()
ServerCommandSource.getSoundIds()
Modifier and TypeMethodDescriptionvoid
FunctionCommand.ResultConsumer.accept
(T source, Identifier id, int result) private static int
BossBarCommand.addBossBar
(ServerCommandSource source, Identifier name, Text displayName) private static <T extends AbstractServerCommandSource<T>>
voidFunctionCommand.enqueueFunction
(@Nullable NbtCompound args, ExecutionControl<T> control, com.mojang.brigadier.CommandDispatcher<T> dispatcher, T source, CommandFunction<T> function, Identifier id, ReturnValueConsumer returnValueConsumer, boolean propagateReturn) private static int
PlaySoundCommand.execute
(ServerCommandSource source, Collection<ServerPlayerEntity> targets, Identifier sound, SoundCategory category, Vec3d pos, float volume, float pitch, float minVolume) private static int
RandomCommand.execute
(ServerCommandSource source, NumberRange.IntRange range, @Nullable Identifier sequenceId, boolean roll) private static int
StopSoundCommand.execute
(ServerCommandSource source, Collection<ServerPlayerEntity> targets, @Nullable SoundCategory category, @Nullable Identifier sound) static int
PlaceCommand.executePlaceJigsaw
(ServerCommandSource source, RegistryEntry<StructurePool> structurePool, Identifier id, int maxDepth, BlockPos pos) static int
PlaceCommand.executePlaceTemplate
(ServerCommandSource source, Identifier id, BlockPos pos, BlockRotation rotation, BlockMirror mirror, float integrity, int seed) private static int
RandomCommand.executeReset
(ServerCommandSource source, Identifier sequenceId) private static int
RandomCommand.executeReset
(ServerCommandSource source, Identifier sequenceId, int salt, boolean includeWorldSeed, boolean includeSequenceId) void
DebugCommand.Tracer.traceFunctionCall
(int depth, Identifier function, int size) private static <T extends AbstractServerCommandSource<T>>
ReturnValueConsumerFunctionCommand.wrapReturnValueConsumer
(T flags, FunctionCommand.ResultConsumer<T> resultConsumer, Identifier id, ReturnValueConsumer wrapped) Modifier and TypeMethodDescriptionprivate static int
ScheduleCommand.execute
(ServerCommandSource source, com.mojang.datafixers.util.Pair<Identifier, com.mojang.datafixers.util.Either<CommandFunction<ServerCommandSource>, Collection<CommandFunction<ServerCommandSource>>>> function, int time, boolean replace) -
Uses of Identifier in net.minecraft.server.function
Modifier and TypeFieldDescriptionprivate final Identifier
ExpandedMacro.id
The field for theid
record component.private final Identifier
LazyContainer.id
private final Identifier
Macro.id
private static final Identifier
CommandFunctionManager.LOAD_TAG_ID
private static final Identifier
CommandFunctionManager.TICK_TAG_ID
Modifier and TypeFieldDescriptionprivate Map
<Identifier, CommandFunction<ServerCommandSource>> FunctionLoader.functions
private Map
<Identifier, Collection<CommandFunction<ServerCommandSource>>> FunctionLoader.tags
Modifier and TypeMethodDescriptionLazyContainer.getId()
CommandFunction.id()
ExpandedMacro.id()
Returns the value of theid
record component.Macro.id()
Procedure.id()
Modifier and TypeMethodDescriptionCommandFunctionManager.getAllFunctions()
FunctionLoader.getFunctions()
CommandFunctionManager.getFunctionTags()
FunctionLoader.getTags()
Modifier and TypeMethodDescriptionstatic <T extends AbstractServerCommandSource<T>>
CommandFunction<T> CommandFunction.create
(Identifier id, com.mojang.brigadier.CommandDispatcher<T> dispatcher, T source, List<String> lines) Parses a function in the context ofsource
.private void
CommandFunctionManager.executeAll
(Collection<CommandFunction<ServerCommandSource>> functions, Identifier label) FunctionLoader.get
(Identifier id) CommandFunctionManager.getFunction
(Identifier id) CommandFunctionManager.getTag
(Identifier id) FunctionLoader.getTagOrEmpty
(Identifier id) Macro.FixedLine.instantiate
(List<String> args, com.mojang.brigadier.CommandDispatcher<T> dispatcher, Identifier id) Macro.Line.instantiate
(List<String> args, com.mojang.brigadier.CommandDispatcher<T> dispatcher, Identifier id) Macro.VariableLine.instantiate
(List<String> args, com.mojang.brigadier.CommandDispatcher<T> dispatcher, Identifier id) FunctionBuilder.toCommandFunction
(Identifier id) void
Tracer.traceFunctionCall
(int depth, Identifier function, int size) ModifierConstructorDescriptionExpandedMacro
(Identifier identifier, List<SourcedCommandAction<T>> list) Macro
(Identifier id, List<Macro.Line<T>> lines, List<String> varNames) -
Uses of Identifier in net.minecraft.server.network
Modifier and TypeMethodDescriptionprivate void
ServerRecipeBook.sendUnlockRecipesPacket
(UnlockRecipesS2CPacket.Action action, ServerPlayerEntity player, List<Identifier> recipeIds) void
ServerPlayerEntity.unlockRecipes
(List<Identifier> recipes) -
Uses of Identifier in net.minecraft.server.world
-
Uses of Identifier in net.minecraft.sound
Modifier and TypeMethodDescriptionstatic SoundEvent
SoundEvent.of
(Identifier id) static SoundEvent
SoundEvent.of
(Identifier id, float distanceToTravel) private static SoundEvent
SoundEvent.of
(Identifier id, Optional<Float> distanceToTravel) private static SoundEvent
SoundEvents.register
(Identifier id) private static SoundEvent
SoundEvents.register
(Identifier id, Identifier soundId) private static RegistryEntry
<SoundEvent> SoundEvents.register
(Identifier id, Identifier soundId, float distanceToTravel) private static RegistryEntry.Reference
<SoundEvent> SoundEvents.registerReference
(Identifier id) private static RegistryEntry.Reference
<SoundEvent> SoundEvents.registerReference
(Identifier id, Identifier soundId) ModifierConstructorDescriptionprivate
SoundEvent
(Identifier id, float distanceToTravel, boolean useStaticDistance) -
Uses of Identifier in net.minecraft.stat
Modifier and TypeFieldDescriptionstatic final Identifier
Stats.ANIMALS_BRED
static final Identifier
Stats.AVIATE_ONE_CM
static final Identifier
Stats.BELL_RING
static final Identifier
Stats.BOAT_ONE_CM
static final Identifier
Stats.CLEAN_ARMOR
static final Identifier
Stats.CLEAN_BANNER
static final Identifier
Stats.CLEAN_SHULKER_BOX
static final Identifier
Stats.CLIMB_ONE_CM
static final Identifier
Stats.CROUCH_ONE_CM
static final Identifier
Stats.DAMAGE_ABSORBED
static final Identifier
Stats.DAMAGE_BLOCKED_BY_SHIELD
static final Identifier
Stats.DAMAGE_DEALT
static final Identifier
Stats.DAMAGE_DEALT_ABSORBED
static final Identifier
Stats.DAMAGE_DEALT_RESISTED
static final Identifier
Stats.DAMAGE_RESISTED
static final Identifier
Stats.DAMAGE_TAKEN
static final Identifier
Stats.DEATHS
static final Identifier
Stats.DROP
static final Identifier
Stats.EAT_CAKE_SLICE
static final Identifier
Stats.ENCHANT_ITEM
static final Identifier
Stats.FALL_ONE_CM
static final Identifier
Stats.FILL_CAULDRON
static final Identifier
Stats.FISH_CAUGHT
static final Identifier
Stats.FLY_ONE_CM
static final Identifier
Stats.HORSE_ONE_CM
static final Identifier
Stats.INSPECT_DISPENSER
static final Identifier
Stats.INSPECT_DROPPER
static final Identifier
Stats.INSPECT_HOPPER
static final Identifier
Stats.INTERACT_WITH_ANVIL
static final Identifier
Stats.INTERACT_WITH_BEACON
static final Identifier
static final Identifier
static final Identifier
Stats.INTERACT_WITH_CAMPFIRE
static final Identifier
static final Identifier
static final Identifier
Stats.INTERACT_WITH_FURNACE
static final Identifier
Stats.INTERACT_WITH_GRINDSTONE
static final Identifier
Stats.INTERACT_WITH_LECTERN
static final Identifier
Stats.INTERACT_WITH_LOOM
static final Identifier
static final Identifier
Stats.INTERACT_WITH_SMOKER
static final Identifier
static final Identifier
Stats.JUMP
static final Identifier
Stats.LEAVE_GAME
static final Identifier
Stats.MINECART_ONE_CM
static final Identifier
Stats.MOB_KILLS
static final Identifier
Stats.OPEN_BARREL
static final Identifier
Stats.OPEN_CHEST
static final Identifier
Stats.OPEN_ENDERCHEST
static final Identifier
Stats.OPEN_SHULKER_BOX
static final Identifier
Stats.PIG_ONE_CM
static final Identifier
Stats.PLAY_NOTEBLOCK
static final Identifier
Stats.PLAY_RECORD
static final Identifier
Stats.PLAY_TIME
static final Identifier
Stats.PLAYER_KILLS
static final Identifier
Stats.POT_FLOWER
static final Identifier
Stats.RAID_TRIGGER
static final Identifier
Stats.RAID_WIN
static final Identifier
Stats.SLEEP_IN_BED
static final Identifier
Stats.SNEAK_TIME
static final Identifier
Stats.SPRINT_ONE_CM
static final Identifier
Stats.STRIDER_ONE_CM
static final Identifier
Stats.SWIM_ONE_CM
static final Identifier
Stats.TALKED_TO_VILLAGER
static final Identifier
Stats.TARGET_HIT
static final Identifier
Stats.TIME_SINCE_DEATH
static final Identifier
Stats.TIME_SINCE_REST
static final Identifier
Stats.TOTAL_WORLD_TIME
static final Identifier
Stats.TRADED_WITH_VILLAGER
static final Identifier
Stats.TRIGGER_TRAPPED_CHEST
static final Identifier
Stats.TUNE_NOTEBLOCK
static final Identifier
Stats.USE_CAULDRON
static final Identifier
Stats.WALK_ON_WATER_ONE_CM
static final Identifier
Stats.WALK_ONE_CM
static final Identifier
Stats.WALK_UNDER_WATER_ONE_CM
Modifier and TypeMethodDescriptionprivate static <T> Identifier
private static Identifier
Stats.register
(String id, StatFormatter formatter) Modifier and TypeMethodDescriptionprivate static <T> String
Stat.getName
(@Nullable Identifier id) -
Uses of Identifier in net.minecraft.structure
Modifier and TypeFieldDescriptionprivate static final Identifier[]
ShipwreckGenerator.BEACHED_TEMPLATES
private static final Identifier[]
OceanRuinGenerator.BIG_BRICK_RUINS
private static final Identifier[]
OceanRuinGenerator.BIG_CRACKED_RUINS
private static final Identifier[]
OceanRuinGenerator.BIG_MOSSY_RUINS
private static final Identifier[]
OceanRuinGenerator.BIG_WARM_RUINS
private static final Identifier
IglooGenerator.BOTTOM_TEMPLATE
private static final Identifier[]
OceanRuinGenerator.BRICK_RUINS
private static final Identifier[]
OceanRuinGenerator.CRACKED_RUINS
private static final Identifier[]
NetherFossilGenerator.FOSSILS
private static final Identifier
StructurePiecesList.JIGSAW
private static final Identifier
IglooGenerator.MIDDLE_TEMPLATE
private static final Identifier[]
OceanRuinGenerator.MOSSY_RUINS
private static final Identifier[]
ShipwreckGenerator.REGULAR_TEMPLATES
(package private) static final Identifier
IglooGenerator.TOP_TEMPLATE
private static final Identifier[]
OceanRuinGenerator.WARM_RUINS
Modifier and TypeFieldDescriptionprivate static final Map
<Identifier, Identifier> StructurePiecesList.ID_UPDATES
private static final Map
<Identifier, Identifier> StructurePiecesList.ID_UPDATES
private final Supplier
<Stream<Identifier>> StructureTemplateManager.Provider.lister
The field for thelister
record component.private final Function
<Identifier, Optional<StructureTemplate>> StructureTemplateManager.Provider.loader
The field for theloader
record component.(package private) static final Map
<Identifier, BlockPos> IglooGenerator.OFFSETS
(package private) static final Map
<Identifier, BlockPos> IglooGenerator.OFFSETS_FROM_TOP
private final Map
<Identifier, Optional<StructureTemplate>> StructureTemplateManager.templates
Modifier and TypeMethodDescriptionprotected Identifier
EndCityGenerator.Piece.getId()
private static Identifier
protected Identifier
SimpleStructurePiece.getId()
protected Identifier
WoodlandMansionGenerator.Piece.getId()
private static Identifier
private static Identifier
OceanRuinGenerator.getRandomBigWarmRuin
(Random random) private static Identifier
OceanRuinGenerator.getRandomWarmRuin
(Random random) Modifier and TypeMethodDescriptionStructureTemplateManager.Provider.lister()
Returns the value of thelister
record component.StructureTemplateManager.Provider.loader()
Returns the value of theloader
record component.StructureTemplateManager.streamTemplates()
private Stream
<Identifier> StructureTemplateManager.streamTemplates
(Path namespaceDirectory) private Stream
<Identifier> StructureTemplateManager.streamTemplates
(Path structuresDirectoryPath, String namespace, String extension) private Stream
<Identifier> StructureTemplateManager.streamTemplatesFromFile()
private Stream
<Identifier> StructureTemplateManager.streamTemplatesFromGameTestFile()
private Stream
<Identifier> StructureTemplateManager.streamTemplatesFromResource()
Modifier and TypeMethodDescriptionprivate static StructurePlacementData
IglooGenerator.Piece.createPlacementData
(BlockRotation rotation, Identifier identifier) private static StructurePlacementData
RuinedPortalStructurePiece.createPlacementData
(StructureTemplateManager manager, NbtCompound nbt, Identifier id) private static Path
StructureTemplateManager.getAndCheckTemplatePath
(Path path, Identifier id, String extension) private static BlockPos
IglooGenerator.Piece.getPosOffset
(Identifier identifier, BlockPos pos, int yOffset) StructureTemplateManager.getTemplate
(Identifier id) StructureTemplateManager.getTemplateOrBlank
(Identifier id) static Path
StructureTemplateManager.getTemplatePath
(Path path, Identifier id, String extension) StructureTemplateManager.getTemplatePath
(Identifier id, String extension) private Optional
<StructureTemplate> StructureTemplateManager.loadTemplate
(Identifier id) private Optional
<StructureTemplate> StructureTemplateManager.loadTemplateFromFile
(Identifier id) private Optional
<StructureTemplate> StructureTemplateManager.loadTemplateFromGameTestFile
(Identifier id) private Optional
<StructureTemplate> StructureTemplateManager.loadTemplateFromResource
(Identifier id) private Optional
<StructureTemplate> StructureTemplateManager.loadTemplateFromSnbt
(Identifier id, Path path) boolean
StructureTemplateManager.saveTemplate
(Identifier id) void
StructureTemplateManager.unloadTemplate
(Identifier id) ModifierConstructorDescriptionPiece
(StructureTemplateManager manager, Identifier identifier, BlockPos pos, BlockRotation rotation, int yOffset) Piece
(StructureTemplateManager manager, Identifier template, BlockPos pos, BlockRotation rotation) Piece
(StructureTemplateManager structureTemplateManager, Identifier template, BlockPos pos, BlockRotation rotation, float integrity, OceanRuinStructure.BiomeTemperature biomeType, boolean large) Piece
(StructureTemplateManager manager, Identifier identifier, BlockPos pos, BlockRotation rotation, boolean grounded) RuinedPortalStructurePiece
(StructureTemplateManager manager, BlockPos pos, RuinedPortalStructurePiece.VerticalPlacement verticalPlacement, RuinedPortalStructurePiece.Properties properties, Identifier id, StructureTemplate template, BlockRotation rotation, BlockMirror mirror, BlockPos blockPos) SimpleStructurePiece
(StructurePieceType type, int length, StructureTemplateManager structureTemplateManager, Identifier id, String template, StructurePlacementData placementData, BlockPos pos) ModifierConstructorDescription(package private)
Provider
(Function<Identifier, Optional<StructureTemplate>> function, Supplier<Stream<Identifier>> supplier) (package private)
Provider
(Function<Identifier, Optional<StructureTemplate>> function, Supplier<Stream<Identifier>> supplier) SimpleStructurePiece
(StructurePieceType type, NbtCompound nbt, StructureTemplateManager structureTemplateManager, Function<Identifier, StructurePlacementData> placementDataGetter) -
Uses of Identifier in net.minecraft.structure.pool
Modifier and TypeFieldDescriptionprotected final com.mojang.datafixers.util.Either
<Identifier, StructureTemplate> SinglePoolElement.location
private static final com.mojang.serialization.Codec
<com.mojang.datafixers.util.Either<Identifier, StructureTemplate>> SinglePoolElement.LOCATION_CODEC
Modifier and TypeMethodDescriptionprotected static <E extends SinglePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E, com.mojang.datafixers.util.Either<Identifier, StructureTemplate>> SinglePoolElement.locationGetter()
Modifier and TypeMethodDescriptionStructurePoolBasedGenerator.findStartingJigsawPos
(StructurePoolElement pool, Identifier id, BlockPos pos, BlockRotation rotation, StructureTemplateManager structureManager, ChunkRandom random) static boolean
StructurePoolBasedGenerator.generate
(ServerWorld world, RegistryEntry<StructurePool> structurePool, Identifier id, int size, BlockPos pos, boolean keepJigsaws) Modifier and TypeMethodDescriptionprivate static <T> com.mojang.serialization.DataResult
<T> SinglePoolElement.encodeLocation
(com.mojang.datafixers.util.Either<Identifier, StructureTemplate> location, com.mojang.serialization.DynamicOps<T> ops, T prefix) static Optional
<Structure.StructurePosition> StructurePoolBasedGenerator.generate
(Structure.Context context, RegistryEntry<StructurePool> structurePool, Optional<Identifier> id, int size, BlockPos pos, boolean useExpansionHack, Optional<Heightmap.Type> projectStartToHeightmap, int maxDistanceFromCenter, StructurePoolAliasLookup aliasLookup) ModifierConstructorDescriptionprotected
LegacySinglePoolElement
(com.mojang.datafixers.util.Either<Identifier, StructureTemplate> location, RegistryEntry<StructureProcessorList> processors, StructurePool.Projection projection) protected
SinglePoolElement
(com.mojang.datafixers.util.Either<Identifier, StructureTemplate> location, RegistryEntry<StructureProcessorList> processors, StructurePool.Projection projection) -
Uses of Identifier in net.minecraft.text
Modifier and TypeFieldDescriptionstatic final Identifier
Style.DEFAULT_FONT_ID
The identifier for the default font of a style.(package private) final @Nullable Identifier
Style.font
private final Identifier
StorageNbtDataSource.id
The field for theid
record component.Modifier and TypeMethodDescriptionStyle.getFont()
Returns the font of this style.StorageNbtDataSource.id()
Returns the value of theid
record component.Modifier and TypeMethodDescriptionstatic Text
Text.of
(Identifier id) Returns a text representingid
.Style.withFont
(@Nullable Identifier font) Returns a new style with the font provided and all other attributes of this style.ModifierConstructorDescriptionStorageNbtDataSource
(Identifier identifier) private
Style
(@Nullable TextColor color, @Nullable Boolean bold, @Nullable Boolean italic, @Nullable Boolean underlined, @Nullable Boolean strikethrough, @Nullable Boolean obfuscated, @Nullable ClickEvent clickEvent, @Nullable HoverEvent hoverEvent, @Nullable String insertion, @Nullable Identifier font) -
Uses of Identifier in net.minecraft.util
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<Identifier> Identifier.CODEC
static final PacketCodec
<ByteBuf, Identifier> Identifier.PACKET_CODEC
Modifier and TypeMethodDescriptionIdentifier.Serializer.deserialize
(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) static Identifier
Identifier.fromCommandInput
(com.mojang.brigadier.StringReader reader) static Identifier
Identifier.fromCommandInputNonEmpty
(com.mojang.brigadier.StringReader reader) static @Nullable Identifier
Returns an identifier from the providednamespace
andpath
, ornull
if either argument is invalid.static Identifier
static @Nullable Identifier
Returnsid
parsed as an identifier, ornull
if it cannot be parsed.Identifier.withPath
(UnaryOperator<String> pathFunction) Identifier.withPrefixedPath
(String prefix) Identifier.withSuffixedPath
(String suffix) Modifier and TypeMethodDescriptionint
Identifier.compareTo
(Identifier identifier) static String
Util.createTranslationKey
(String type, @Nullable Identifier id) Returns the translation key constructed fromtype
andid
.Identifier.Serializer.serialize
(Identifier identifier, Type type, JsonSerializationContext jsonSerializationContext) -
Uses of Identifier in net.minecraft.util.dynamic
Modifier and TypeFieldDescriptionprivate final Identifier
Codecs.TagEntryId.id
The field for theid
record component. -
Uses of Identifier in net.minecraft.util.math.random
Modifier and TypeFieldDescriptionprivate final Map
<Identifier, RandomSequence> RandomSequencesState.sequences
Modifier and TypeMethodDescriptionstatic RandomSeed.XoroshiroSeed
RandomSequence.createSeed
(Identifier id) private RandomSequence
RandomSequencesState.createSequence
(Identifier id) private RandomSequence
RandomSequencesState.createSequence
(Identifier id, int salt, boolean includeWorldSeed, boolean includeSequenceId) RandomSequencesState.getOrCreate
(Identifier id) void
RandomSequencesState.reset
(Identifier id) void
RandomSequencesState.reset
(Identifier id, int salt, boolean includeWorldSeed, boolean includeSequenceId) default Random
RandomSplitter.split
(Identifier seed) Modifier and TypeMethodDescriptionprivate static Xoroshiro128PlusPlusRandom
RandomSequence.createSource
(long seed, Optional<Identifier> id) void
RandomSequencesState.forEachSequence
(BiConsumer<Identifier, RandomSequence> consumer) -
Uses of Identifier in net.minecraft.world
Modifier and TypeFieldDescriptionprivate static final Identifier
ChunkRegion.WORLDGEN_REGION_RANDOM_ID
-
Uses of Identifier in net.minecraft.world.biome.source
Modifier and TypeFieldDescriptionprivate final Identifier
MultiNoiseBiomeSourceParameterList.Preset.id
The field for theid
record component.Modifier and TypeFieldDescription(package private) static final Map
<Identifier, MultiNoiseBiomeSourceParameterList.Preset> MultiNoiseBiomeSourceParameterList.Preset.BY_IDENTIFIER
Modifier and TypeMethodDescriptionMultiNoiseBiomeSourceParameterList.Preset.id()
Returns the value of theid
record component.ModifierConstructorDescriptionPreset
(Identifier id, MultiNoiseBiomeSourceParameterList.Preset.BiomeSourceFunction biomeSourceFunction) Creates an instance of aPreset
record class. -
Uses of Identifier in net.minecraft.world.dimension
Modifier and TypeFieldDescriptionprivate final Identifier
DimensionType.effects
The field for theeffects
record component.static final Identifier
DimensionTypes.OVERWORLD_ID
static final Identifier
DimensionTypes.THE_END_ID
static final Identifier
DimensionTypes.THE_NETHER_ID
Modifier and TypeMethodDescriptionDimensionType.effects()
Returns the value of theeffects
record component.ModifierConstructorDescriptionDimensionType
(OptionalLong fixedTime, boolean hasSkylight, boolean bool, boolean ultrawarm, boolean bool2, double coordinateScale, boolean bool3, boolean piglinSafe, int int2, int int3, int int4, TagKey<Block> tagKey, Identifier identifier, float float2, DimensionType.MonsterSettings monsterSettings) -
Uses of Identifier in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionfinal List
<Identifier> FossilFeatureConfig.fossilStructures
final List
<Identifier> FossilFeatureConfig.overlayStructures
ModifierConstructorDescriptionFossilFeatureConfig
(List<Identifier> fossilStructures, List<Identifier> overlayStructures, RegistryEntry<StructureProcessorList> fossilProcessors, RegistryEntry<StructureProcessorList> overlayProcessors, int maxEmptyCorners) -
Uses of Identifier in net.minecraft.world.gen.noise
Modifier and TypeFieldDescriptionprivate final Map
<Identifier, RandomSplitter> NoiseConfig.randomDerivers
-
Uses of Identifier in net.minecraft.world.gen.structure
Modifier and TypeFieldDescriptionprivate final Optional
<Identifier> JigsawStructure.startJigsawName
ModifierConstructorDescriptionJigsawStructure
(Structure.Config config, RegistryEntry<StructurePool> startPool, Optional<Identifier> startJigsawName, int size, HeightProvider startHeight, boolean useExpansionHack, Optional<Heightmap.Type> projectStartToHeightmap, int maxDistanceFromCenter, List<StructurePoolAliasBinding> poolAliasBindings) -
Uses of Identifier in net.minecraft.world.gen.surfacebuilder
Modifier and TypeFieldDescriptionprivate final Identifier
MaterialRules.VerticalGradientMaterialCondition.randomName
The field for therandomName
record component.Modifier and TypeMethodDescriptionMaterialRules.VerticalGradientMaterialCondition.randomName()
Returns the value of therandomName
record component.ModifierConstructorDescription(package private)
VerticalGradientMaterialCondition
(Identifier identifier, YOffset yOffset, YOffset yOffset2) -
Uses of Identifier in net.minecraft.world.timer
Modifier and TypeFieldDescriptionprivate final Identifier
TimerCallback.Serializer.id
(package private) final Identifier
FunctionTagTimerCallback.name
(package private) final Identifier
FunctionTimerCallback.name
Modifier and TypeFieldDescriptionprivate final Map
<Identifier, TimerCallback.Serializer<C, ?>> TimerCallbackSerializer.serializersByType