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 @Nullable Identifier
AdvancementDisplay.background
private @Nullable Identifier
AdvancementRewards.Builder.function
private final Identifier
Advancement.id
private final Identifier[]
AdvancementRewards.loot
private @Nullable Identifier
Advancement.Builder.parentId
private final Identifier[]
AdvancementRewards.recipes
Modifier and TypeFieldDescriptionprivate final Map<Identifier,
Advancement> AdvancementManager.advancements
private static final TypeToken<Map<Identifier,
AdvancementProgress>> PlayerAdvancementTracker.JSON_TYPE
private final List<Identifier>
AdvancementRewards.Builder.loot
private final List<Identifier>
AdvancementRewards.Builder.recipes
Modifier and TypeMethodDescriptionAdvancementDisplay.getBackground()
Advancement.getId()
AdvancementRewards.getRecipes()
Modifier and TypeMethodDescriptionAdvancementRewards.Builder.addLoot
(Identifier loot) AdvancementRewards.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) static AdvancementRewards.Builder
AdvancementRewards.Builder.loot
(Identifier loot) Advancement.Builder.parent
(Identifier parentId) static AdvancementRewards.Builder
AdvancementRewards.Builder.recipe
(Identifier recipe) AdvancementRewards.Builder.setFunction
(Identifier function) Modifier and TypeMethodDescriptionboolean
Advancement.Builder.findParent
(Function<Identifier, Advancement> parentProvider) void
AdvancementManager.load
(Map<Identifier, Advancement.Builder> advancements) void
AdvancementManager.removeAll
(Set<Identifier> advancements) ModifierConstructorDescriptionAdvancement
(Identifier id, @Nullable Advancement parent, @Nullable AdvancementDisplay display, AdvancementRewards rewards, Map<String, AdvancementCriterion> criteria, String[][] requirements, boolean sendsTelemetryEvent) AdvancementDisplay
(ItemStack icon, Text title, Text description, @Nullable Identifier background, AdvancementFrame frame, boolean showToast, boolean announceToChat, boolean hidden) AdvancementRewards
(int experience, Identifier[] loot, Identifier[] recipes, CommandFunction.LazyContainer function) (package private)
Builder
(@Nullable Identifier parentId, @Nullable AdvancementDisplay display, AdvancementRewards rewards, Map<String, AdvancementCriterion> criteria, String[][] requirements, boolean sendsTelemetryEvent) -
Uses of Identifier in net.minecraft.advancement.criterion
Modifier and TypeFieldDescriptionprivate final Identifier
AbstractCriterionConditions.id
(package private) final Identifier
ItemCriterion.id
(package private) final Identifier
OnKilledCriterion.id
private final Identifier
ThrownItemPickedUpByEntityCriterion.id
(package private) final Identifier
TickCriterion.id
(package private) final Identifier
TravelCriterion.id
(package private) static final Identifier
BeeNestDestroyedCriterion.ID
(package private) static final Identifier
BredAnimalsCriterion.ID
(package private) static final Identifier
BrewedPotionCriterion.ID
(package private) static final Identifier
ChangedDimensionCriterion.ID
(package private) static final Identifier
ChanneledLightningCriterion.ID
(package private) static final Identifier
ConstructBeaconCriterion.ID
(package private) static final Identifier
ConsumeItemCriterion.ID
(package private) static final Identifier
CuredZombieVillagerCriterion.ID
(package private) static final Identifier
EffectsChangedCriterion.ID
(package private) static final Identifier
EnchantedItemCriterion.ID
(package private) static final Identifier
EnterBlockCriterion.ID
(package private) static final Identifier
EntityHurtPlayerCriterion.ID
(package private) static final Identifier
FilledBucketCriterion.ID
(package private) static final Identifier
FishingRodHookedCriterion.ID
(package private) static final Identifier
ImpossibleCriterion.ID
(package private) static final Identifier
InventoryChangedCriterion.ID
(package private) static final Identifier
ItemDurabilityChangedCriterion.ID
(package private) static final Identifier
KilledByCrossbowCriterion.ID
(package private) static final Identifier
LevitationCriterion.ID
(package private) static final Identifier
LightningStrikeCriterion.ID
(package private) static final Identifier
PlayerGeneratesContainerLootCriterion.ID
(package private) static final Identifier
PlayerHurtEntityCriterion.ID
(package private) static final Identifier
PlayerInteractedWithEntityCriterion.ID
(package private) static final Identifier
RecipeCraftedCriterion.ID
(package private) static final Identifier
RecipeUnlockedCriterion.ID
(package private) static final Identifier
ShotCrossbowCriterion.ID
(package private) static final Identifier
SlideDownBlockCriterion.ID
(package private) static final Identifier
StartedRidingCriterion.ID
(package private) static final Identifier
SummonedEntityCriterion.ID
(package private) static final Identifier
TameAnimalCriterion.ID
(package private) static final Identifier
TargetHitCriterion.ID
(package private) static final Identifier
UsedEnderEyeCriterion.ID
(package private) static final Identifier
UsedTotemCriterion.ID
(package private) static final Identifier
UsingItemCriterion.ID
(package private) static final Identifier
VillagerTradeCriterion.ID
private final Identifier
PlayerGeneratesContainerLootCriterion.Conditions.lootTable
private final Identifier
RecipeUnlockedCriterion.Conditions.recipe
private final Identifier
RecipeCraftedCriterion.Conditions.recipeId
Modifier and TypeFieldDescriptionprivate static final Map<Identifier,
Criterion<?>> Criteria.VALUES
Modifier and TypeMethodDescriptionAbstractCriterionConditions.getId()
BeeNestDestroyedCriterion.getId()
BredAnimalsCriterion.getId()
BrewedPotionCriterion.getId()
ChangedDimensionCriterion.getId()
ChanneledLightningCriterion.getId()
ConstructBeaconCriterion.getId()
ConsumeItemCriterion.getId()
Criterion.getId()
CriterionConditions.getId()
CuredZombieVillagerCriterion.getId()
EffectsChangedCriterion.getId()
EnchantedItemCriterion.getId()
EnterBlockCriterion.getId()
EntityHurtPlayerCriterion.getId()
FilledBucketCriterion.getId()
FishingRodHookedCriterion.getId()
ImpossibleCriterion.Conditions.getId()
ImpossibleCriterion.getId()
InventoryChangedCriterion.getId()
ItemCriterion.getId()
ItemDurabilityChangedCriterion.getId()
KilledByCrossbowCriterion.getId()
LevitationCriterion.getId()
LightningStrikeCriterion.getId()
OnKilledCriterion.getId()
PlayerGeneratesContainerLootCriterion.getId()
PlayerHurtEntityCriterion.getId()
PlayerInteractedWithEntityCriterion.getId()
RecipeCraftedCriterion.getId()
RecipeUnlockedCriterion.getId()
ShotCrossbowCriterion.getId()
SlideDownBlockCriterion.getId()
StartedRidingCriterion.getId()
SummonedEntityCriterion.getId()
TameAnimalCriterion.getId()
TargetHitCriterion.getId()
ThrownItemPickedUpByEntityCriterion.getId()
TickCriterion.getId()
TravelCriterion.getId()
UsedEnderEyeCriterion.getId()
UsedTotemCriterion.getId()
UsingItemCriterion.getId()
VillagerTradeCriterion.getId()
Modifier and TypeMethodDescriptionprivate static ItemCriterion.Conditions
ItemCriterion.Conditions.create
(LocationPredicate.Builder location, ItemPredicate.Builder item, Identifier id) PlayerGeneratesContainerLootCriterion.Conditions.create
(Identifier lootTable) RecipeCraftedCriterion.Conditions.create
(Identifier recipeId) RecipeCraftedCriterion.Conditions.create
(Identifier recipeId, List<ItemPredicate> ingredients) RecipeUnlockedCriterion.create
(Identifier id) static <T extends CriterionConditions>
@Nullable Criterion<T>Criteria.getById
(Identifier id) (package private) boolean
RecipeCraftedCriterion.Conditions.matches
(Identifier recipeId, List<ItemStack> ingredients) boolean
PlayerGeneratesContainerLootCriterion.Conditions.test
(Identifier lootTable) void
PlayerGeneratesContainerLootCriterion.trigger
(ServerPlayerEntity player, Identifier id) void
RecipeCraftedCriterion.trigger
(ServerPlayerEntity player, Identifier recipeId, List<ItemStack> ingredients) ModifierConstructorDescriptionConditions
(Identifier id, LootContextPredicate entity, LootContextPredicate location) Conditions
(Identifier id, LootContextPredicate player, LootContextPredicate entity, DamageSourcePredicate killingBlow) Conditions
(LootContextPredicate entity, Identifier lootTable) Conditions
(LootContextPredicate player, Identifier recipeId, List<ItemPredicate> ingredients) Conditions
(LootContextPredicate player, Identifier recipe) Conditions
(Identifier id, LootContextPredicate player, ItemPredicate item, LootContextPredicate entity) Conditions
(Identifier id, LootContextPredicate entity) Conditions
(Identifier id, LootContextPredicate entity, LocationPredicate startPos, DistancePredicate distance) -
Uses of Identifier in net.minecraft.block
Modifier and TypeFieldDescriptionstatic final Identifier
ShulkerBoxBlock.CONTENTS_DYNAMIC_DROP_ID
protected @Nullable Identifier
AbstractBlock.lootTableId
(package private) Identifier
AbstractBlock.Settings.lootTableId
static final Identifier
DecoratedPotBlock.SHERDS_DYNAMIC_DROP_ID
Modifier and TypeMethodDescriptionprivate @Nullable Identifier
NoteBlock.getCustomSound
(World world, BlockPos pos) final Identifier
AbstractBlock.getLootTableId()
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 @Nullable Identifier
BrushableBlockEntity.lootTable
protected @Nullable Identifier
LootableContainerBlockEntity.lootTableId
private Identifier
JigsawBlockEntity.name
private @Nullable Identifier
SkullBlockEntity.noteBlockSound
private Identifier
JigsawBlockEntity.target
private Identifier
StructureBlockBlockEntity.templateName
Modifier and TypeFieldDescriptionprivate final Object2IntOpenHashMap<Identifier>
AbstractFurnaceBlockEntity.recipesUsed
Modifier and TypeMethodDescriptionstatic @Nullable Identifier
BlockEntityType.getId
(BlockEntityType<?> type) Returns the block entity type's ID, ornull
if it is unregistered.JigsawBlockEntity.getName()
SkullBlockEntity.getNoteBlockSound()
static Identifier
BannerPattern.getSpriteId
(RegistryKey<BannerPattern> pattern, boolean banner) JigsawBlockEntity.getTarget()
Modifier and TypeMethodDescriptionvoid
BrushableBlockEntity.setLootTable
(Identifier lootTable, long seed) void
LootableContainerBlockEntity.setLootTable
(Identifier id, long seed) static void
LootableContainerBlockEntity.setLootTable
(BlockView world, Random random, BlockPos pos, Identifier id) void
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 Function<Identifier,
FontStorage> TextRenderer.fontStorageAccessor
private final Map<Identifier,
FontStorage> FontManager.fontStorages
private Map<Identifier,
Identifier> FontManager.idOverrides
private Map<Identifier,
Identifier> FontManager.idOverrides
private final Map<Identifier,
List<Font>> FontManager.ProviderIndex.providers
The field for theproviders
record component.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.private Identifier
FontManager.getEffectiveId
(Identifier id) 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.private Map<Identifier,
List<Font>> FontManager.getRequiredFontProviders
(List<FontManager.FontEntry> entries) FontManager.ProviderIndex.providers()
Returns the value of theproviders
record component.com.mojang.datafixers.util.Either<CompletableFuture<Optional<Font>>,
Identifier> FontManager.Builder.result()
Returns the value of theresult
record component.Modifier and TypeMethodDescriptionprivate Identifier
FontManager.getEffectiveId
(Identifier id) (package private) FontStorage
TextRenderer.getFontStorage
(Identifier id) private static List<com.mojang.datafixers.util.Pair<FontManager.FontKey,
FontLoader>> 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>> fontRetriever) void
FontManager.FontEntry.forDependencies
(Consumer<Identifier> callback) void
FontManager.FontEntry.forOptionalDependencies
(Consumer<Identifier> callback) FontManager.FontEntry.getRequiredFontProviders
(Function<Identifier, List<Font>> fontRetriever) void
FontManager.setIdOverrides
(Map<Identifier, Identifier> idOverrides) void
FontManager.setIdOverrides
(Map<Identifier, Identifier> idOverrides) 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, 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>> 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, ResourceManager resourceManager, 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
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.private static void
PlayerSkinDrawer.drawHat
(DrawContext context, Identifier texture, int x, int y, int size, boolean upsideDown) void
DrawContext.drawNineSlicedTexture
(Identifier texture, int x, int y, int width, int height, int outerSliceSize, int centerSliceWidth, int centerSliceHeight, int u, int v) void
DrawContext.drawNineSlicedTexture
(Identifier texture, int x, int y, int width, int height, int outerSliceWidth, int outerSliceHeight, int centerSliceWidth, int centerSliceHeight, int u, int v) void
DrawContext.drawNineSlicedTexture
(Identifier texture, int x, int y, int width, int height, int leftSliceWidth, int topSliceHeight, int rightSliceWidth, int bottomSliceHeight, int centerSliceWidth, int centerSliceHeight, int u, int v) void
DrawContext.drawRepeatingTexture
(Identifier texture, int x, int y, int width, int height, int u, int v, int textureWidth, int textureHeight) 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
BossBarHud.BARS_TEXTURE
(package private) static final Identifier
MessageIndicator.CHAT_TAGS_TEXTURE
private static final Identifier
InGameHud.ICONS
private static final Identifier
PlayerListHud.ICONS_TEXTURE
private static final Identifier
InGameHud.POWDER_SNOW_OUTLINE
private static final Identifier
InGameHud.PUMPKIN_BLUR
static final Identifier
SpectatorHud.SPECTATOR_TEXTURE
private static final Identifier
InGameHud.SPYGLASS_SCOPE
private static final Identifier
InGameOverlayRenderer.UNDERWATER_TEXTURE
private static final Identifier
InGameHud.VIGNETTE_TEXTURE
private static final Identifier
InGameHud.WIDGETS_TEXTURE
private static final Identifier
SpectatorHud.WIDGETS_TEXTURE
Modifier and TypeMethodDescriptionprivate void
InGameHud.renderOverlay
(DrawContext context, Identifier texture, float opacity) -
Uses of Identifier in net.minecraft.client.gui.hud.spectator
Modifier and TypeFieldDescriptionprivate final Identifier
TeamTeleportSpectatorMenu.TeleportToSpecificTeamCommand.skinId
private final Identifier
TeleportToSpecificPlayerSpectatorCommand.skinId
ModifierConstructorDescriptionprivate
TeleportToSpecificTeamCommand
(Team team, List<PlayerListEntry> scoreboardEntries, Identifier skinId) -
Uses of Identifier in net.minecraft.client.gui.screen
Modifier and TypeFieldDescriptionprivate static final Identifier
DemoScreen.DEMO_BG
(package private) static final Identifier
SplashOverlay.LOGO
static final Identifier
Screen.OPTIONS_BACKGROUND_TEXTURE
private static final Identifier
TitleScreen.PANORAMA_OVERLAY
(package private) static final Identifier
CustomizeFlatLevelScreen.SuperflatLayersListWidget.STATS_ICONS_TEXTURE
private static final Identifier
PresetsScreen.SuperflatPresetsListWidget.SuperflatPresetEntry.STATS_ICONS_TEXTURE
private static final Identifier
StatsScreen.STATS_ICONS_TEXTURE
(package 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 TypeMethodDescription(package private) static String
StatsScreen.getStatTranslationKey
(Stat<Identifier> stat) -
Uses of Identifier in net.minecraft.client.gui.screen.advancement
Modifier and TypeFieldDescriptionstatic final Identifier
AdvancementsScreen.TABS_TEXTURE
private static final Identifier
AdvancementWidget.WIDGETS_TEXTURE
private static final Identifier
AdvancementsScreen.WINDOW_TEXTURE
-
Uses of Identifier in net.minecraft.client.gui.screen.ingame
Modifier and TypeFieldDescriptionprivate final Identifier
AbstractFurnaceScreen.background
static final Identifier
HandledScreen.BACKGROUND_TEXTURE
static final Identifier
BookScreen.BOOK_TEXTURE
private static final Identifier
EnchantmentScreen.BOOK_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
EnchantingPhrases.FONT_ID
private static final Identifier
AbstractFurnaceScreen.RECIPE_BUTTON_TEXTURE
private static final Identifier
CraftingScreen.RECIPE_BUTTON_TEXTURE
private static final Identifier
InventoryScreen.RECIPE_BUTTON_TEXTURE
private final Identifier
ForgingScreen.texture
private final Identifier
HangingSignEditScreen.texture
private static final Identifier
AnvilScreen.TEXTURE
(package 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
CraftingScreen.TEXTURE
private static final Identifier
CreativeInventoryScreen.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
SmithingScreen.TEXTURE
private static final Identifier
SmokerScreen.TEXTURE
private static final Identifier
StonecutterScreen.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) ForgingScreen
(T handler, PlayerInventory playerInventory, Text title, Identifier texture) -
Uses of Identifier in net.minecraft.client.gui.screen.multiplayer
Modifier and TypeFieldDescription(package private) static final Identifier
MultiplayerServerListWidget.ICONS_TEXTURE
private static final Identifier
SocialInteractionsPlayerListEntry.REPORT_BUTTON_TEXTURE
(package private) static final Identifier
MultiplayerServerListWidget.SERVER_SELECTION_TEXTURE
protected static final Identifier
SocialInteractionsScreen.SOCIAL_INTERACTIONS_TEXTURE
private static final Identifier
MultiplayerServerListWidget.UNKNOWN_SERVER_TEXTURE
Modifier and TypeFieldDescriptionprivate final Supplier<Identifier>
SocialInteractionsPlayerListEntry.skinTexture
Modifier and TypeMethodDescriptionprotected void
MultiplayerServerListWidget.ServerEntry.draw
(DrawContext context, int x, int y, Identifier textureId) ModifierConstructorDescriptionSocialInteractionsPlayerListEntry
(MinecraftClient client, SocialInteractionsScreen parent, UUID uuid, String name, Supplier<Identifier> skinTexture, boolean reportable) -
Uses of Identifier in net.minecraft.client.gui.screen.pack
Modifier and TypeFieldDescription(package private) static final Identifier
PackListWidget.RESOURCE_PACKS_TEXTURE
private static final Identifier
PackScreen.UNKNOWN_PACK
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 TypeFieldDescriptionprivate static final Identifier
AnimatedResultButton.BACKGROUND_TEXTURE
(package private) static final Identifier
RecipeAlternativesWidget.BACKGROUND_TEXTURE
protected static final Identifier
RecipeBookWidget.TEXTURE
-
Uses of Identifier in net.minecraft.client.gui.screen.report
Modifier and TypeFieldDescriptionprivate static final Identifier
ChatSelectionScreen.SelectionListWidget.MessageEntry.CHECKMARK
private final Identifier
ChatSelectionScreen.SelectionListWidget.SenderEntry.skinTextureId
-
Uses of Identifier in net.minecraft.client.gui.screen.world
Modifier and TypeFieldDescriptionstatic final Identifier
CreateWorldScreen.FOOTER_SEPARATOR_TEXTURE
static final Identifier
CreateWorldScreen.HEADER_SEPARATOR_TEXTURE
private final Identifier
WorldIcon.id
static final Identifier
CreateWorldScreen.LIGHT_DIRT_BACKGROUND_TEXTURE
private static final Identifier
WorldIcon.UNKNOWN_SERVER_ID
private static final Identifier
WorldListWidget.UNKNOWN_SERVER_LOCATION
(package private) static final Identifier
WorldListWidget.WORLD_SELECTION_LOCATION
-
Uses of Identifier in net.minecraft.client.gui.tooltip
-
Uses of Identifier in net.minecraft.client.gui.widget
Modifier and TypeFieldDescriptionstatic final Identifier
ClickableWidget.ACCESSIBILITY_TEXTURE
protected final Identifier
IconButtonWidget.iconTexture
private final Identifier
IconButtonWidget.Builder.texture
private final Identifier
IconWidget.texture
protected final Identifier
TexturedButtonWidget.texture
protected Identifier
ToggleButtonWidget.texture
private static final Identifier
CheckboxWidget.TEXTURE
private static final Identifier
SliderWidget.TEXTURE
private static final Identifier
TabButtonWidget.TEXTURE
static final Identifier
ClickableWidget.WIDGETS_TEXTURE
Modifier and TypeMethodDescriptionstatic IconButtonWidget.Builder
IconButtonWidget.builder
(Text message, Identifier texture, ButtonWidget.PressAction pressAction) void
ClickableWidget.drawTexture
(DrawContext context, Identifier texture, int x, int y, int u, int v, int hoveredVOffset, int width, int height, int textureWidth, int textureHeight) void
ToggleButtonWidget.setTextureUV
(int u, int v, int pressedUOffset, int hoverVOffset, Identifier texture) ModifierConstructorDescriptionBuilder
(Text message, Identifier texture, ButtonWidget.PressAction pressAction) (package private)
IconButtonWidget
(Text message, int iconU, int iconV, int iconXOffset, int iconYOffset, int iconHoveredVOffset, int iconWidth, int iconHeight, int iconTextureWidth, int iconTextureHeight, Identifier iconTexture, ButtonWidget.PressAction onPress) IconWidget
(int x, int y, int width, int height, Identifier texture) IconWidget
(int width, int height, Identifier texture) TexturedButtonWidget
(int x, int y, int width, int height, int u, int v, int hoveredVOffset, Identifier texture, int textureWidth, int textureHeight, ButtonWidget.PressAction pressAction) TexturedButtonWidget
(int x, int y, int width, int height, int u, int v, int hoveredVOffset, Identifier texture, int textureWidth, int textureHeight, ButtonWidget.PressAction pressAction, Text message) TexturedButtonWidget
(int x, int y, int width, int height, int u, int v, int hoveredVOffset, Identifier texture, ButtonWidget.PressAction pressAction) TexturedButtonWidget
(int x, int y, int width, int height, int u, int v, Identifier texture, ButtonWidget.PressAction pressAction) -
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
(Item item, 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<com.mojang.authlib.minecraft.MinecraftProfileTexture.Type,
Identifier> PlayerListEntry.textures
Modifier and TypeMethodDescriptionAbstractClientPlayerEntity.getCapeTexture()
PlayerListEntry.getCapeTexture()
AbstractClientPlayerEntity.getElytraTexture()
PlayerListEntry.getElytraTexture()
static Identifier
AbstractClientPlayerEntity.getSkinTexture()
PlayerListEntry.getSkinTexture()
Modifier and TypeMethodDescriptionClientCommandSource.getRecipeIds()
ClientCommandSource.getSoundIds()
Modifier and TypeMethodDescriptionstatic void
AbstractClientPlayerEntity.loadSkin
(Identifier id, String playerName) -
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.gui
Modifier and TypeFieldDescriptionstatic 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
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_ICON
private static final Identifier
RealmsResetWorldScreen.ADVENTURE_TEXTURE
(package private) static final Identifier
RealmsMainScreen.CROSS_ICON
(package private) static final Identifier
RealmsPlayerScreen.CROSS_PLAYER_ICON
private static final Identifier
RealmsMainScreen.DARKEN
private static final Identifier
RealmsResetWorldScreen.EXPERIENCE_TEXTURE
private static final Identifier
RealmsConfigureWorldScreen.EXPIRED_ICON
private static final Identifier
RealmsMainScreen.EXPIRED_ICON
private static final Identifier
RealmsConfigureWorldScreen.EXPIRES_SOON_ICON
private static final Identifier
RealmsMainScreen.EXPIRES_SOON_ICON
private final Identifier
RealmsResetWorldScreen.FrameButton.image
(package private) static final Identifier
RealmsMainScreen.INFO_ICON
private static final Identifier
RealmsResetWorldScreen.INSPIRATION_TEXTURE
(package private) static final Identifier
RealmsMainScreen.INVITATION_ICON
(package private) static final Identifier
RealmsMainScreen.INVITE_ICON
private static final Identifier
RealmsNotificationsScreen.INVITE_ICON
(package private) static final Identifier
RealmsSelectWorldTemplateScreen.LINK_ICONS
private static final Identifier
RealmsResetWorldScreen.NEW_WORLD_TEXTURE
private static final Identifier
RealmsMainScreen.NEWS_ICON
private static final Identifier
RealmsNotificationsScreen.NEWS_NOTIFICATION
private static final Identifier
RealmsConfigureWorldScreen.OFF_ICON
private static final Identifier
RealmsMainScreen.OFF_ICON
private static final Identifier
RealmsConfigureWorldScreen.ON_ICON
private static final Identifier
RealmsMainScreen.ON_ICON
(package private) static final Identifier
RealmsPlayerScreen.OP_ICON
private static final Identifier
RealmsPlayerScreen.OPTIONS_BACKGROUND
(package private) static final Identifier
RealmsBackupScreen.PLUS_ICON
private static final Identifier
RealmsMainScreen.POPUP
private static final Identifier
RealmsMainScreen.REALMS
(package private) static final Identifier
RealmsPendingInvitesScreen.REJECT_ICON
(package private) static final Identifier
RealmsBackupScreen.RESTORE_ICON
(package private) static final Identifier
RealmsSelectWorldTemplateScreen.SLOT_FRAME
private static final Identifier
RealmsResetWorldScreen.SLOT_FRAME_TEXTURE
private static final Identifier
RealmsResetWorldScreen.SURVIVAL_SPAWN_TEXTURE
(package private) static final Identifier
RealmsSelectWorldTemplateScreen.TRAILER_ICONS
private static final Identifier
RealmsMainScreen.TRIAL_ICON
private static final Identifier
RealmsNotificationsScreen.TRIAL_ICON
private static final Identifier
RealmsNotificationsScreen.UNSEEN_NOTIFICATION
private static final Identifier
RealmsResetWorldScreen.UPLOAD_TEXTURE
(package private) static final Identifier
RealmsPlayerScreen.USER_ICON
(package private) static final Identifier
RealmsMainScreen.WORLD_ICON
Modifier and TypeMethodDescription(package private) void
RealmsResetWorldScreen.drawFrame
(DrawContext context, int x, int y, Text text, Identifier texture, boolean hovered, boolean mouseOver) ModifierConstructorDescriptionFrameButton
(int x, int y, Text message, Identifier image, 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
static final Identifier
TexturedRenderLayers.CHEST_ATLAS_TEXTURE
private 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
MapRenderer.MAP_ICONS_TEXTURE
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
(package private) static final Identifier[]
GameRenderer.SUPER_SECRET_SETTING_PROGRAMS
private final Identifier
LightmapTextureManager.textureIdentifier
Modifier and TypeFieldDescriptionprivate static final Function<Identifier,
RenderLayer> RenderLayer.ARMOR_CUTOUT_NO_CULL
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 Function<Identifier,
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 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) static RenderLayer
RenderLayer.getArmorCutoutNoCull
(Identifier texture) static RenderLayer
RenderLayer.getBeaconBeam
(Identifier texture, boolean translucent) static RenderLayer
RenderLayer.getBlockBreaking
(Identifier texture) 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.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) (package 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
WolfEntityRenderer.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
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
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
WolfEntityRenderer.TAMED_TEXTURE
private static final Identifier
AllayEntityRenderer.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
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
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
WolfEntityRenderer.WILD_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) 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) 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) 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
(AbstractSkeletonEntity abstractSkeletonEntity) 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
(AbstractSkeletonEntity abstractSkeletonEntity) 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) WitchEntityRenderer.getTexture
(WitchEntity witchEntity) WitherEntityRenderer.getTexture
(WitherEntity witherEntity) WitherSkeletonEntityRenderer.getTexture
(AbstractSkeletonEntity abstractSkeletonEntity) 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
StrayOverlayFeatureRenderer.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 final Identifier
WardenFeatureRenderer.texture
private final Identifier
SaddleFeatureRenderer.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<IronGolemEntity.Crack,
Identifier> IronGolemCrackFeatureRenderer.DAMAGE_TO_TEXTURE
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) private Identifier
ArmorFeatureRenderer.getArmorTexture
(ArmorItem item, boolean secondLayer, @Nullable String overlay) 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) 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) 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<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 static Identifier
PlayerSkinProvider.getSkinId
(com.mojang.authlib.minecraft.MinecraftProfileTexture.Type skinType, String hash) PlayerSkinProvider.loadSkin
(com.mojang.authlib.GameProfile profile) Returns the ID ofprofile
's skin, or the default skin for the profile's UUID if the skin is missing.PlayerSkinProvider.loadSkin
(com.mojang.authlib.minecraft.MinecraftProfileTexture profileTexture, com.mojang.authlib.minecraft.MinecraftProfileTexture.Type type) private Identifier
PlayerSkinProvider.loadSkin
(com.mojang.authlib.minecraft.MinecraftProfileTexture profileTexture, com.mojang.authlib.minecraft.MinecraftProfileTexture.Type type, @Nullable PlayerSkinProvider.SkinTextureAvailableCallback callback) TextureManager.registerDynamicTexture
(String prefix, NativeImageBackedTexture texture) Modifier and TypeMethodDescriptionprivate Map<Identifier,
Sprite> SpriteLoader.collectStitchedSprites
(TextureStitcher<SpriteContents> stitcher, int atlasWidth, int atlasHeight) SpriteLoader.StitchResult.regions()
Returns the value of theregions
record component.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) 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) static @Nullable SpriteContents
SpriteLoader.load
(Identifier id, Resource resource) private AbstractTexture
TextureManager.loadTexture
(Identifier id, AbstractTexture texture) TextureManager.loadTextureAsync
(Identifier id, Executor executor) void
PlayerSkinProvider.SkinTextureAvailableCallback.onSkinTextureAvailable
(com.mojang.authlib.minecraft.MinecraftProfileTexture.Type type, Identifier id, com.mojang.authlib.minecraft.MinecraftProfileTexture texture) 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) SpriteContents
(Identifier id, SpriteDimensions dimensions, NativeImage image, AnimationResourceMetadata 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
Sprite.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 int[]
PalettedPermutationsAtlasSource.method_48486
(ResourceManager resourceManager, Identifier identifier) static AtlasLoader
AtlasLoader.of
(ResourceManager resourceManager, Identifier id) Modifier and TypeMethodDescriptionvoid
AtlasSource.SpriteRegions.removeIf
(Predicate<Identifier> predicate) ModifierConstructorDescriptionprivate
PalettedPermutationsAtlasSource
(List<Identifier> textures, Identifier paletteKey, Map<String, Identifier> permutations) (package private)
PalettedSpriteRegion
(Sprite sprite, Supplier<IntUnaryOperator> supplier, Identifier identifier) private
Region
(Identifier identifier, double double2, double double3, double double4, double double5) SingleAtlasSource
(Identifier resource, Optional<Identifier> sprite) Sprite
(Identifier id, Resource resource, int regionCount) 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
-
Uses of Identifier in net.minecraft.client.util
Modifier and TypeFieldDescriptionprivate final Identifier
SpriteIdentifier.atlas
private final Identifier
DefaultSkinHelper.Skin.texture
The field for thetexture
record component.private final Identifier
SpriteIdentifier.texture
Modifier and TypeMethodDescriptionSpriteIdentifier.getAtlasId()
static Identifier
DefaultSkinHelper.getTexture()
static Identifier
DefaultSkinHelper.getTexture
(UUID uuid) SpriteIdentifier.getTextureId()
DefaultSkinHelper.Skin.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 bool) ModifierConstructorDescriptionModelIdentifier
(Identifier id, String variant) private
Skin
(Identifier identifier, DefaultSkinHelper.Model model) 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 TypeMethodDescriptionstatic Identifier
IdentifierArgumentType.getIdentifier
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) 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, Collection<CommandFunction>>> CommandFunctionArgumentType.FunctionArgument.getFunctionOrTag
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) static com.mojang.datafixers.util.Pair<Identifier,
com.mojang.datafixers.util.Either<CommandFunction, Collection<CommandFunction>>> CommandFunctionArgumentType.getFunctionOrTag
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) Modifier and TypeMethodDescription(package private) static CommandFunction
CommandFunctionArgumentType.getFunction
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, Identifier id) (package private) static Collection<CommandFunction>
CommandFunctionArgumentType.getFunctionTag
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, Identifier id) -
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.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) 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, 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) (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, 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.server
Modifier and TypeMethodDescriptionprivate Path
BiomeParametersProvider.resolvePath
(Identifier id) -
Uses of Identifier in net.minecraft.data.server.loottable
Modifier and TypeFieldDescriptionprivate final Set<Identifier>
LootTableProvider.lootTableIds
protected final Map<Identifier,
LootTable.Builder> BlockLootTableGenerator.lootTables
private final Map<EntityType<?>,
Map<Identifier, LootTable.Builder>> EntityLootTableGenerator.lootTables
Modifier and TypeMethodDescriptionprotected void
EntityLootTableGenerator.register
(EntityType<?> entityType, Identifier entityId, LootTable.Builder lootTable) Modifier and TypeMethodDescriptionvoid
BlockLootTableGenerator.accept
(BiConsumer<Identifier, LootTable.Builder> exporter) void
EntityLootTableGenerator.accept
(BiConsumer<Identifier, LootTable.Builder> exporter) void
LootTableGenerator.accept
(BiConsumer<Identifier, LootTable.Builder> exporter) ModifierConstructorDescriptionprotected
BlockLootTableGenerator
(Set<Item> explosionImmuneItems, FeatureSet requiredFeatures, Map<Identifier, LootTable.Builder> lootTables) LootTableProvider
(DataOutput output, Set<Identifier> lootTableIds, List<LootTableProvider.LootTypeGenerator> lootTypeGenerators) -
Uses of Identifier in net.minecraft.data.server.loottable.vanilla
Modifier and TypeMethodDescriptionvoid
VanillaArchaeologyLootTableGenerator.accept
(BiConsumer<Identifier, LootTable.Builder> exporter) void
VanillaBarterLootTableGenerator.accept
(BiConsumer<Identifier, LootTable.Builder> exporter) void
VanillaChestLootTableGenerator.accept
(BiConsumer<Identifier, LootTable.Builder> exporter) void
VanillaFishingLootTableGenerator.accept
(BiConsumer<Identifier, LootTable.Builder> exporter) void
VanillaGiftLootTableGenerator.accept
(BiConsumer<Identifier, LootTable.Builder> exporter) -
Uses of Identifier in net.minecraft.data.server.recipe
Modifier and TypeFieldDescriptionprivate final Identifier
CookingRecipeJsonBuilder.CookingRecipeJsonProvider.advancementId
private final Identifier
ShapedRecipeJsonBuilder.ShapedRecipeJsonProvider.advancementId
private final Identifier
ShapelessRecipeJsonBuilder.ShapelessRecipeJsonProvider.advancementId
private final Identifier
SingleItemRecipeJsonBuilder.SingleItemRecipeJsonProvider.advancementId
private final Identifier
SmithingTransformRecipeJsonBuilder.SmithingTransformRecipeJsonProvider.advancementId
The field for theadvancementId
record component.private final Identifier
SmithingTrimRecipeJsonBuilder.SmithingTrimRecipeJsonProvider.advancementId
The field for theadvancementId
record component.private final Identifier
SmithingTransformRecipeJsonBuilder.SmithingTransformRecipeJsonProvider.id
The field for theid
record component.private final Identifier
SmithingTrimRecipeJsonBuilder.SmithingTrimRecipeJsonProvider.id
The field for theid
record component.private final Identifier
CookingRecipeJsonBuilder.CookingRecipeJsonProvider.recipeId
private final Identifier
ShapedRecipeJsonBuilder.ShapedRecipeJsonProvider.recipeId
private final Identifier
ShapelessRecipeJsonBuilder.ShapelessRecipeJsonProvider.recipeId
private final Identifier
SingleItemRecipeJsonBuilder.SingleItemRecipeJsonProvider.recipeId
static final Identifier
CraftingRecipeJsonBuilder.ROOT
Modifier and TypeMethodDescriptionSmithingTransformRecipeJsonBuilder.SmithingTransformRecipeJsonProvider.advancementId()
Returns the value of theadvancementId
record component.SmithingTrimRecipeJsonBuilder.SmithingTrimRecipeJsonProvider.advancementId()
Returns the value of theadvancementId
record component.CookingRecipeJsonBuilder.CookingRecipeJsonProvider.getAdvancementId()
RecipeJsonProvider.getAdvancementId()
ShapedRecipeJsonBuilder.ShapedRecipeJsonProvider.getAdvancementId()
ShapelessRecipeJsonBuilder.ShapelessRecipeJsonProvider.getAdvancementId()
SingleItemRecipeJsonBuilder.SingleItemRecipeJsonProvider.getAdvancementId()
SmithingTransformRecipeJsonBuilder.SmithingTransformRecipeJsonProvider.getAdvancementId()
SmithingTrimRecipeJsonBuilder.SmithingTrimRecipeJsonProvider.getAdvancementId()
static Identifier
CraftingRecipeJsonBuilder.getItemId
(ItemConvertible item) CookingRecipeJsonBuilder.CookingRecipeJsonProvider.getRecipeId()
RecipeJsonProvider.getRecipeId()
ShapedRecipeJsonBuilder.ShapedRecipeJsonProvider.getRecipeId()
ShapelessRecipeJsonBuilder.ShapelessRecipeJsonProvider.getRecipeId()
SingleItemRecipeJsonBuilder.SingleItemRecipeJsonProvider.getRecipeId()
SmithingTransformRecipeJsonBuilder.SmithingTransformRecipeJsonProvider.getRecipeId()
SmithingTrimRecipeJsonBuilder.SmithingTrimRecipeJsonProvider.getRecipeId()
SmithingTransformRecipeJsonBuilder.SmithingTransformRecipeJsonProvider.id()
Returns the value of theid
record component.SmithingTrimRecipeJsonBuilder.SmithingTrimRecipeJsonProvider.id()
Returns the value of theid
record component.Modifier and TypeMethodDescriptionstatic Map<Item,
Identifier> VanillaRecipeProvider.getTrimSmithingTemplateMap()
Modifier and TypeMethodDescriptionprotected static void
RecipeProvider.offerSmithingTrimRecipe
(Consumer<RecipeJsonProvider> exporter, Item template, Identifier recipeId) void
CookingRecipeJsonBuilder.offerTo
(Consumer<RecipeJsonProvider> exporter, Identifier recipeId) void
CraftingRecipeJsonBuilder.offerTo
(Consumer<RecipeJsonProvider> exporter, Identifier recipeId) void
ShapedRecipeJsonBuilder.offerTo
(Consumer<RecipeJsonProvider> exporter, Identifier recipeId) void
ShapelessRecipeJsonBuilder.offerTo
(Consumer<RecipeJsonProvider> exporter, Identifier recipeId) void
SingleItemRecipeJsonBuilder.offerTo
(Consumer<RecipeJsonProvider> exporter, Identifier recipeId) void
SmithingTransformRecipeJsonBuilder.offerTo
(Consumer<RecipeJsonProvider> exporter, Identifier recipeId) void
SmithingTrimRecipeJsonBuilder.offerTo
(Consumer<RecipeJsonProvider> exporter, Identifier recipeId) protected CompletableFuture<?>
RecipeProvider.saveRecipeAdvancement
(DataWriter cache, Identifier advancementId, Advancement.Builder advancementBuilder) private void
CookingRecipeJsonBuilder.validate
(Identifier recipeId) private void
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) ModifierConstructorDescriptionCookingRecipeJsonProvider
(Identifier recipeId, String group, CookingRecipeCategory category, Ingredient input, Item result, float experience, int cookingTime, Advancement.Builder advancementBuilder, Identifier advancementId, RecipeSerializer<? extends AbstractCookingRecipe> serializer) ShapedRecipeJsonProvider
(Identifier recipeId, Item output, int resultCount, String group, CraftingRecipeCategory craftingCategory, List<String> pattern, Map<Character, Ingredient> inputs, Advancement.Builder advancementBuilder, Identifier advancementId, boolean showNotification) ShapelessRecipeJsonProvider
(Identifier recipeId, Item output, int outputCount, String group, CraftingRecipeCategory craftingCategory, List<Ingredient> inputs, Advancement.Builder advancementBuilder, Identifier advancementId) SingleItemRecipeJsonProvider
(Identifier recipeId, RecipeSerializer<?> serializer, String group, Ingredient input, Item output, int outputCount, Advancement.Builder advancementBuilder, Identifier advancementId) SmithingTransformRecipeJsonProvider
(Identifier identifier, RecipeSerializer<?> recipeSerializer, Ingredient ingredient, Ingredient ingredient2, Ingredient ingredient3, Item item, Advancement.Builder builder, Identifier identifier2) SmithingTrimRecipeJsonProvider
(Identifier identifier, RecipeSerializer<?> recipeSerializer, Ingredient ingredient, Ingredient ingredient2, Ingredient ingredient3, Advancement.Builder builder, Identifier identifier2) -
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.enchantment
Modifier and TypeMethodDescriptionstatic @Nullable Identifier
EnchantmentHelper.getEnchantmentId
(Enchantment enchantment) static @Nullable Identifier
EnchantmentHelper.getIdFromNbt
(NbtCompound nbt) Modifier and TypeMethodDescriptionstatic NbtCompound
EnchantmentHelper.createNbt
(@Nullable Identifier id, int lvl) -
Uses of Identifier in net.minecraft.entity
Modifier and TypeMethodDescriptionstatic Identifier
EntityType.getId
(EntityType<?> type) LivingEntity.getLootTable()
EntityType.getLootTableId()
-
Uses of Identifier in net.minecraft.entity.ai.brain.task
Modifier and TypeFieldDescriptionprivate static final Map<VillagerProfession,
Identifier> GiveGiftsToHeroTask.GIFTS
-
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) BossBarManager.get
(Identifier id) -
Uses of Identifier in net.minecraft.entity.mob
Modifier and TypeMethodDescriptionfinal Identifier
MobEntity.getLootTable()
protected Identifier
MobEntity.getLootTableId()
-
Uses of Identifier in net.minecraft.entity.passive
Modifier and TypeFieldDescriptionprivate static final Identifier
RabbitEntity.KILLER_BUNNY
private final Identifier
CatVariant.texture
The field for thetexture
record component.private final Identifier
FrogVariant.texture
The field for thetexture
record component.Modifier and TypeMethodDescriptionSheepEntity.getLootTableId()
CatEntity.getTexture()
CatVariant.texture()
Returns the value of thetexture
record component.FrogVariant.texture()
Returns the value of thetexture
record component.ModifierConstructorDescriptionCatVariant
(Identifier identifier) FrogVariant
(Identifier identifier) -
Uses of Identifier in net.minecraft.entity.player
Modifier and TypeMethodDescriptionvoid
PlayerEntity.increaseStat
(Identifier stat, int amount) void
PlayerEntity.incrementStat
(Identifier stat) void
PlayerEntity.unlockRecipes
(Identifier[] ids) -
Uses of Identifier in net.minecraft.entity.vehicle
Modifier and TypeFieldDescriptionprivate @Nullable Identifier
ChestBoatEntity.lootTableId
private @Nullable Identifier
StorageMinecartEntity.lootTableId
Modifier and TypeMethodDescriptionChestBoatEntity.getLootTableId()
StorageMinecartEntity.getLootTableId()
VehicleInventory.getLootTableId()
Modifier and TypeMethodDescriptionvoid
StorageMinecartEntity.setLootTable
(Identifier id, long lootSeed) void
ChestBoatEntity.setLootTableId
(@Nullable Identifier lootTableId) void
StorageMinecartEntity.setLootTableId
(@Nullable Identifier lootTableId) void
VehicleInventory.setLootTableId
(@Nullable Identifier lootTableId) -
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
Modifier and TypeFieldDescriptionprivate final List<Identifier>
SmithingTemplateItem.emptyAdditionsSlotTextures
private final List<Identifier>
SmithingTemplateItem.emptyBaseSlotTextures
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) static Item
Items.register
(Identifier id, Item item) ModifierConstructorDescriptionSmithingTemplateItem
(Text appliesToText, Text ingredientsText, Text titleText, Text baseSlotDescriptionText, Text additionsSlotDescriptionText, List<Identifier> emptyBaseSlotTextures, List<Identifier> emptyAdditionsSlotTextures) -
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<ArmorMaterial,
Identifier> ArmorTrim.genericModelIdGetter
private final Function<ArmorMaterial,
Identifier> ArmorTrim.leggingsModelIdGetter
Modifier and TypeMethodDescriptionArmorTrimPattern.assetId()
Returns the value of theassetId
record component.ArmorTrim.getGenericModelId
(ArmorMaterial armorMaterial) ArmorTrim.getLeggingsModelId
(ArmorMaterial armorMaterial) ModifierConstructorDescriptionArmorTrimPattern
(Identifier identifier, RegistryEntry<Item> registryEntry, Text text) -
Uses of Identifier in net.minecraft.loot
Modifier and TypeFieldDescriptionstatic final Identifier
LootTables.ABANDONED_MINESHAFT_CHEST
static final Identifier
LootTables.ANCIENT_CITY_CHEST
static final Identifier
LootTables.ANCIENT_CITY_ICE_BOX_CHEST
static final Identifier
LootTables.BASTION_BRIDGE_CHEST
static final Identifier
LootTables.BASTION_HOGLIN_STABLE_CHEST
static final Identifier
LootTables.BASTION_OTHER_CHEST
static final Identifier
LootTables.BASTION_TREASURE_CHEST
static final Identifier
LootTables.BLACK_SHEEP_ENTITY
static final Identifier
LootTables.BLUE_SHEEP_ENTITY
static final Identifier
LootTables.BROWN_SHEEP_ENTITY
static final Identifier
LootTables.BURIED_TREASURE_CHEST
static final Identifier
LootTables.CAT_MORNING_GIFT_GAMEPLAY
static final Identifier
LootTables.CYAN_SHEEP_ENTITY
static final Identifier
LootTables.DESERT_PYRAMID_ARCHAEOLOGY
static final Identifier
LootTables.DESERT_PYRAMID_CHEST
static final Identifier
LootTables.DESERT_WELL_ARCHAEOLOGY
static final Identifier
LootTables.EMPTY
static final Identifier
LootTables.END_CITY_TREASURE_CHEST
static final Identifier
LootTables.FISHING_FISH_GAMEPLAY
static final Identifier
LootTables.FISHING_GAMEPLAY
static final Identifier
LootTables.FISHING_JUNK_GAMEPLAY
static final Identifier
LootTables.FISHING_TREASURE_GAMEPLAY
static final Identifier
LootTables.GRAY_SHEEP_ENTITY
static final Identifier
LootTables.GREEN_SHEEP_ENTITY
static final Identifier
LootTables.HERO_OF_THE_VILLAGE_ARMORER_GIFT_GAMEPLAY
static final Identifier
LootTables.HERO_OF_THE_VILLAGE_BUTCHER_GIFT_GAMEPLAY
static final Identifier
static final Identifier
LootTables.HERO_OF_THE_VILLAGE_CLERIC_GIFT_GAMEPLAY
static final Identifier
LootTables.HERO_OF_THE_VILLAGE_FARMER_GIFT_GAMEPLAY
static final Identifier
LootTables.HERO_OF_THE_VILLAGE_FISHERMAN_GIFT_GAMEPLAY
static final Identifier
LootTables.HERO_OF_THE_VILLAGE_FLETCHER_GIFT_GAMEPLAY
static final Identifier
static final Identifier
LootTables.HERO_OF_THE_VILLAGE_LIBRARIAN_GIFT_GAMEPLAY
static final Identifier
LootTables.HERO_OF_THE_VILLAGE_MASON_GIFT_GAMEPLAY
static final Identifier
LootTables.HERO_OF_THE_VILLAGE_SHEPHERD_GIFT_GAMEPLAY
static final Identifier
LootTables.HERO_OF_THE_VILLAGE_TOOLSMITH_GIFT_GAMEPLAY
static final Identifier
private final Identifier
LootDataKey.id
The field for theid
record component.static final Identifier
LootTables.IGLOO_CHEST_CHEST
static final Identifier
LootTables.JUNGLE_TEMPLE_CHEST
static final Identifier
LootTables.JUNGLE_TEMPLE_DISPENSER_CHEST
static final Identifier
LootTables.LIGHT_BLUE_SHEEP_ENTITY
static final Identifier
LootTables.LIGHT_GRAY_SHEEP_ENTITY
static final Identifier
LootTables.LIME_SHEEP_ENTITY
static final Identifier
LootTables.MAGENTA_SHEEP_ENTITY
static final Identifier
LootTables.NETHER_BRIDGE_CHEST
static final Identifier
LootTables.OCEAN_RUIN_COLD_ARCHAEOLOGY
static final Identifier
LootTables.OCEAN_RUIN_WARM_ARCHAEOLOGY
static final Identifier
LootTables.ORANGE_SHEEP_ENTITY
static final Identifier
LootTables.PIGLIN_BARTERING_GAMEPLAY
static final Identifier
LootTables.PILLAGER_OUTPOST_CHEST
static final Identifier
LootTables.PINK_SHEEP_ENTITY
static final Identifier
LootTables.PURPLE_SHEEP_ENTITY
private @Nullable Identifier
LootTable.Builder.randomSequenceId
(package private) final @Nullable Identifier
LootTable.randomSequenceId
static final Identifier
LootTables.RED_SHEEP_ENTITY
static final Identifier
LootTables.RUINED_PORTAL_CHEST
static final Identifier
LootTables.SHIPWRECK_MAP_CHEST
static final Identifier
LootTables.SHIPWRECK_SUPPLY_CHEST
static final Identifier
LootTables.SHIPWRECK_TREASURE_CHEST
static final Identifier
LootTables.SIMPLE_DUNGEON_CHEST
static final Identifier
LootTables.SNIFFER_DIGGING_GAMEPLAY
static final Identifier
LootTables.SPAWN_BONUS_CHEST
static final Identifier
LootTables.STRONGHOLD_CORRIDOR_CHEST
static final Identifier
LootTables.STRONGHOLD_CROSSING_CHEST
static final Identifier
LootTables.STRONGHOLD_LIBRARY_CHEST
static final Identifier
LootTables.TRAIL_RUINS_COMMON_ARCHAEOLOGY
static final Identifier
LootTables.TRAIL_RUINS_RARE_ARCHAEOLOGY
static final Identifier
LootTables.UNDERWATER_RUIN_BIG_CHEST
static final Identifier
LootTables.UNDERWATER_RUIN_SMALL_CHEST
static final Identifier
LootTables.VILLAGE_ARMORER_CHEST
static final Identifier
LootTables.VILLAGE_BUTCHER_CHEST
static final Identifier
LootTables.VILLAGE_CARTOGRAPHER_CHEST
static final Identifier
LootTables.VILLAGE_DESERT_HOUSE_CHEST
static final Identifier
LootTables.VILLAGE_FISHER_CHEST
static final Identifier
LootTables.VILLAGE_FLETCHER_CHEST
static final Identifier
LootTables.VILLAGE_MASON_CHEST
static final Identifier
LootTables.VILLAGE_PLAINS_CHEST
static final Identifier
LootTables.VILLAGE_SAVANNA_HOUSE_CHEST
static final Identifier
LootTables.VILLAGE_SHEPARD_CHEST
static final Identifier
LootTables.VILLAGE_SNOWY_HOUSE_CHEST
static final Identifier
LootTables.VILLAGE_TAIGA_HOUSE_CHEST
static final Identifier
LootTables.VILLAGE_TANNERY_CHEST
static final Identifier
LootTables.VILLAGE_TEMPLE_CHEST
static final Identifier
LootTables.VILLAGE_TOOLSMITH_CHEST
static final Identifier
LootTables.VILLAGE_WEAPONSMITH_CHEST
static final Identifier
LootTables.WHITE_SHEEP_ENTITY
static final Identifier
LootTables.WOODLAND_MANSION_CHEST
static final Identifier
LootTables.YELLOW_SHEEP_ENTITY
Modifier and TypeFieldDescriptionprivate static final Set<Identifier>
LootTables.LOOT_TABLES
private static final Set<Identifier>
LootTables.LOOT_TABLES_READ_ONLY
private final BiFunction<Identifier,
JsonElement, Optional<T>> LootDataType.parser
private Multimap<LootDataType<?>,
Identifier> LootManager.typeToIds
Modifier and TypeMethodDescriptionLootDataKey.id()
Returns the value of theid
record component.private static Identifier
private static Identifier
LootTables.registerLootTable
(Identifier id) Modifier and TypeMethodDescriptionstatic Set<Identifier>
LootTables.getAll()
LootManager.getIds
(LootDataType<?> type) private static <T> BiFunction<Gson,
String, BiFunction<Identifier, JsonElement, Optional<T>>> LootDataType.parserFactory
(Class<T> clazz) private static <T> BiFunction<Gson,
String, BiFunction<Identifier, JsonElement, Optional<T>>> LootDataType.parserFactory
(Class<T> clazz, Function<T[], T> combiner) Modifier and TypeMethodDescriptiondefault <T> T
LootDataLookup.getElement
(LootDataType<T> type, Identifier id) default <T> Optional<T>
LootDataLookup.getElementOptional
(LootDataType<T> type, Identifier id) default LootTable
LootDataLookup.getLootTable
(Identifier id) LootDataType.parse
(Identifier id, JsonElement json) LootTable.Builder.randomSequenceId
(Identifier randomSequenceId) private static Identifier
LootTables.registerLootTable
(Identifier id) Modifier and TypeMethodDescriptionprivate static <T> CompletableFuture<?>
LootManager.load
(LootDataType<T> type, ResourceManager resourceManager, Executor executor, Map<LootDataType<?>, Map<Identifier, ?>> results) private void
LootManager.validate
(Map<LootDataType<?>, Map<Identifier, ?>> lootData) ModifierConstructorDescriptionLootDataKey
(LootDataType<T> lootDataType, Identifier identifier) (package private)
LootTable
(LootContextType type, @Nullable Identifier randomSequenceId, LootPool[] pools, LootFunction[] functions) ModifierConstructorDescriptionprivate
LootDataType
(Gson gson, BiFunction<Gson, String, BiFunction<Identifier, JsonElement, Optional<T>>> parserFactory, String id, LootDataType.Validator<T> validator) -
Uses of Identifier in net.minecraft.loot.condition
Modifier and TypeMethodDescriptionstatic LootCondition.Builder
ReferenceLootCondition.builder
(Identifier id) -
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 TypeMethodDescriptionLootContextParameter.getId()
static @Nullable Identifier
LootContextTypes.getId
(LootContextType type) Modifier and TypeMethodDescriptionLootContextParameterSet.Builder.addDynamicDrop
(Identifier id, LootContextParameterSet.DynamicDrop dynamicDrop) void
LootContextParameterSet.addDynamicDrops
(Identifier id, Consumer<ItemStack> lootConsumer) LootContext.Builder.build
(@Nullable Identifier randomSequenceId) void
LootContext.drop
(Identifier id, Consumer<ItemStack> lootConsumer) static @Nullable LootContextType
LootContextTypes.get
(Identifier id) -
Uses of Identifier in net.minecraft.loot.entry
Modifier and TypeFieldDescription(package private) final Identifier
LootTableEntry.id
(package private) final Identifier
DynamicEntry.name
Modifier and TypeMethodDescriptionstatic LeafEntry.Builder<?>
DynamicEntry.builder
(Identifier name) static LeafEntry.Builder<?>
LootTableEntry.builder
(Identifier id) ModifierConstructorDescription(package private)
DynamicEntry
(Identifier name, int weight, int quality, LootCondition[] conditions, LootFunction[] functions) (package private)
LootTableEntry
(Identifier id, int weight, int quality, LootCondition[] conditions, LootFunction[] functions) -
Uses of Identifier in net.minecraft.loot.function
Modifier and TypeFieldDescription(package private) final Identifier
SetLootTableLootFunction.id
static final Identifier
ApplyBonusLootFunction.BinomialWithBonusCount.ID
static final Identifier
ApplyBonusLootFunction.OreDrops.ID
static final Identifier
ApplyBonusLootFunction.UniformBonusCount.ID
(package private) final Identifier
ReferenceLootFunction.name
Modifier and TypeFieldDescription(package private) static final Map<Identifier,
ApplyBonusLootFunction.FormulaFactory> ApplyBonusLootFunction.FACTORIES
Modifier and TypeMethodDescriptionApplyBonusLootFunction.BinomialWithBonusCount.getId()
ApplyBonusLootFunction.Formula.getId()
ApplyBonusLootFunction.OreDrops.getId()
ApplyBonusLootFunction.UniformBonusCount.getId()
Modifier and TypeMethodDescriptionstatic ConditionalLootFunction.Builder<?>
ReferenceLootFunction.builder
(Identifier name) static ConditionalLootFunction.Builder<?>
SetLootTableLootFunction.builder
(BlockEntityType<?> type, Identifier id) static ConditionalLootFunction.Builder<?>
SetLootTableLootFunction.builder
(BlockEntityType<?> type, Identifier id, long seed) ModifierConstructorDescription(package private)
ReferenceLootFunction
(LootCondition[] conditions, Identifier name) (package private)
SetLootTableLootFunction
(LootCondition[] conditions, Identifier id, long seed, BlockEntityType<?> type) -
Uses of Identifier in net.minecraft.loot.provider.nbt
Modifier and TypeFieldDescription(package private) final Identifier
StorageLootNbtProvider.source
-
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.c2s.play
Modifier and TypeFieldDescriptionstatic final Identifier
CustomPayloadC2SPacket.BRAND
private final Identifier
CustomPayloadC2SPacket.channel
private 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 TypeMethodDescriptionCustomPayloadC2SPacket.getChannel()
UpdateJigsawC2SPacket.getName()
UpdateJigsawC2SPacket.getPool()
CraftRequestC2SPacket.getRecipe()
RecipeBookDataC2SPacket.getRecipeId()
AdvancementTabC2SPacket.getTabToOpen()
UpdateJigsawC2SPacket.getTarget()
ModifierConstructorDescriptionCustomPayloadC2SPacket
(Identifier channel, PacketByteBuf data) UpdateJigsawC2SPacket
(BlockPos pos, Identifier name, Identifier target, Identifier pool, String finalState, JigsawBlockEntity.Joint jointType) -
Uses of Identifier in net.minecraft.network.packet.s2c.login
ModifierConstructorDescriptionLoginQueryRequestS2CPacket
(int queryId, Identifier channel, PacketByteBuf payload) -
Uses of Identifier in net.minecraft.network.packet.s2c.play
Modifier and TypeFieldDescriptionstatic final Identifier
CustomPayloadS2CPacket.BRAND
private final Identifier
CustomPayloadS2CPacket.channel
static final Identifier
CustomPayloadS2CPacket.DEBUG_BEE
static final Identifier
CustomPayloadS2CPacket.DEBUG_BRAIN
static final Identifier
CustomPayloadS2CPacket.DEBUG_GAME_EVENT
static final Identifier
CustomPayloadS2CPacket.DEBUG_GAME_EVENT_LISTENERS
static final Identifier
CustomPayloadS2CPacket.DEBUG_GAME_TEST_ADD_MARKER
static final Identifier
CustomPayloadS2CPacket.DEBUG_GAME_TEST_CLEAR
static final Identifier
CustomPayloadS2CPacket.DEBUG_GOAL_SELECTOR
static final Identifier
CustomPayloadS2CPacket.DEBUG_HIVE
static final Identifier
CustomPayloadS2CPacket.DEBUG_NEIGHBORS_UPDATE
static final Identifier
CustomPayloadS2CPacket.DEBUG_PATH
static final Identifier
CustomPayloadS2CPacket.DEBUG_POI_ADDED
static final Identifier
CustomPayloadS2CPacket.DEBUG_POI_REMOVED
static final Identifier
CustomPayloadS2CPacket.DEBUG_POI_TICKET_COUNT
static final Identifier
CustomPayloadS2CPacket.DEBUG_RAIDS
static final Identifier
CustomPayloadS2CPacket.DEBUG_STRUCTURES
static final Identifier
CustomPayloadS2CPacket.DEBUG_VILLAGE_SECTIONS
static final Identifier
CustomPayloadS2CPacket.DEBUG_WORLDGEN_ATTEMPT
private 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 Set<Identifier>
FeaturesS2CPacket.features
The field for thefeatures
record component.private final List<Identifier>
UnlockRecipesS2CPacket.recipeIdsToChange
private final List<Identifier>
UnlockRecipesS2CPacket.recipeIdsToInit
private final Map<Identifier,
Advancement.Builder> AdvancementUpdateS2CPacket.toEarn
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) CustomPayloadS2CPacket.getChannel()
CraftFailedResponseS2CPacket.getRecipeId()
StopSoundS2CPacket.getSoundId()
SelectAdvancementTabS2CPacket.getTabId()
Modifier and TypeMethodDescriptionFeaturesS2CPacket.features()
Returns the value of thefeatures
record component.AdvancementUpdateS2CPacket.getAdvancementIdsToRemove()
AdvancementUpdateS2CPacket.getAdvancementsToEarn()
AdvancementUpdateS2CPacket.getAdvancementsToProgress()
UnlockRecipesS2CPacket.getRecipeIdsToChange()
UnlockRecipesS2CPacket.getRecipeIdsToInit()
ModifierConstructorDescription(package private)
ArgumentNode
(String name, ArgumentSerializer.ArgumentTypeProperties<?> properties, @Nullable Identifier id) CustomPayloadS2CPacket
(Identifier channel, PacketByteBuf data) StopSoundS2CPacket
(@Nullable Identifier soundId, @Nullable SoundCategory category) ModifierConstructorDescriptionAdvancementUpdateS2CPacket
(boolean clearCurrent, Collection<Advancement> toEarn, Set<Identifier> toRemove, Map<Identifier, AdvancementProgress> toSetProgress) AdvancementUpdateS2CPacket
(boolean clearCurrent, Collection<Advancement> toEarn, Set<Identifier> toRemove, Map<Identifier, AdvancementProgress> toSetProgress) FeaturesS2CPacket
(Set<Identifier> set) UnlockRecipesS2CPacket
(UnlockRecipesS2CPacket.Action action, Collection<Identifier> recipeIdsToChange, Collection<Identifier> recipeIdsToInit, RecipeBookOptions options) -
Uses of Identifier in net.minecraft.predicate.entity
Modifier and TypeFieldDescriptionprivate final Identifier
AdvancementEntityPredicateDeserializer.advancementId
Modifier and TypeFieldDescriptionprivate final Map<Identifier,
PlayerPredicate.AdvancementPredicate> PlayerPredicate.advancements
private final Map<Identifier,
PlayerPredicate.AdvancementPredicate> PlayerPredicate.Builder.advancements
private final Object2BooleanMap<Identifier>
PlayerPredicate.Builder.recipes
private final Object2BooleanMap<Identifier>
PlayerPredicate.recipes
Modifier and TypeMethodDescriptionAdvancementEntityPredicateDeserializer.getAdvancementId()
private static <T> Identifier
Modifier and TypeMethodDescriptionPlayerPredicate.Builder.advancement
(Identifier id, boolean done) PlayerPredicate.Builder.advancement
(Identifier id, Map<String, Boolean> criteria) private static <T> Stat<T>
PlayerPredicate.getStat
(StatType<T> type, Identifier id) PlayerPredicate.Builder.recipe
(Identifier id, boolean unlocked) ModifierConstructorDescriptionAdvancementEntityPredicateDeserializer
(Identifier advancementId, LootManager lootManager) ModifierConstructorDescription(package private)
PlayerPredicate
(NumberRange.IntRange experienceLevel, @Nullable GameMode gameMode, Map<Stat<?>, NumberRange.IntRange> stats, Object2BooleanMap<Identifier> recipes, Map<Identifier, PlayerPredicate.AdvancementPredicate> advancements, EntityPredicate lookingAt) -
Uses of Identifier in net.minecraft.recipe
Modifier and TypeFieldDescriptionprotected final Identifier
AbstractCookingRecipe.id
protected final Identifier
CuttingRecipe.id
private final Identifier
ShapedRecipe.id
private final Identifier
ShapelessRecipe.id
private final Identifier
SmithingTransformRecipe.id
private final Identifier
SmithingTrimRecipe.id
private final Identifier
SpecialCraftingRecipe.id
Modifier and TypeFieldDescriptionprivate Map<RecipeType<?>,
Map<Identifier, Recipe<?>>> RecipeManager.recipes
private Map<Identifier,
Recipe<?>> RecipeManager.recipesById
Modifier and TypeMethodDescriptionAbstractCookingRecipe.getId()
Returns the ID of this recipe.CuttingRecipe.getId()
Returns the ID of this recipe.Recipe.getId()
Returns the ID of this recipe.ShapedRecipe.getId()
Returns the ID of this recipe.ShapelessRecipe.getId()
Returns the ID of this recipe.SmithingTransformRecipe.getId()
Returns the ID of this recipe.SmithingTrimRecipe.getId()
Returns the ID of this recipe.SpecialCraftingRecipe.getId()
Returns the ID of this recipe.Modifier and TypeMethodDescriptionprivate <C extends Inventory,
T extends Recipe<C>>
Map<Identifier,T> RecipeManager.getAllOfType
(RecipeType<T> type) <C extends Inventory,
T extends Recipe<C>>
Optional<com.mojang.datafixers.util.Pair<Identifier,T>> RecipeManager.getFirstMatch
(RecipeType<T> type, C inventory, World world, @Nullable Identifier id) RecipeManager.keys()
Returns a stream of IDs of recipes in this manager.Modifier and TypeMethodDescriptionCookingRecipeSerializer.RecipeFactory.create
(Identifier id, String group, CookingRecipeCategory category, Ingredient input, ItemStack output, float experience, int cookTime) CuttingRecipe.Serializer.RecipeFactory.create
(Identifier id, String group, Ingredient input, ItemStack output) SpecialRecipeSerializer.Factory.create
(Identifier id, CraftingRecipeCategory category) static Recipe<?>
RecipeManager.deserialize
(Identifier id, JsonObject json) Reads a recipe from a JSON object.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<com.mojang.datafixers.util.Pair<Identifier,T>> RecipeManager.getFirstMatch
(RecipeType<T> type, C inventory, World world, @Nullable Identifier id) CookingRecipeSerializer.read
(Identifier identifier, JsonObject jsonObject) CookingRecipeSerializer.read
(Identifier identifier, PacketByteBuf packetByteBuf) CuttingRecipe.Serializer.read
(Identifier identifier, JsonObject jsonObject) CuttingRecipe.Serializer.read
(Identifier identifier, PacketByteBuf packetByteBuf) RecipeSerializer.read
(Identifier id, JsonObject json) Reads a recipe from a JSON object.RecipeSerializer.read
(Identifier id, PacketByteBuf buf) Reads a recipe from a packet byte buf, usually on the client.ShapedRecipe.Serializer.read
(Identifier identifier, JsonObject jsonObject) ShapedRecipe.Serializer.read
(Identifier identifier, PacketByteBuf packetByteBuf) ShapelessRecipe.Serializer.read
(Identifier identifier, JsonObject jsonObject) ShapelessRecipe.Serializer.read
(Identifier identifier, PacketByteBuf packetByteBuf) SmithingTransformRecipe.Serializer.read
(Identifier identifier, JsonObject jsonObject) SmithingTransformRecipe.Serializer.read
(Identifier identifier, PacketByteBuf packetByteBuf) SmithingTrimRecipe.Serializer.read
(Identifier identifier, JsonObject jsonObject) SmithingTrimRecipe.Serializer.read
(Identifier identifier, PacketByteBuf packetByteBuf) SpecialRecipeSerializer.read
(Identifier identifier, JsonObject jsonObject) SpecialRecipeSerializer.read
(Identifier identifier, PacketByteBuf packetByteBuf) Modifier and TypeMethodDescriptionprotected void
RecipeManager.apply
(Map<Identifier, JsonElement> map, ResourceManager resourceManager, Profiler profiler) ModifierConstructorDescriptionAbstractCookingRecipe
(RecipeType<?> type, Identifier id, String group, CookingRecipeCategory category, Ingredient input, ItemStack output, float experience, int cookTime) ArmorDyeRecipe
(Identifier id, CraftingRecipeCategory category) BannerDuplicateRecipe
(Identifier id, CraftingRecipeCategory category) BlastingRecipe
(Identifier id, String group, CookingRecipeCategory category, Ingredient input, ItemStack output, float experience, int cookTime) BookCloningRecipe
(Identifier id, CraftingRecipeCategory category) CampfireCookingRecipe
(Identifier id, String group, CookingRecipeCategory category, Ingredient input, ItemStack output, float experience, int cookTime) CraftingDecoratedPotRecipe
(Identifier id, CraftingRecipeCategory category) CuttingRecipe
(RecipeType<?> type, RecipeSerializer<?> serializer, Identifier id, String group, Ingredient input, ItemStack output) FireworkRocketRecipe
(Identifier id, CraftingRecipeCategory category) FireworkStarFadeRecipe
(Identifier id, CraftingRecipeCategory category) FireworkStarRecipe
(Identifier id, CraftingRecipeCategory category) MapCloningRecipe
(Identifier id, CraftingRecipeCategory category) MapExtendingRecipe
(Identifier id, CraftingRecipeCategory category) RepairItemRecipe
(Identifier id, CraftingRecipeCategory category) ShapedRecipe
(Identifier id, String group, CraftingRecipeCategory category, int width, int height, DefaultedList<Ingredient> input, ItemStack output) ShapedRecipe
(Identifier id, String group, CraftingRecipeCategory category, int width, int height, DefaultedList<Ingredient> input, ItemStack output, boolean showNotification) ShapelessRecipe
(Identifier id, String group, CraftingRecipeCategory category, ItemStack output, DefaultedList<Ingredient> input) ShieldDecorationRecipe
(Identifier id, CraftingRecipeCategory category) ShulkerBoxColoringRecipe
(Identifier id, CraftingRecipeCategory category) SmeltingRecipe
(Identifier id, String group, CookingRecipeCategory category, Ingredient input, ItemStack output, float experience, int cookTime) SmithingTransformRecipe
(Identifier id, Ingredient template, Ingredient base, Ingredient addition, ItemStack result) SmithingTrimRecipe
(Identifier id, Ingredient template, Ingredient base, Ingredient addition) SmokingRecipe
(Identifier id, String group, CookingRecipeCategory category, Ingredient input, ItemStack output, float experience, int cookTime) SpecialCraftingRecipe
(Identifier id, CraftingRecipeCategory category) StonecuttingRecipe
(Identifier id, String group, Ingredient input, ItemStack output) SuspiciousStewRecipe
(Identifier id, CraftingRecipeCategory category) TippedArrowRecipe
(Identifier id, CraftingRecipeCategory category) -
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
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
Registries.ROOT_KEY
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.RegistryKey.RegistryIdPair.registry()
Returns the value of theregistry
record component.Modifier and TypeMethodDescriptionRegistry.getIds()
Returns the set of all IDs registered in a registry.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.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) 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 InputSupplier<InputStream>
DirectoryResourcePack.open
(Identifier id, Path path) 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 name, Predicate<Identifier> filter) private void
NamespaceResourceManager.addPack
(String name, @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 packName) (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) 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
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 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 TypeMethodDescriptionprivate static int
BossBarCommand.addBossBar
(ServerCommandSource source, Identifier name, Text displayName) 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
StopSoundCommand.execute
(ServerCommandSource source, Collection<ServerPlayerEntity> targets, @Nullable SoundCategory category, @Nullable Identifier sound) private static int
LootCommand.executeFish
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, Identifier lootTable, BlockPos pos, ItemStack stack, LootCommand.Target constructor) private static int
LootCommand.executeLoot
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, Identifier lootTable, LootCommand.Target constructor) 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
LootCommand.getFeedbackMessageSingle
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, Identifier lootTable, LootContextParameterSet lootContextParameters, LootCommand.Target constructor) private static void
LootCommand.sendDroppedFeedback
(ServerCommandSource source, List<ItemStack> stacks, Identifier lootTable) void
DebugCommand.Tracer.traceFunctionCall
(int depth, Identifier function, int size) Modifier and TypeMethodDescriptionprivate static int
ScheduleCommand.execute
(ServerCommandSource source, com.mojang.datafixers.util.Pair<Identifier, com.mojang.datafixers.util.Either<CommandFunction, Collection<CommandFunction>>> function, int time, boolean replace) -
Uses of Identifier in net.minecraft.server.function
Modifier and TypeFieldDescription(package private) final Identifier
CommandFunction.id
private final @Nullable Identifier
CommandFunction.LazyContainer.id
private static final Identifier
CommandFunctionManager.LOAD_TAG_ID
private static final Identifier
CommandFunctionManager.TICK_TAG_ID
Modifier and TypeFieldDescriptionprivate Map<Identifier,
CommandFunction> FunctionLoader.functions
private Map<Identifier,
Collection<CommandFunction>> FunctionLoader.tags
Modifier and TypeMethodDescriptionCommandFunctionManager.getAllFunctions()
FunctionLoader.getFunctions()
CommandFunctionManager.getFunctionTags()
FunctionLoader.getTags()
Modifier and TypeMethodDescriptionstatic CommandFunction
CommandFunction.create
(Identifier id, com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, ServerCommandSource source, List<String> lines) Parses a function in the context ofsource
.private void
CommandFunctionManager.executeAll
(Collection<CommandFunction> functions, Identifier label) FunctionLoader.get
(Identifier id) CommandFunctionManager.getFunction
(Identifier id) CommandFunctionManager.getTag
(Identifier id) FunctionLoader.getTagOrEmpty
(Identifier id) void
CommandFunctionManager.Tracer.traceFunctionCall
(int depth, Identifier function, int size) -
Uses of Identifier in net.minecraft.server.network
Modifier and TypeMethodDescriptionprivate static void
DebugInfoSender.sendToAll
(ServerWorld world, PacketByteBuf buf, Identifier channel) void
ServerPlayerEntity.unlockRecipes
(Identifier[] ids) Modifier and TypeMethodDescriptionprivate void
ServerRecipeBook.sendUnlockRecipesPacket
(UnlockRecipesS2CPacket.Action action, ServerPlayerEntity player, List<Identifier> recipeIds) -
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<String,
Identifier> ShipwreckGenerator.LOOT_TABLES
(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 TypeMethodDescriptionprotected boolean
MineshaftGenerator.MineshaftCorridor.addChest
(StructureWorldAccess world, BlockBox boundingBox, Random random, int x, int y, int z, Identifier lootTableId) protected boolean
StructurePiece.addChest
(ServerWorldAccess world, BlockBox boundingBox, Random random, BlockPos pos, Identifier lootTableId, @Nullable BlockState block) protected boolean
StructurePiece.addChest
(StructureWorldAccess world, BlockBox boundingBox, Random random, int x, int y, int z, Identifier lootTableId) protected boolean
StructurePiece.addDispenser
(StructureWorldAccess world, BlockBox boundingBox, Random random, int x, int y, int z, Direction facing, Identifier lootTableId) private static StructureProcessor
OceanRuinGenerator.createArchaeologyStructureProcessor
(Block baseBlock, Block suspiciousBlock, Identifier lootTableId) private 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) 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.structure.processor
Modifier and TypeMethodDescriptionprivate static CappedStructureProcessor
StructureProcessorLists.createTrailRuinsTowerTopProcessor
(Identifier lootTableId, int limit) -
Uses of Identifier in net.minecraft.structure.rule.blockentity
Modifier and TypeFieldDescriptionprivate final Identifier
AppendLootRuleBlockEntityModifier.lootTable
-
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.private static @Nullable Identifier
Style.Serializer.getFont
(JsonObject root) StorageNbtDataSource.id()
Returns the value of theid
record component.Modifier and TypeMethodDescriptionStyle.withFont
(@Nullable Identifier font) Returns a new style with the font provided and all other attributes of this style.ModifierConstructorDescriptionStorageNbtDataSource
(Identifier identifier) (package 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
Modifier and TypeMethodDescriptionIdentifier.Serializer.deserialize
(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) static Identifier
Identifier.fromCommandInput
(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 static Xoroshiro128PlusPlusRandom
RandomSequence.createSource
(long seed, Identifier id) RandomSequencesState.getOrCreate
(Identifier id) default Random
RandomSplitter.split
(Identifier seed) -
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) -
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