Uses of Class
net.minecraft.util.Identifier
Packages that use Identifier
Package
Description
The base package for all Minecraft classes.
Provides resources to Minecraft, including resource access and provision.
-
Uses of Identifier in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type IdentifierModifier and TypeMethodDescriptionstatic void
RenderSystem._setShaderTexture(int int2, Identifier identifier)
static void
RenderSystem.setShaderTexture(int int2, Identifier identifier)
-
Uses of Identifier in net.minecraft
Methods in net.minecraft that return Identifier -
Uses of Identifier in net.minecraft.advancement
Fields in net.minecraft.advancement declared as IdentifierModifier and TypeFieldDescriptionprivate Identifier
AdvancementDisplay.background
private @Nullable Identifier
AdvancementRewards.Builder.function
private Identifier
Advancement.id
private Identifier[]
AdvancementRewards.loot
private Identifier
Advancement.Task.parentId
private Identifier[]
AdvancementRewards.recipes
Fields in net.minecraft.advancement with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate Map<Identifier,Advancement>
AdvancementManager.advancements
private static TypeToken<Map<Identifier,AdvancementProgress>>
PlayerAdvancementTracker.JSON_TYPE
private List<Identifier>
AdvancementRewards.Builder.loot
private List<Identifier>
AdvancementRewards.Builder.recipes
Methods in net.minecraft.advancement that return IdentifierModifier and TypeMethodDescriptionAdvancementDisplay.getBackground()
Advancement.getId()
AdvancementRewards.getRecipes()
Methods in net.minecraft.advancement with parameters of type IdentifierModifier and TypeMethodDescriptionAdvancementRewards.Builder.addRecipe(Identifier recipe)
Advancement.Task.build(Identifier id)
Advancement.Task.display(ItemConvertible icon, Text title, Text description, @Nullable Identifier background, AdvancementFrame frame, boolean showToast, boolean announceToChat, boolean hidden)
Advancement.Task.display(ItemStack icon, Text title, Text description, @Nullable Identifier background, AdvancementFrame frame, boolean showToast, boolean announceToChat, boolean hidden)
AdvancementManager.get(Identifier id)
static AdvancementRewards.Builder
AdvancementRewards.Builder.method_34899(Identifier identifier)
AdvancementRewards.Builder.method_34900(Identifier identifier)
static AdvancementRewards.Builder
AdvancementRewards.Builder.method_34901(Identifier identifier)
AdvancementRewards.Builder.method_34902(Identifier identifier)
Advancement.Task.parent(Identifier parentId)
static AdvancementRewards.Builder
AdvancementRewards.Builder.recipe(Identifier recipe)
Method parameters in net.minecraft.advancement with type arguments of type IdentifierModifier and TypeMethodDescriptionboolean
Advancement.Task.findParent(Function<Identifier,Advancement> parentProvider)
void
AdvancementManager.load(Map<Identifier,Advancement.Task> map)
void
AdvancementManager.removeAll(Set<Identifier> advancements)
Constructors in net.minecraft.advancement with parameters of type IdentifierModifierConstructorDescriptionAdvancement(Identifier id, @Nullable Advancement parent, @Nullable AdvancementDisplay display, AdvancementRewards rewards, Map<String,AdvancementCriterion> criteria, String[][] requirements)
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)
private
Task(@Nullable Identifier parentId, @Nullable AdvancementDisplay display, AdvancementRewards rewards, Map<String,AdvancementCriterion> criteria, String[][] requirements)
-
Uses of Identifier in net.minecraft.advancement.criterion
Fields in net.minecraft.advancement.criterion declared as IdentifierModifier and TypeFieldDescriptionprivate Identifier
AbstractCriterionConditions.id
private Identifier
LocationArrivalCriterion.id
private Identifier
OnKilledCriterion.id
private static Identifier
BeeNestDestroyedCriterion.ID
private static Identifier
BredAnimalsCriterion.ID
private static Identifier
BrewedPotionCriterion.ID
private static Identifier
ChangedDimensionCriterion.ID
private static Identifier
ChanneledLightningCriterion.ID
private static Identifier
ConstructBeaconCriterion.ID
private static Identifier
ConsumeItemCriterion.ID
private static Identifier
CuredZombieVillagerCriterion.ID
private static Identifier
EffectsChangedCriterion.ID
private static Identifier
EnchantedItemCriterion.ID
private static Identifier
EnterBlockCriterion.ID
private static Identifier
EntityHurtPlayerCriterion.ID
private static Identifier
FilledBucketCriterion.ID
private static Identifier
FishingRodHookedCriterion.ID
private static Identifier
ImpossibleCriterion.ID
private static Identifier
InventoryChangedCriterion.ID
private static Identifier
ItemDurabilityChangedCriterion.ID
private static Identifier
ItemUsedOnBlockCriterion.ID
private static Identifier
KilledByCrossbowCriterion.ID
private static Identifier
LevitationCriterion.ID
private static Identifier
NetherTravelCriterion.ID
private static Identifier
PlacedBlockCriterion.ID
private static Identifier
PlayerGeneratesContainerLootCriterion.ID
private static Identifier
PlayerHurtEntityCriterion.ID
private static Identifier
PlayerInteractedWithEntityCriterion.ID
private static Identifier
RecipeUnlockedCriterion.ID
private static Identifier
ShotCrossbowCriterion.ID
private static Identifier
SlideDownBlockCriterion.ID
private static Identifier
SummonedEntityCriterion.ID
private static Identifier
TameAnimalCriterion.ID
private static Identifier
TargetHitCriterion.ID
private static Identifier
ThrownItemPickedUpByEntityCriterion.ID
static Identifier
TickCriterion.ID
private static Identifier
UsedEnderEyeCriterion.ID
private static Identifier
UsedTotemCriterion.ID
private static Identifier
VillagerTradeCriterion.ID
private Identifier
PlayerGeneratesContainerLootCriterion.Conditions.lootTable
private Identifier
RecipeUnlockedCriterion.Conditions.recipe
Fields in net.minecraft.advancement.criterion with type parameters of type IdentifierMethods in net.minecraft.advancement.criterion that return IdentifierModifier 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()
ItemDurabilityChangedCriterion.getId()
ItemUsedOnBlockCriterion.getId()
KilledByCrossbowCriterion.getId()
LevitationCriterion.getId()
LocationArrivalCriterion.getId()
NetherTravelCriterion.getId()
OnKilledCriterion.getId()
PlacedBlockCriterion.getId()
PlayerGeneratesContainerLootCriterion.getId()
PlayerHurtEntityCriterion.getId()
PlayerInteractedWithEntityCriterion.getId()
RecipeUnlockedCriterion.getId()
ShotCrossbowCriterion.getId()
SlideDownBlockCriterion.getId()
SummonedEntityCriterion.getId()
TameAnimalCriterion.getId()
TargetHitCriterion.getId()
ThrownItemPickedUpByEntityCriterion.getId()
TickCriterion.getId()
UsedEnderEyeCriterion.getId()
UsedTotemCriterion.getId()
VillagerTradeCriterion.getId()
Methods in net.minecraft.advancement.criterion with parameters of type IdentifierModifier and TypeMethodDescriptionPlayerGeneratesContainerLootCriterion.Conditions.create(Identifier lootTable)
RecipeUnlockedCriterion.create(Identifier id)
static <T extends CriterionConditions>
@Nullable Criterion<T>Criteria.getById(Identifier id)
boolean
PlayerGeneratesContainerLootCriterion.Conditions.test(Identifier lootTable)
void
PlayerGeneratesContainerLootCriterion.test(ServerPlayerEntity player, Identifier id)
Constructors in net.minecraft.advancement.criterion with parameters of type IdentifierModifierConstructorDescriptionAbstractCriterionConditions(Identifier id, EntityPredicate.Extended playerPredicate)
Conditions(Identifier id, EntityPredicate.Extended player, LocationPredicate location)
Conditions(Identifier id, EntityPredicate.Extended player, EntityPredicate.Extended entity, DamageSourcePredicate killingBlow)
Conditions(EntityPredicate.Extended entity, Identifier lootTable)
Conditions(EntityPredicate.Extended player, Identifier recipe)
-
Uses of Identifier in net.minecraft.block
Fields in net.minecraft.block declared as IdentifierModifier and TypeFieldDescriptionstatic Identifier
ShulkerBoxBlock.CONTENTS
protected @Nullable Identifier
AbstractBlock.lootTableId
private Identifier
AbstractBlock.Settings.lootTableId
Methods in net.minecraft.block that return IdentifierMethods in net.minecraft.block that return types with arguments of type IdentifierModifier and TypeMethodDescriptionprotected Stat<Identifier>
ChestBlock.getOpenStat()
protected Stat<Identifier>
TrappedChestBlock.getOpenStat()
-
Uses of Identifier in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as IdentifierModifier and TypeFieldDescriptionprotected @Nullable Identifier
LootableContainerBlockEntity.lootTableId
private Identifier
JigsawBlockEntity.name
private Identifier
JigsawBlockEntity.pool
private Identifier
StructureBlockBlockEntity.structureName
private Identifier
JigsawBlockEntity.target
Fields in net.minecraft.block.entity with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate Object2IntOpenHashMap<Identifier>
AbstractFurnaceBlockEntity.recipesUsed
Methods in net.minecraft.block.entity that return IdentifierModifier and TypeMethodDescriptionstatic @Nullable Identifier
BlockEntityType.getId(BlockEntityType<?> type)
JigsawBlockEntity.getName()
JigsawBlockEntity.getPool()
BannerPattern.getSpriteId(boolean banner)
JigsawBlockEntity.getTarget()
Methods in net.minecraft.block.entity with parameters of type IdentifierModifier and TypeMethodDescriptionvoid
JigsawBlockEntity.setAttachmentType(Identifier value)
void
LootableContainerBlockEntity.setLootTable(Identifier id, long seed)
static void
LootableContainerBlockEntity.setLootTable(BlockView world, Random random, BlockPos pos, Identifier id)
void
JigsawBlockEntity.setPool(Identifier pool)
void
StructureBlockBlockEntity.setStructureName(@Nullable Identifier structureName)
void
JigsawBlockEntity.setTargetPool(Identifier target)
-
Uses of Identifier in net.minecraft.client
Fields in net.minecraft.client declared as IdentifierModifier and TypeFieldDescriptionstatic Identifier
MinecraftClient.ALT_TEXT_RENDERER_ID
static Identifier
MinecraftClient.DEFAULT_FONT_ID
static Identifier
MinecraftClient.UNICODE_FONT_ID
Methods in net.minecraft.client that return types with arguments of type IdentifierMethods in net.minecraft.client with parameters of type IdentifierModifier and TypeMethodDescriptionprivate void
Keyboard.copyEntity(Identifier id, Vec3d pos, @Nullable NbtCompound nbt)
MinecraftClient.getSpriteAtlas(Identifier id)
-
Uses of Identifier in net.minecraft.client.font
Fields in net.minecraft.client.font declared as IdentifierModifier and TypeFieldDescriptionprivate Identifier
BitmapFont.Loader.filename
private Identifier
TrueTypeFontLoader.filename
private Identifier
FontStorage.id
private Identifier
GlyphAtlasTexture.id
static Identifier
FontManager.MISSING_STORAGE_ID
private Identifier
UnicodeTextureFont.Loader.sizes
Fields in net.minecraft.client.font with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate Function<Identifier,FontStorage>
TextRenderer.fontStorageAccessor
private Map<Identifier,FontStorage>
FontManager.fontStorages
private Map<Identifier,Identifier>
FontManager.idOverrides
private Map<Identifier,Identifier>
FontManager.idOverrides
private Map<Identifier,NativeImage>
UnicodeTextureFont.images
Methods in net.minecraft.client.font that return IdentifierModifier and TypeMethodDescriptionGlyphAtlasTexture.getId()
private Identifier
UnicodeTextureFont.getImageId(int codePoint)
Methods in net.minecraft.client.font with parameters of type IdentifierModifier and TypeMethodDescriptionprivate FontStorage
TextRenderer.getFontStorage(Identifier id)
private @Nullable NativeImage
UnicodeTextureFont.getGlyphImage(Identifier glyphId)
Method parameters in net.minecraft.client.font with type arguments of type IdentifierModifier and TypeMethodDescriptionvoid
FontManager.setIdOverrides(Map<Identifier,Identifier> overrides)
void
FontManager.setIdOverrides(Map<Identifier,Identifier> overrides)
Constructors in net.minecraft.client.font with parameters of type IdentifierModifierConstructorDescriptionFontStorage(TextureManager textureManager, Identifier id)
GlyphAtlasTexture(Identifier id, boolean hasColor)
Loader(Identifier id, int height, int ascent, List<int[]> chars)
Loader(Identifier sizes, String template)
TrueTypeFontLoader(Identifier filename, float size, float oversample, float shiftX, float shiftY, String excludedCharacters)
Constructor parameters in net.minecraft.client.font with type arguments of type IdentifierModifierConstructorDescriptionTextRenderer(Function<Identifier,FontStorage> fontStorageAccessor)
-
Uses of Identifier in net.minecraft.client.gl
Methods in net.minecraft.client.gl with parameters of type IdentifierModifier and TypeMethodDescriptionprivate void
ShaderEffect.parseEffect(TextureManager textureManager, Identifier location)
Constructors in net.minecraft.client.gl with parameters of type IdentifierModifierConstructorDescriptionShaderEffect(TextureManager textureManager, ResourceManager resourceManager, Framebuffer framebuffer, Identifier location)
-
Uses of Identifier in net.minecraft.client.gui
Fields in net.minecraft.client.gui declared as IdentifierModifier and TypeFieldDescriptionprivate Identifier[]
CubeMapRenderer.faces
static Identifier
DrawableHelper.GUI_ICONS_TEXTURE
The texture of various icons and widgets used for rendering ingame indicators.static Identifier
DrawableHelper.OPTIONS_BACKGROUND_TEXTURE
The texture used by options for background.static Identifier
DrawableHelper.STATS_ICON_TEXTURE
The texture of icons used in the stats screen.Constructors in net.minecraft.client.gui with parameters of type Identifier -
Uses of Identifier in net.minecraft.client.gui.hud
Fields in net.minecraft.client.gui.hud declared as IdentifierModifier and TypeFieldDescriptionprivate static Identifier
BossBarHud.BARS_TEXTURE
private static Identifier
InGameHud.POWDER_SNOW_OUTLINE
private static Identifier
InGameHud.PUMPKIN_BLUR
static Identifier
SpectatorHud.SPECTATOR_TEXTURE
private static Identifier
InGameHud.SPYGLASS_SCOPE
private static Identifier
InGameOverlayRenderer.UNDERWATER_TEXTURE
private static Identifier
InGameHud.VIGNETTE_TEXTURE
private static Identifier
InGameHud.WIDGETS_TEXTURE
private static Identifier
SpectatorHud.WIDGETS_TEXTURE
Methods in net.minecraft.client.gui.hud with parameters of type IdentifierModifier and TypeMethodDescriptionprivate void
InGameHud.renderOverlay(Identifier texture, float opacity)
-
Uses of Identifier in net.minecraft.client.gui.hud.spectator
Fields in net.minecraft.client.gui.hud.spectator declared as IdentifierModifier and TypeFieldDescriptionprivate Identifier
TeamTeleportSpectatorMenu.TeleportToSpecificTeamCommand.skinId
private Identifier
TeleportToSpecificPlayerSpectatorCommand.skinId
-
Uses of Identifier in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as IdentifierModifier and TypeFieldDescriptionprivate static Identifier
TitleScreen.ACCESSIBILITY_ICON_TEXTURE
private static Identifier
DemoScreen.DEMO_BG
private static Identifier
CreditsScreen.EDITION_TITLE_TEXTURE
private static Identifier
TitleScreen.EDITION_TITLE_TEXTURE
private static Identifier
SplashScreen.LOGO
private static Identifier
CreditsScreen.MINECRAFT_TITLE_TEXTURE
private static Identifier
TitleScreen.MINECRAFT_TITLE_TEXTURE
private static Identifier
TitleScreen.PANORAMA_OVERLAY
private static Identifier
GameModeSelectionScreen.TEXTURE
private static Identifier
CreditsScreen.VIGNETTE_TEXTURE
Fields in net.minecraft.client.gui.screen with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate Stat<Identifier>
StatsScreen.GeneralStatsListWidget.Entry.stat
Method parameters in net.minecraft.client.gui.screen with type arguments of type IdentifierModifier and TypeMethodDescriptionprivate static String
StatsScreen.getStatTranslationKey(Stat<Identifier> stat)
Constructor parameters in net.minecraft.client.gui.screen with type arguments of type Identifier -
Uses of Identifier in net.minecraft.client.gui.screen.advancement
Fields in net.minecraft.client.gui.screen.advancement declared as IdentifierModifier and TypeFieldDescriptionprivate static Identifier
AdvancementsScreen.TABS_TEXTURE
private static Identifier
AdvancementWidget.WIDGETS_TEXTURE
private static Identifier
AdvancementsScreen.WINDOW_TEXTURE
-
Uses of Identifier in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as IdentifierModifier and TypeFieldDescriptionprivate Identifier
AbstractFurnaceScreen.background
static Identifier
HandledScreen.BACKGROUND_TEXTURE
static Identifier
BookScreen.BOOK_TEXTURE
private static Identifier
EnchantmentScreen.BOOK_TEXTURE
private static Identifier
EnchantingPhrases.FONT_ID
private static Identifier
AbstractFurnaceScreen.RECIPE_BUTTON_TEXTURE
private static Identifier
CraftingScreen.RECIPE_BUTTON_TEXTURE
private static Identifier
InventoryScreen.RECIPE_BUTTON_TEXTURE
private Identifier
ForgingScreen.texture
private static Identifier
AnvilScreen.TEXTURE
private static Identifier
BeaconScreen.TEXTURE
private static Identifier
BlastFurnaceScreen.TEXTURE
private static Identifier
BrewingStandScreen.TEXTURE
private static Identifier
CartographyTableScreen.TEXTURE
private static Identifier
CraftingScreen.TEXTURE
private static Identifier
CreativeInventoryScreen.TEXTURE
private static Identifier
EnchantmentScreen.TEXTURE
private static Identifier
FurnaceScreen.TEXTURE
private static Identifier
Generic3x3ContainerScreen.TEXTURE
private static Identifier
GenericContainerScreen.TEXTURE
private static Identifier
GrindstoneScreen.TEXTURE
private static Identifier
HopperScreen.TEXTURE
private static Identifier
HorseScreen.TEXTURE
private static Identifier
LoomScreen.TEXTURE
private static Identifier
MerchantScreen.TEXTURE
private static Identifier
ShulkerBoxScreen.TEXTURE
private static Identifier
SmithingScreen.TEXTURE
private static Identifier
SmokerScreen.TEXTURE
private static Identifier
StonecutterScreen.TEXTURE
Fields in net.minecraft.client.gui.screen.ingame with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate Map<Identifier,Tag<Item>>
CreativeInventoryScreen.searchResultTags
Methods in net.minecraft.client.gui.screen.ingame that return types with arguments of type IdentifierModifier and TypeMethodDescription@Nullable com.mojang.datafixers.util.Pair<Identifier,Identifier>
CreativeInventoryScreen.CreativeSlot.getBackgroundSprite()
@Nullable com.mojang.datafixers.util.Pair<Identifier,Identifier>
CreativeInventoryScreen.CreativeSlot.getBackgroundSprite()
Constructors in net.minecraft.client.gui.screen.ingame with parameters of type IdentifierModifierConstructorDescriptionAbstractFurnaceScreen(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
Fields in net.minecraft.client.gui.screen.multiplayer declared as IdentifierModifier and TypeFieldDescriptionprivate Identifier
MultiplayerServerListWidget.ServerEntry.iconTextureId
private static Identifier
MultiplayerServerListWidget.SERVER_SELECTION_TEXTURE
protected static Identifier
SocialInteractionsScreen.SOCIAL_INTERACTIONS_TEXTURE
private static Identifier
MultiplayerServerListWidget.UNKNOWN_SERVER_TEXTURE
Fields in net.minecraft.client.gui.screen.multiplayer with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate Supplier<Identifier>
SocialInteractionsPlayerListEntry.skinTexture
Methods in net.minecraft.client.gui.screen.multiplayer with parameters of type IdentifierModifier and TypeMethodDescriptionprotected void
MultiplayerServerListWidget.ServerEntry.draw(MatrixStack matrices, int x, int y, Identifier textureId)
Constructor parameters in net.minecraft.client.gui.screen.multiplayer with type arguments of type IdentifierModifierConstructorDescriptionSocialInteractionsPlayerListEntry(MinecraftClient client, SocialInteractionsScreen parent, UUID uuid, String name, Supplier<Identifier> skinTexture)
-
Uses of Identifier in net.minecraft.client.gui.screen.pack
Fields in net.minecraft.client.gui.screen.pack declared as IdentifierModifier and TypeFieldDescriptionprivate static Identifier
PackListWidget.RESOURCE_PACKS_TEXTURE
private static Identifier
PackScreen.UNKNOWN_PACK
Fields in net.minecraft.client.gui.screen.pack with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate Function<ResourcePackProfile,Identifier>
ResourcePackOrganizer.field_25785
private Map<String,Identifier>
PackScreen.iconTextures
Methods in net.minecraft.client.gui.screen.pack that return IdentifierModifier and TypeMethodDescriptionprivate Identifier
PackScreen.getPackIconTexture(ResourcePackProfile resourcePackProfile)
private Identifier
PackScreen.loadPackIcon(TextureManager textureManager, ResourcePackProfile resourcePackProfile)
ResourcePackOrganizer.AbstractPack.method_30286()
ResourcePackOrganizer.Pack.method_30286()
Constructor parameters in net.minecraft.client.gui.screen.pack with type arguments of type IdentifierModifierConstructorDescriptionResourcePackOrganizer(Runnable updateCallback, Function<ResourcePackProfile,Identifier> function, ResourcePackManager resourcePackManager, Consumer<ResourcePackManager> consumer)
-
Uses of Identifier in net.minecraft.client.gui.screen.recipebook
Fields in net.minecraft.client.gui.screen.recipebook declared as IdentifierModifier and TypeFieldDescriptionprivate static Identifier
AnimatedResultButton.BACKGROUND_TEXTURE
private static Identifier
RecipeAlternativesWidget.BACKGROUND_TEXTURE
protected static Identifier
RecipeBookWidget.TEXTURE
-
Uses of Identifier in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as IdentifierModifier and TypeFieldDescriptionprivate Identifier
WorldListWidget.Entry.iconLocation
private static Identifier
WorldListWidget.UNKNOWN_SERVER_LOCATION
private static Identifier
WorldListWidget.WORLD_SELECTION_LOCATION
-
Uses of Identifier in net.minecraft.client.gui.tooltip
Fields in net.minecraft.client.gui.tooltip declared as Identifier -
Uses of Identifier in net.minecraft.client.gui.widget
Fields in net.minecraft.client.gui.widget declared as IdentifierModifier and TypeFieldDescriptionprivate Identifier
TexturedButtonWidget.texture
protected Identifier
ToggleButtonWidget.texture
private static Identifier
CheckboxWidget.TEXTURE
static Identifier
EntryListWidget.WHITE_TEXTURE
static Identifier
AbstractButtonWidget.WIDGETS_LOCATION
Methods in net.minecraft.client.gui.widget with parameters of type IdentifierModifier and TypeMethodDescriptionvoid
ToggleButtonWidget.setTextureUV(int u, int v, int pressedUOffset, int hoverVOffset, Identifier texture)
Constructors in net.minecraft.client.gui.widget with parameters of type IdentifierModifierConstructorDescriptionTexturedButtonWidget(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, ButtonWidget.TooltipSupplier tooltipSupplier, Text text)
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 text)
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
Fields in net.minecraft.client.item declared as IdentifierModifier and TypeFieldDescriptionprivate static Identifier
ModelPredicateProviderRegistry.DAMAGE_ID
private static Identifier
ModelPredicateProviderRegistry.DAMAGED_ID
Fields in net.minecraft.client.item with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static Map<Identifier,ModelPredicateProvider>
ModelPredicateProviderRegistry.GLOBAL
private static Map<Item,Map<Identifier,ModelPredicateProvider>>
ModelPredicateProviderRegistry.ITEM_SPECIFIC
Methods in net.minecraft.client.item with parameters of type IdentifierModifier and TypeMethodDescriptionstatic @Nullable ModelPredicateProvider
ModelPredicateProviderRegistry.get(Item item, Identifier id)
private static void
ModelPredicateProviderRegistry.register(Item item, Identifier id, ModelPredicateProvider provider)
private static ModelPredicateProvider
ModelPredicateProviderRegistry.register(Identifier id, ModelPredicateProvider provider)
-
Uses of Identifier in net.minecraft.client.model
Fields in net.minecraft.client.model with type parameters of type IdentifierMethods in net.minecraft.client.model with parameters of type IdentifierConstructor parameters in net.minecraft.client.model with type arguments of type Identifier -
Uses of Identifier in net.minecraft.client.network
Fields in net.minecraft.client.network with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate Map<com.mojang.authlib.minecraft.MinecraftProfileTexture.Type,Identifier>
PlayerListEntry.textures
Methods in net.minecraft.client.network that return IdentifierModifier and TypeMethodDescriptionAbstractClientPlayerEntity.getCapeTexture()
PlayerListEntry.getCapeTexture()
AbstractClientPlayerEntity.getElytraTexture()
PlayerListEntry.getElytraTexture()
static Identifier
AbstractClientPlayerEntity.getSkinTexture()
PlayerListEntry.getSkinTexture()
Methods in net.minecraft.client.network that return types with arguments of type IdentifierModifier and TypeMethodDescriptionClientCommandSource.getRecipeIds()
ClientCommandSource.getSoundIds()
Methods in net.minecraft.client.network with parameters of type IdentifierModifier and TypeMethodDescriptionstatic void
AbstractClientPlayerEntity.loadSkin(Identifier id, String playerName)
-
Uses of Identifier in net.minecraft.client.particle
Fields in net.minecraft.client.particle with type parameters of type IdentifierModifier and TypeFieldDescriptionParticleManager.spriteAwareFactories
private @Nullable List<Identifier>
ParticleTextureData.textureList
Methods in net.minecraft.client.particle that return types with arguments of type IdentifierMethods in net.minecraft.client.particle with parameters of type IdentifierModifier and TypeMethodDescriptionprivate void
ParticleManager.loadTextureList(ResourceManager resourceManager, Identifier id, Map<Identifier,List<Identifier>> result)
Method parameters in net.minecraft.client.particle with type arguments of type IdentifierModifier and TypeMethodDescriptionprivate void
ParticleManager.loadTextureList(ResourceManager resourceManager, Identifier id, Map<Identifier,List<Identifier>> result)
private void
ParticleManager.loadTextureList(ResourceManager resourceManager, Identifier id, Map<Identifier,List<Identifier>> result)
Constructor parameters in net.minecraft.client.particle with type arguments of type IdentifierModifierConstructorDescriptionprivate
ParticleTextureData(@Nullable List<Identifier> textureList)
-
Uses of Identifier in net.minecraft.client.realms.gui
Fields in net.minecraft.client.realms.gui declared as IdentifierModifier and TypeFieldDescriptionstatic Identifier
RealmsWorldSlotButton.EMPTY_FRAME
static Identifier
RealmsWorldSlotButton.PANORAMA_0
static Identifier
RealmsWorldSlotButton.PANORAMA_2
static Identifier
RealmsWorldSlotButton.PANORAMA_3
static Identifier
RealmsWorldSlotButton.SLOT_FRAME
-
Uses of Identifier in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen declared as IdentifierModifier and TypeFieldDescriptionprivate static Identifier
RealmsPendingInvitesScreen.ACCEPT_ICON
private static Identifier
RealmsResetWorldScreen.ADVENTURE_TEXTURE
private static Identifier
RealmsMainScreen.CONFIGURE_ICON
private static Identifier
RealmsMainScreen.CROSS_ICON
private static Identifier
RealmsPlayerScreen.CROSS_PLAYER_ICON
private static Identifier
RealmsMainScreen.DARKEN
private static Identifier
RealmsResetWorldScreen.EXPERIENCE_TEXTURE
private static Identifier
RealmsConfigureWorldScreen.EXPIRED_ICON
private static Identifier
RealmsMainScreen.EXPIRED_ICON
private static Identifier
RealmsConfigureWorldScreen.EXPIRES_SOON_ICON
private static Identifier
RealmsMainScreen.EXPIRES_SOON_ICON
private Identifier
RealmsResetWorldScreen.FrameButton.image
private static Identifier
RealmsResetWorldScreen.INSPIRATION_TEXTURE
private static Identifier
RealmsMainScreen.INVITATION_ICON
private static Identifier
RealmsMainScreen.INVITE_ICON
private static Identifier
RealmsNotificationsScreen.INVITE_ICON
private static Identifier
RealmsMainScreen.LEAVE_ICON
private static Identifier
RealmsSelectWorldTemplateScreen.LINK_ICONS
private static Identifier
RealmsResetWorldScreen.NEW_WORLD_TEXTURE
private static Identifier
RealmsMainScreen.NEWS_ICON
private static Identifier
RealmsNotificationsScreen.NEWS_NOTIFICATION
private static Identifier
RealmsConfigureWorldScreen.OFF_ICON
private static Identifier
RealmsMainScreen.OFF_ICON
private static Identifier
RealmsConfigureWorldScreen.ON_ICON
private static Identifier
RealmsMainScreen.ON_ICON
private static Identifier
RealmsPlayerScreen.OP_ICON
private static Identifier
RealmsPlayerScreen.OPTIONS_BACKGROUND
private static Identifier
RealmsBackupScreen.PLUS_ICON
private static Identifier
RealmsMainScreen.POPUP
private static Identifier
RealmsMainScreen.QUESTIONMARK
private static Identifier
RealmsMainScreen.REALMS
private static Identifier
RealmsPendingInvitesScreen.REJECT_ICON
private static Identifier
RealmsBackupScreen.RESTORE_ICON
private static Identifier
RealmsSelectWorldTemplateScreen.SLOT_FRAME
private static Identifier
RealmsResetWorldScreen.SLOT_FRAME_TEXTURE
private static Identifier
RealmsResetWorldScreen.SURVIVAL_SPAWN_TEXTURE
private static Identifier
RealmsSelectWorldTemplateScreen.TRAILER_ICONS
private static Identifier
RealmsMainScreen.TRIAL_ICON
private static Identifier
RealmsNotificationsScreen.TRIAL_ICON
private static Identifier
RealmsResetWorldScreen.UPLOAD_TEXTURE
private static Identifier
RealmsPlayerScreen.USER_ICON
private static Identifier
RealmsMainScreen.WIDGETS
private static Identifier
RealmsMainScreen.WORLD_ICON
Fields in net.minecraft.client.realms.gui.screen with type parameters of type IdentifierMethods in net.minecraft.client.realms.gui.screen with parameters of type IdentifierModifier and TypeMethodDescriptionprivate void
RealmsResetWorldScreen.drawFrame(MatrixStack matrices, int x, int y, Text text, Identifier texture, boolean hovered, boolean mouseOver)
Constructors in net.minecraft.client.realms.gui.screen with parameters of type IdentifierModifierConstructorDescriptionFrameButton(int x, int y, Text message, Identifier image, ButtonWidget.PressAction onPress)
-
Uses of Identifier in net.minecraft.client.realms.util
Fields in net.minecraft.client.realms.util declared as Identifier -
Uses of Identifier in net.minecraft.client.render
Fields in net.minecraft.client.render declared as IdentifierModifier and TypeFieldDescriptionstatic Identifier
TexturedRenderLayers.BANNER_PATTERNS_ATLAS_TEXTURE
static Identifier
TexturedRenderLayers.BEDS_ATLAS_TEXTURE
static Identifier
TexturedRenderLayers.CHEST_ATLAS_TEXTURE
private static Identifier
WorldRenderer.CLOUDS
private static Identifier
WorldRenderer.END_SKY
private static Identifier
WorldRenderer.FORCEFIELD
private static Identifier
MapRenderer.MAP_ICONS_TEXTURE
private static Identifier
WorldRenderer.MOON_PHASES
private static Identifier
GameRenderer.NAUSEA_OVERLAY
private static Identifier
WorldRenderer.RAIN
private static Identifier[]
GameRenderer.SHADERS_LOCATIONS
static Identifier
TexturedRenderLayers.SHIELD_PATTERNS_ATLAS_TEXTURE
static Identifier
TexturedRenderLayers.SHULKER_BOXES_ATLAS_TEXTURE
static Identifier
TexturedRenderLayers.SIGNS_ATLAS_TEXTURE
private static Identifier
WorldRenderer.SNOW
private static Identifier
WorldRenderer.SUN
private Identifier
LightmapTextureManager.textureIdentifier
Fields in net.minecraft.client.render with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static Function<Identifier,RenderLayer>
RenderLayer.ARMOR_CUTOUT_NO_CULL
private static BiFunction<Identifier,Boolean,RenderLayer>
RenderLayer.BEACON_BEAM
private static Object2ObjectMap<Identifier,SkyProperties>
SkyProperties.BY_IDENTIFIER
private static Function<Identifier,RenderLayer>
RenderLayer.CRUMBLING
private static Function<Identifier,RenderLayer>
RenderLayer.ENTITY_ALPHA
private static Function<Identifier,RenderLayer>
RenderLayer.ENTITY_CUTOUT
private static BiFunction<Identifier,Boolean,RenderLayer>
RenderLayer.ENTITY_CUTOUT_NO_CULL
private static BiFunction<Identifier,Boolean,RenderLayer>
RenderLayer.ENTITY_CUTOUT_NO_CULL_Z_OFFSET
private static Function<Identifier,RenderLayer>
RenderLayer.ENTITY_DECAL
private static Function<Identifier,RenderLayer>
RenderLayer.ENTITY_NO_OUTLINE
private static Function<Identifier,RenderLayer>
RenderLayer.ENTITY_SHADOW
private static Function<Identifier,RenderLayer>
RenderLayer.ENTITY_SMOOTH_CUTOUT
private static Function<Identifier,RenderLayer>
RenderLayer.ENTITY_SOLID
private static BiFunction<Identifier,Boolean,RenderLayer>
RenderLayer.ENTITY_TRANSLUCENT
private static Function<Identifier,RenderLayer>
RenderLayer.ENTITY_TRANSLUCENT_CULL
private static Function<Identifier,RenderLayer>
RenderLayer.EYES
private static BiFunction<Identifier,RenderPhase.Cull,RenderLayer>
RenderLayer.MultiPhase.field_29640
private Optional<Identifier>
RenderPhase.Texture.id
private Optional<Identifier>
RenderPhase.Textures.id
private static Function<Identifier,RenderLayer>
RenderLayer.ITEM_ENTITY_TRANSLUCENT_CULL
private static Function<Identifier,RenderLayer>
RenderLayer.TEXT
private static Function<Identifier,RenderLayer>
RenderLayer.TEXT_SEE_THROUGH
private ImmutableList.Builder<Triple<Identifier,Boolean,Boolean>>
RenderPhase.Textures.Builder.textures
Methods in net.minecraft.client.render that return types with arguments of type IdentifierModifier and TypeMethodDescriptionprotected Optional<Identifier>
RenderPhase.Texture.getId()
protected Optional<Identifier>
RenderPhase.TextureBase.getId()
protected Optional<Identifier>
RenderPhase.Textures.getId()
Methods in net.minecraft.client.render with parameters of type IdentifierModifier 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.getEyes(Identifier texture)
static RenderLayer
RenderLayer.getItemEntityTranslucentCull(Identifier texture)
static RenderLayer
RenderLayer.getOutline(Identifier texture)
static RenderLayer
RenderLayer.getText(Identifier texture)
static RenderLayer
RenderLayer.getTextSeeThrough(Identifier texture)
private void
GameRenderer.loadShader(Identifier id)
Constructors in net.minecraft.client.render with parameters of type IdentifierConstructor parameters in net.minecraft.client.render with type arguments of type IdentifierModifierConstructorDescriptionprivate
Textures(ImmutableList<Triple<Identifier,Boolean,Boolean>> textures)
-
Uses of Identifier in net.minecraft.client.render.block
Methods in net.minecraft.client.render.block with parameters of type IdentifierModifier and TypeMethodDescriptionstatic ModelIdentifier
BlockModels.getModelId(Identifier id, BlockState state)
-
Uses of Identifier in net.minecraft.client.render.block.entity
Fields in net.minecraft.client.render.block.entity declared as IdentifierModifier and TypeFieldDescriptionstatic Identifier
BeaconBlockEntityRenderer.BEAM_TEXTURE
private static Identifier
EndGatewayBlockEntityRenderer.BEAM_TEXTURE
static Identifier
EndPortalBlockEntityRenderer.PORTAL_TEXTURE
static Identifier
EndPortalBlockEntityRenderer.SKY_TEXTURE
Fields in net.minecraft.client.render.block.entity with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static Map<SkullBlock.SkullType,Identifier>
SkullBlockEntityRenderer.TEXTURES
Methods in net.minecraft.client.render.block.entity with parameters of type IdentifierModifier 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
Fields in net.minecraft.client.render.entity declared as IdentifierModifier and TypeFieldDescriptionprivate static Identifier
BeeEntityRenderer.ANGRY_NECTAR_TEXTURE
private static Identifier
BeeEntityRenderer.ANGRY_TEXTURE
private static Identifier
GhastEntityRenderer.ANGRY_TEXTURE
private static Identifier
WolfEntityRenderer.ANGRY_TEXTURE
private static Identifier
RabbitEntityRenderer.BLACK_TEXTURE
private static Identifier
RabbitEntityRenderer.BROWN_TEXTURE
private static Identifier
RabbitEntityRenderer.CAERBANNOG_TEXTURE
private static Identifier
VexEntityRenderer.CHARGING_TEXTURE
private static Identifier
StriderEntityRenderer.COLD_TEXTURE
static Identifier[]
ShulkerEntityRenderer.COLORED_TEXTURES
static Identifier
EnderDragonEntityRenderer.CRYSTAL_BEAM_TEXTURE
private static Identifier
GuardianEntityRenderer.EXPLOSION_BEAM_TEXTURE
private static Identifier
EnderDragonEntityRenderer.EXPLOSION_TEXTURE
private static Identifier
EnderDragonEntityRenderer.EYE_TEXTURE
private static Identifier
RabbitEntityRenderer.GOLD_TEXTURE
private static Identifier
WitherEntityRenderer.INVULNERABLE_TEXTURE
private static Identifier
WitherSkullEntityRenderer.INVULNERABLE_TEXTURE
private static Identifier
BeeEntityRenderer.NECTAR_TEXTURE
private static Identifier
BeeEntityRenderer.PASSIVE_TEXTURE
private static Identifier
RabbitEntityRenderer.SALT_TEXTURE
private static Identifier
FoxEntityRenderer.SLEEPING_SNOW_TEXTURE
private static Identifier
FoxEntityRenderer.SLEEPING_TEXTURE
private static Identifier
FoxEntityRenderer.SNOW_TEXTURE
private static Identifier
WolfEntityRenderer.TAMED_TEXTURE
static Identifier
ArmorStandEntityRenderer.TEXTURE
static Identifier
ArrowEntityRenderer.TEXTURE
private static Identifier
BatEntityRenderer.TEXTURE
private static Identifier
BipedEntityRenderer.TEXTURE
private static Identifier
BlazeEntityRenderer.TEXTURE
private static Identifier
CaveSpiderEntityRenderer.TEXTURE
private static Identifier
ChickenEntityRenderer.TEXTURE
private static Identifier
CodEntityRenderer.TEXTURE
private static Identifier
CowEntityRenderer.TEXTURE
private static Identifier
CreeperEntityRenderer.TEXTURE
private static Identifier
DolphinEntityRenderer.TEXTURE
private static Identifier
DragonFireballEntityRenderer.TEXTURE
private static Identifier
DrownedEntityRenderer.TEXTURE
static Identifier
ElderGuardianEntityRenderer.TEXTURE
private static Identifier
EndCrystalEntityRenderer.TEXTURE
private static Identifier
EnderDragonEntityRenderer.TEXTURE
private static Identifier
EndermanEntityRenderer.TEXTURE
private static Identifier
EndermiteEntityRenderer.TEXTURE
private static Identifier
EvokerEntityRenderer.TEXTURE
private static Identifier
EvokerFangsEntityRenderer.TEXTURE
private static Identifier
ExperienceOrbEntityRenderer.TEXTURE
private static Identifier
FishingBobberEntityRenderer.TEXTURE
private static Identifier
FoxEntityRenderer.TEXTURE
private static Identifier
GhastEntityRenderer.TEXTURE
private static Identifier
GiantEntityRenderer.TEXTURE
private static Identifier
GlowSquidEntityRenderer.TEXTURE
private static Identifier
GoatEntityRenderer.TEXTURE
private static Identifier
GuardianEntityRenderer.TEXTURE
private static Identifier
HoglinEntityRenderer.TEXTURE
private static Identifier
HuskEntityRenderer.TEXTURE
private static Identifier
IllusionerEntityRenderer.TEXTURE
private static Identifier
IronGolemEntityRenderer.TEXTURE
private static Identifier
LeashKnotEntityRenderer.TEXTURE
private static Identifier
LlamaSpitEntityRenderer.TEXTURE
private static Identifier
MagmaCubeEntityRenderer.TEXTURE
private static Identifier
MinecartEntityRenderer.TEXTURE
private static Identifier
OcelotEntityRenderer.TEXTURE
private static Identifier
PhantomEntityRenderer.TEXTURE
private static Identifier
PigEntityRenderer.TEXTURE
private static Identifier
PillagerEntityRenderer.TEXTURE
private static Identifier
PolarBearEntityRenderer.TEXTURE
private static Identifier
PufferfishEntityRenderer.TEXTURE
private static Identifier
RavagerEntityRenderer.TEXTURE
private static Identifier
SalmonEntityRenderer.TEXTURE
private static Identifier
SheepEntityRenderer.TEXTURE
private static Identifier
ShulkerBulletEntityRenderer.TEXTURE
static Identifier
ShulkerEntityRenderer.TEXTURE
private static Identifier
SilverfishEntityRenderer.TEXTURE
private static Identifier
SkeletonEntityRenderer.TEXTURE
private static Identifier
SlimeEntityRenderer.TEXTURE
private static Identifier
SnowGolemEntityRenderer.TEXTURE
static Identifier
SpectralArrowEntityRenderer.TEXTURE
private static Identifier
SpiderEntityRenderer.TEXTURE
private static Identifier
SquidEntityRenderer.TEXTURE
private static Identifier
StrayEntityRenderer.TEXTURE
private static Identifier
StriderEntityRenderer.TEXTURE
static Identifier
TridentEntityRenderer.TEXTURE
private static Identifier
TurtleEntityRenderer.TEXTURE
private static Identifier
VexEntityRenderer.TEXTURE
private static Identifier
VillagerEntityRenderer.TEXTURE
private static Identifier
VindicatorEntityRenderer.TEXTURE
private static Identifier
WanderingTraderEntityRenderer.TEXTURE
private static Identifier
WitchEntityRenderer.TEXTURE
private static Identifier
WitherEntityRenderer.TEXTURE
private static Identifier
WitherSkeletonEntityRenderer.TEXTURE
private static Identifier
WitherSkullEntityRenderer.TEXTURE
private static Identifier
ZoglinEntityRenderer.TEXTURE
private static Identifier
ZombieBaseEntityRenderer.TEXTURE
private static Identifier
ZombieVillagerEntityRenderer.TEXTURE
private static Identifier[]
LlamaEntityRenderer.TEXTURES
static Identifier[]
ParrotEntityRenderer.TEXTURES
static Identifier
ArrowEntityRenderer.TIPPED_TEXTURE
private static Identifier
RabbitEntityRenderer.TOAST_TEXTURE
private static Identifier
RabbitEntityRenderer.WHITE_SPOTTED_TEXTURE
private static Identifier
RabbitEntityRenderer.WHITE_TEXTURE
private static Identifier
WolfEntityRenderer.WILD_TEXTURE
Fields in net.minecraft.client.render.entity with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static Map<AxolotlEntity.Variant,Identifier>
AxolotlEntityRenderer.TEXTURES
private static Map<EntityType<?>,Identifier>
DonkeyEntityRenderer.TEXTURES
private static Map<HorseColor,Identifier>
HorseEntityRenderer.TEXTURES
private static Map<MooshroomEntity.Type,Identifier>
MooshroomEntityRenderer.TEXTURES
private static Map<PandaEntity.Gene,Identifier>
PandaEntityRenderer.TEXTURES
private static Map<EntityType<?>,Identifier>
PiglinEntityRenderer.TEXTURES
private static Map<EntityType<?>,Identifier>
ZombieHorseEntityRenderer.TEXTURES
private Map<BoatEntity.Type,com.mojang.datafixers.util.Pair<Identifier,BoatEntityModel>>
BoatEntityRenderer.texturesAndModels
Methods in net.minecraft.client.render.entity that return IdentifierModifier and TypeMethodDescriptionArmorStandEntityRenderer.getTexture(ArmorStandEntity armorStandEntity)
ArrowEntityRenderer.getTexture(ArrowEntity arrowEntity)
AxolotlEntityRenderer.getTexture(AxolotlEntity axolotlEntity)
BatEntityRenderer.getTexture(BatEntity batEntity)
BeeEntityRenderer.getTexture(BeeEntity beeEntity)
BipedEntityRenderer.getTexture(T t)
BlazeEntityRenderer.getTexture(BlazeEntity blazeEntity)
BoatEntityRenderer.getTexture(BoatEntity boatEntity)
CatEntityRenderer.getTexture(CatEntity catEntity)
CaveSpiderEntityRenderer.getTexture(CaveSpiderEntity caveSpiderEntity)
ChickenEntityRenderer.getTexture(ChickenEntity chickenEntity)
CodEntityRenderer.getTexture(CodEntity codEntity)
CowEntityRenderer.getTexture(CowEntity cowEntity)
CreeperEntityRenderer.getTexture(CreeperEntity creeperEntity)
DolphinEntityRenderer.getTexture(DolphinEntity dolphinEntity)
DonkeyEntityRenderer.getTexture(T t)
DragonFireballEntityRenderer.getTexture(DragonFireballEntity dragonFireballEntity)
DrownedEntityRenderer.getTexture(ZombieEntity zombieEntity)
ElderGuardianEntityRenderer.getTexture(GuardianEntity guardianEntity)
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)
FireworkEntityRenderer.getTexture(FireworkRocketEntity fireworkRocketEntity)
FishingBobberEntityRenderer.getTexture(FishingBobberEntity fishingBobberEntity)
FlyingItemEntityRenderer.getTexture(Entity entity)
FoxEntityRenderer.getTexture(FoxEntity foxEntity)
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)
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)
SilverfishEntityRenderer.getTexture(SilverfishEntity silverfishEntity)
SkeletonEntityRenderer.getTexture(AbstractSkeletonEntity abstractSkeletonEntity)
SlimeEntityRenderer.getTexture(SlimeEntity slimeEntity)
SnowGolemEntityRenderer.getTexture(SnowGolemEntity snowGolemEntity)
SpectralArrowEntityRenderer.getTexture(SpectralArrowEntity spectralArrowEntity)
SpiderEntityRenderer.getTexture(T t)
SquidEntityRenderer.getTexture(T t)
StrayEntityRenderer.getTexture(AbstractSkeletonEntity abstractSkeletonEntity)
StriderEntityRenderer.getTexture(StriderEntity striderEntity)
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)
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(HorseBaseEntity horseBaseEntity)
ZombieVillagerEntityRenderer.getTexture(ZombieVillagerEntity zombieVillagerEntity)
-
Uses of Identifier in net.minecraft.client.render.entity.feature
Fields in net.minecraft.client.render.entity.feature declared as IdentifierModifier and TypeFieldDescriptionprivate static Identifier[]
LlamaDecorFeatureRenderer.LLAMA_DECOR
private static Identifier
CatCollarFeatureRenderer.SKIN
private static Identifier
CreeperChargeFeatureRenderer.SKIN
private static Identifier
DrownedOverlayFeatureRenderer.SKIN
private static Identifier
ElytraFeatureRenderer.SKIN
private static Identifier
SheepWoolFeatureRenderer.SKIN
private static Identifier
StrayOverlayFeatureRenderer.SKIN
private static Identifier
WitherArmorFeatureRenderer.SKIN
private static Identifier
WolfCollarFeatureRenderer.SKIN
private Identifier
SaddleFeatureRenderer.TEXTURE
private static Identifier
StuckStingersFeatureRenderer.TEXTURE
static Identifier
TridentRiptideFeatureRenderer.TEXTURE
private static Identifier
LlamaDecorFeatureRenderer.TRADER_LLAMA_DECOR
Fields in net.minecraft.client.render.entity.feature with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static Map<String,Identifier>
ArmorFeatureRenderer.ARMOR_TEXTURE_CACHE
private static Map<IronGolemEntity.Crack,Identifier>
IronGolemCrackFeatureRenderer.DAMAGE_TO_TEXTURE
private static Int2ObjectMap<Identifier>
VillagerClothingFeatureRenderer.LEVEL_TO_ID
private static Map<HorseMarking,Identifier>
HorseMarkingFeatureRenderer.TEXTURES
Methods in net.minecraft.client.render.entity.feature that return IdentifierModifier and TypeMethodDescriptionprivate Identifier
VillagerClothingFeatureRenderer.findTexture(String keyType, Identifier keyId)
private Identifier
ArmorFeatureRenderer.getArmorTexture(ArmorItem item, boolean legs, @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)
Methods in net.minecraft.client.render.entity.feature with parameters of type IdentifierModifier 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)
Constructors in net.minecraft.client.render.entity.feature with parameters of type IdentifierModifierConstructorDescriptionSaddleFeatureRenderer(FeatureRendererContext<T,M> context, M model, Identifier texture)
-
Uses of Identifier in net.minecraft.client.render.entity.model
Fields in net.minecraft.client.render.entity.model declared as IdentifierModifier and TypeFieldDescriptionprivate Identifier
EntityModelLayer.id
static Identifier
TridentEntityModel.TEXTURE
Methods in net.minecraft.client.render.entity.model that return IdentifierConstructors in net.minecraft.client.render.entity.model with parameters of type IdentifierConstructor parameters in net.minecraft.client.render.entity.model with type arguments of type IdentifierModifierConstructorDescriptionprotected
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)
-
Uses of Identifier in net.minecraft.client.render.item
Fields in net.minecraft.client.render.item declared as Identifier -
Uses of Identifier in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate Map<Identifier,SpriteAtlasTexture>
SpriteAtlasManager.atlases
private Map<Triple<Identifier,AffineTransformation,Boolean>,BakedModel>
ModelLoader.bakedModelCache
private Map<Identifier,BakedModel>
ModelLoader.bakedModels
static List<Identifier>
ModelLoader.BLOCK_DESTRUCTION_STAGE_TEXTURES
static List<Identifier>
ModelLoader.BLOCK_DESTRUCTION_STAGES
private Map<Identifier,BakedModel>
BakedModelManager.models
private Map<Identifier,UnbakedModel>
ModelLoader.modelsToBake
private Set<Identifier>
ModelLoader.modelsToLoad
private Map<Identifier,com.mojang.datafixers.util.Pair<SpriteAtlasTexture,SpriteAtlasTexture.Data>>
ModelLoader.spriteAtlasData
private static Map<Identifier,StateManager<Block,BlockState>>
ModelLoader.STATIC_DEFINITIONS
private Map<Identifier,UnbakedModel>
ModelLoader.unbakedModels
Methods in net.minecraft.client.render.model that return types with arguments of type IdentifierModifier and TypeMethodDescriptionModelLoader.getBakedModelMap()
MultipartUnbakedModel.getModelDependencies()
UnbakedModel.getModelDependencies()
Methods in net.minecraft.client.render.model with parameters of type IdentifierModifier and TypeMethodDescriptionBakedQuadFactory.bake(Vec3f from, Vec3f to, ModelElementFace face, Sprite texture, Direction side, ModelBakeSettings settings, @Nullable ModelRotation rotation, boolean shade, Identifier modelId)
ModelLoader.bake(Identifier id, ModelBakeSettings settings)
MultipartUnbakedModel.bake(ModelLoader loader, Function<SpriteIdentifier,Sprite> textureGetter, ModelBakeSettings rotationContainer, Identifier modelId)
UnbakedModel.bake(ModelLoader loader, Function<SpriteIdentifier,Sprite> textureGetter, ModelBakeSettings rotationContainer, Identifier modelId)
BakedModelManager.getAtlas(Identifier id)
SpriteAtlasManager.getAtlas(Identifier id)
ModelLoader.getOrLoadModel(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)
Method parameters in net.minecraft.client.render.model with type arguments of type IdentifierModifier and TypeMethodDescriptionMultipartUnbakedModel.getTextureDependencies(Function<Identifier,UnbakedModel> unbakedModelGetter, Set<com.mojang.datafixers.util.Pair<String,String>> unresolvedTextureReferences)
UnbakedModel.getTextureDependencies(Function<Identifier,UnbakedModel> unbakedModelGetter, Set<com.mojang.datafixers.util.Pair<String,String>> unresolvedTextureReferences)
-
Uses of Identifier in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as IdentifierModifier and TypeFieldDescriptionprivate Identifier[]
ModelOverrideList.conditionTypes
private Identifier
ModelVariant.location
private Identifier
ModelOverride.modelId
protected @Nullable Identifier
JsonUnbakedModel.parentId
private Identifier
ModelOverride.Condition.type
Methods in net.minecraft.client.render.model.json that return IdentifierModifier and TypeMethodDescriptionprotected Identifier
ModelVariant.Deserializer.deserializeModel(JsonObject object)
ModelVariant.getLocation()
ModelOverride.getModelId()
ModelOverride.Condition.getType()
Methods in net.minecraft.client.render.model.json that return types with arguments of type IdentifierModifier and TypeMethodDescriptionJsonUnbakedModel.getModelDependencies()
WeightedUnbakedModel.getModelDependencies()
Methods in net.minecraft.client.render.model.json with parameters of type IdentifierModifier and TypeMethodDescriptionJsonUnbakedModel.bake(ModelLoader loader, Function<SpriteIdentifier,Sprite> textureGetter, ModelBakeSettings rotationContainer, Identifier modelId)
JsonUnbakedModel.bake(ModelLoader loader, JsonUnbakedModel parent, Function<SpriteIdentifier,Sprite> textureGetter, ModelBakeSettings settings, Identifier id, boolean hasDepth)
WeightedUnbakedModel.bake(ModelLoader loader, 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)
Method parameters in net.minecraft.client.render.model.json with type arguments of type IdentifierModifier and TypeMethodDescriptionprivate @Nullable BakedModel
ModelOverrideList.bakeOverridingModel(ModelLoader loader, JsonUnbakedModel parent, Function<Identifier,UnbakedModel> unbakedModelGetter, ModelOverride override)
JsonUnbakedModel.getTextureDependencies(Function<Identifier,UnbakedModel> unbakedModelGetter, Set<com.mojang.datafixers.util.Pair<String,String>> unresolvedTextureReferences)
WeightedUnbakedModel.getTextureDependencies(Function<Identifier,UnbakedModel> unbakedModelGetter, Set<com.mojang.datafixers.util.Pair<String,String>> unresolvedTextureReferences)
Constructors in net.minecraft.client.render.model.json with parameters of type IdentifierModifierConstructorDescriptionCondition(Identifier type, float threshold)
JsonUnbakedModel(@Nullable Identifier parentId, List<ModelElement> elements, Map<String,com.mojang.datafixers.util.Either<SpriteIdentifier,String>> textureMap, 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)
Constructor parameters in net.minecraft.client.render.model.json with type arguments of type IdentifierModifierConstructorDescriptionModelOverrideList(ModelLoader modelLoader, JsonUnbakedModel parent, Function<Identifier,UnbakedModel> unbakedModelGetter, List<ModelOverride> overrides)
-
Uses of Identifier in net.minecraft.client.resource
Fields in net.minecraft.client.resource declared as IdentifierModifier and TypeFieldDescriptionprivate static Identifier
FoliageColormapResourceSupplier.FOLIAGE_COLORMAP
private static Identifier
VideoWarningManager.GPU_WARNLIST_ID
private static Identifier
GrassColormapResourceSupplier.GRASS_COLORMAP_LOC
static Identifier
Format4ResourcePack.IRON_GOLEM_TEXTURE
static Identifier
Format4ResourcePack.OLD_BANNER_BASE_TEXTURE
static Identifier
Format4ResourcePack.OLD_SHIELD_BASE_TEXTURE
private static Identifier
SplashTextResourceSupplier.RESOURCE_ID
Fields in net.minecraft.client.resource with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate Map<Identifier,Identifier>
Format3ResourcePack.idMap
private Map<Identifier,Identifier>
Format3ResourcePack.idMap
private Map<Identifier,File>
ResourceIndex.namespacedIndex
private static Map<String,com.mojang.datafixers.util.Pair<ChestType,Identifier>>
Format4ResourcePack.NEW_TO_OLD_CHEST_TEXTURES
static Map<Identifier,Identifier>
Format3ResourcePack.NEW_TO_OLD_MAP
static Map<Identifier,Identifier>
Format3ResourcePack.NEW_TO_OLD_MAP
Methods in net.minecraft.client.resource that return IdentifierModifier and TypeMethodDescriptionprivate static Identifier
Format3ResourcePack.getMetadataLocation(Identifier id)
private Identifier
Format3ResourcePack.getRedirectedId(Identifier id)
Methods in net.minecraft.client.resource that return types with arguments of type IdentifierModifier and TypeMethodDescriptionDefaultClientResourcePack.findResources(ResourceType type, String namespace, String prefix, int maxDepth, Predicate<String> pathFilter)
Format3ResourcePack.findResources(ResourceType type, String namespace, String prefix, int maxDepth, Predicate<String> pathFilter)
Format4ResourcePack.findResources(ResourceType type, String namespace, String prefix, int maxDepth, Predicate<String> pathFilter)
DirectResourceIndex.getFilesRecursively(String string, String string2, int int2, Predicate<String> predicate)
ResourceIndex.getFilesRecursively(String string, String string2, int int2, Predicate<String> predicate)
Methods in net.minecraft.client.resource with parameters of type IdentifierModifier and TypeMethodDescriptionboolean
DefaultClientResourcePack.contains(ResourceType type, Identifier id)
boolean
Format3ResourcePack.contains(ResourceType type, Identifier id)
boolean
Format4ResourcePack.contains(ResourceType type, Identifier id)
protected @Nullable InputStream
DefaultClientResourcePack.findInputStream(ResourceType type, Identifier id)
private static Identifier
Format3ResourcePack.getMetadataLocation(Identifier id)
private Identifier
Format3ResourcePack.getRedirectedId(Identifier id)
DirectResourceIndex.getResource(Identifier identifier)
ResourceIndex.getResource(Identifier identifier)
Format3ResourcePack.open(ResourceType type, Identifier id)
Format4ResourcePack.open(ResourceType type, Identifier id)
Constructor parameters in net.minecraft.client.resource with type arguments of type IdentifierModifierConstructorDescriptionFormat3ResourcePack(ResourcePack parent, Map<Identifier,Identifier> idMap)
Format3ResourcePack(ResourcePack parent, Map<Identifier,Identifier> idMap)
-
Uses of Identifier in net.minecraft.client.search
Fields in net.minecraft.client.search with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate Function<T,Stream<Identifier>>
IdentifierSearchableContainer.identifierFinder
Constructor parameters in net.minecraft.client.search with type arguments of type IdentifierModifierConstructorDescriptionIdentifierSearchableContainer(Function<T,Stream<Identifier>> function)
-
Uses of Identifier in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as IdentifierModifier and TypeFieldDescriptionprotected Identifier
AbstractSoundInstance.id
private Identifier
Sound.id
private Identifier
WeightedSoundSet.id
Fields in net.minecraft.client.sound with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate Map<Identifier,CompletableFuture<StaticSound>>
SoundLoader.loadedSounds
private Map<Identifier,WeightedSoundSet>
SoundManager.SoundList.loadedSounds
private Map<Identifier,WeightedSoundSet>
SoundManager.sounds
private static Set<Identifier>
SoundSystem.unknownSounds
Methods in net.minecraft.client.sound that return IdentifierModifier and TypeMethodDescriptionAbstractSoundInstance.getId()
SoundInstance.getId()
WeightedSoundSet.getId()
Sound.getIdentifier()
Sound.getLocation()
Methods in net.minecraft.client.sound that return types with arguments of type IdentifierMethods in net.minecraft.client.sound with parameters of type IdentifierModifier and TypeMethodDescriptionSoundManager.get(Identifier id)
private static boolean
SoundManager.isSoundResourcePresent(Sound sound, Identifier id, ResourceManager resourceManager)
SoundLoader.loadStatic(Identifier id)
SoundLoader.loadStreamed(Identifier id, boolean repeatInstantly)
private void
SoundManager.SoundList.register(Identifier id, SoundEntry entry, ResourceManager resourceManager)
void
SoundManager.stopSounds(@Nullable Identifier id, @Nullable SoundCategory soundCategory)
void
SoundSystem.stopSounds(@Nullable Identifier id, @Nullable SoundCategory category)
Method parameters in net.minecraft.client.sound with type arguments of type IdentifierModifier and TypeMethodDescriptionvoid
SoundManager.SoundList.addTo(Map<Identifier,WeightedSoundSet> map, SoundSystem soundSystem)
Constructors in net.minecraft.client.sound with parameters of type IdentifierModifierConstructorDescriptionprotected
AbstractSoundInstance(Identifier soundId, SoundCategory category)
PositionedSoundInstance(Identifier id, SoundCategory category, float volume, float pitch, boolean repeat, int repeatDelay, SoundInstance.AttenuationType attenuationType, double x, double y, double z, boolean looping)
WeightedSoundSet(Identifier id, @Nullable String subtitle)
-
Uses of Identifier in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as IdentifierModifier and TypeFieldDescriptionstatic Identifier
SpriteAtlasTexture.BLOCK_ATLAS_TEXTURE
Deprecated.private Identifier
Sprite.id
private Identifier
Sprite.Info.id
private Identifier
SpriteAtlasTexture.id
protected Identifier
ResourceTexture.location
static Identifier
TextureManager.MISSING_IDENTIFIER
private static Identifier
MissingSprite.MISSINGNO
private static Identifier
PaintingManager.PAINTING_BACK_ID
static Identifier
SpriteAtlasTexture.PARTICLE_ATLAS_TEXTURE
Deprecated.Fields in net.minecraft.client.texture with type parameters of type IdentifierModifier and TypeFieldDescription(package private) Set<Identifier>
SpriteAtlasTexture.Data.spriteIds
private Map<Identifier,Sprite>
SpriteAtlasTexture.sprites
private Set<Identifier>
SpriteAtlasTexture.spritesToLoad
private Map<Identifier,AbstractTexture>
TextureManager.textures
Methods in net.minecraft.client.texture that return IdentifierModifier and TypeMethodDescriptionSprite.getId()
Sprite.Info.getId()
SpriteAtlasTexture.getId()
static Identifier
MissingSprite.getMissingSpriteId()
private Identifier
SpriteAtlasTexture.getTexturePath(Identifier id)
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)
private Identifier
SpriteAtlasHolder.toSpriteId(Identifier objectId)
Methods in net.minecraft.client.texture that return types with arguments of type IdentifierModifier and TypeMethodDescriptionprotected Stream<Identifier>
PaintingManager.getSprites()
protected abstract Stream<Identifier>
SpriteAtlasHolder.getSprites()
protected Stream<Identifier>
StatusEffectSpriteManager.getSprites()
Methods in net.minecraft.client.texture with parameters of type IdentifierModifier 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)
private Identifier
SpriteAtlasTexture.getTexturePath(Identifier id)
static ResourceTexture.TextureData
ResourceTexture.TextureData.load(ResourceManager resourceManager, Identifier identifier)
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 identifier, com.mojang.authlib.minecraft.MinecraftProfileTexture texture)
void
AbstractTexture.registerTexture(TextureManager textureManager, ResourceManager resourceManager, Identifier identifier, Executor executor)
void
AsyncTexture.registerTexture(TextureManager textureManager, ResourceManager resourceManager, Identifier identifier, Executor executor)
void
TextureManager.registerTexture(Identifier id, AbstractTexture texture)
private Identifier
SpriteAtlasHolder.toSpriteId(Identifier objectId)
Method parameters in net.minecraft.client.texture with type arguments of type IdentifierModifier and TypeMethodDescriptionprivate Collection<Sprite.Info>
SpriteAtlasTexture.loadSprites(ResourceManager resourceManager, Set<Identifier> ids)
SpriteAtlasTexture.stitch(ResourceManager resourceManager, Stream<Identifier> idStream, Profiler profiler, int mipmapLevel)
Constructors in net.minecraft.client.texture with parameters of type IdentifierModifierConstructorDescriptionAsyncTexture(ResourceManager resourceManager, Identifier identifier, Executor executor)
Info(Identifier id, int width, int height, AnimationResourceMetadata animationData)
PlayerSkinTexture(@Nullable File cacheFile, String url, Identifier fallbackSkin, boolean convertLegacy, @Nullable Runnable callback)
ResourceTexture(Identifier location)
SpriteAtlasHolder(TextureManager textureManager, Identifier atlasId, String pathPrefix)
Constructor parameters in net.minecraft.client.texture with type arguments of type IdentifierModifierConstructorDescriptionData(Set<Identifier> spriteIds, int width, int height, int maxLevel, List<Sprite> sprites)
-
Uses of Identifier in net.minecraft.client.toast
Fields in net.minecraft.client.toast declared as Identifier -
Uses of Identifier in net.minecraft.client.util
Subclasses of Identifier in net.minecraft.client.utilFields in net.minecraft.client.util declared as IdentifierModifier and TypeFieldDescriptionprivate static Identifier
DefaultSkinHelper.ALEX_SKIN
private Identifier
SpriteIdentifier.atlas
private static Identifier
DefaultSkinHelper.STEVE_SKIN
private Identifier
SpriteIdentifier.texture
Methods in net.minecraft.client.util that return IdentifierModifier and TypeMethodDescriptionSpriteIdentifier.getAtlasId()
static Identifier
DefaultSkinHelper.getTexture()
static Identifier
DefaultSkinHelper.getTexture(UUID uuid)
SpriteIdentifier.getTextureId()
Methods in net.minecraft.client.util with parameters of type IdentifierModifier and TypeMethodDescriptionstatic int[]
RawTextureDataLoader.loadRawTextureData(ResourceManager resourceManager, Identifier identifier)
Deprecated.Method parameters in net.minecraft.client.util with type arguments of type IdentifierModifier 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)
Constructors in net.minecraft.client.util with parameters of type IdentifierModifierConstructorDescriptionModelIdentifier(Identifier id, String variant)
SpriteIdentifier(Identifier atlas, Identifier texture)
-
Uses of Identifier in net.minecraft.command
Fields in net.minecraft.command declared as IdentifierMethods in net.minecraft.command that return types with arguments of type IdentifierModifier and TypeMethodDescriptionDataCommandStorage.getIds()
CommandSource.getRecipeIds()
CommandSource.getSoundIds()
Methods in net.minecraft.command with parameters of type IdentifierModifier and TypeMethodDescriptionDataCommandStorage.get(Identifier id)
void
DataCommandStorage.set(Identifier id, NbtCompound nbt)
Method parameters in net.minecraft.command with type arguments of type IdentifierModifier and TypeMethodDescriptionstatic <T> void
CommandSource.forEachMatching(Iterable<T> candidates, String string, String string2, Function<T,Identifier> identifier, Consumer<T> action)
static <T> void
CommandSource.forEachMatching(Iterable<T> candidates, String string, 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 string)
static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
CommandSource.suggestIdentifiers(Stream<Identifier> stream, com.mojang.brigadier.suggestion.SuggestionsBuilder builder)
Constructors in net.minecraft.command with parameters of type IdentifierModifierConstructorDescriptionprivate
StorageDataObject(DataCommandStorage storage, Identifier id)
-
Uses of Identifier in net.minecraft.command.argument
Fields in net.minecraft.command.argument declared as IdentifierModifier and TypeFieldDescriptionprivate Identifier
BlockArgumentParser.blockId
ArgumentTypes.Entry.id
private Identifier
ItemStringReader.id
private Identifier
BlockArgumentParser.tagId
Fields in net.minecraft.command.argument with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static Map<Identifier,ArgumentTypes.Entry<?>>
ArgumentTypes.idMap
Methods in net.minecraft.command.argument that return IdentifierModifier and TypeMethodDescriptionstatic Identifier
EntitySummonArgumentType.getEntitySummon(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name)
ItemStringReader.getId()
static Identifier
IdentifierArgumentType.getIdentifier(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name)
BlockArgumentParser.getTagId()
DimensionArgumentType.parse(com.mojang.brigadier.StringReader stringReader)
EntitySummonArgumentType.parse(com.mojang.brigadier.StringReader stringReader)
IdentifierArgumentType.parse(com.mojang.brigadier.StringReader stringReader)
private static Identifier
EntitySummonArgumentType.validate(Identifier identifier)
Methods in net.minecraft.command.argument that return types with arguments of type IdentifierModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Pair<Identifier,com.mojang.datafixers.util.Either<CommandFunction,Tag<CommandFunction>>>
CommandFunctionArgumentType.FunctionArgument.getFunctionOrTag(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext)
static com.mojang.datafixers.util.Pair<Identifier,com.mojang.datafixers.util.Either<CommandFunction,Tag<CommandFunction>>>
CommandFunctionArgumentType.getFunctionOrTag(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string)
Methods in net.minecraft.command.argument with parameters of type IdentifierModifier and TypeMethodDescriptionprivate static @Nullable ArgumentTypes.Entry<?>
ArgumentTypes.byId(Identifier id)
private static CommandFunction
CommandFunctionArgumentType.getFunction(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, Identifier id)
private static Tag<CommandFunction>
CommandFunctionArgumentType.getFunctionTag(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, Identifier id)
private static Identifier
EntitySummonArgumentType.validate(Identifier identifier)
Constructors in net.minecraft.command.argument with parameters of type IdentifierModifierConstructorDescriptionprivate
Entry(Class<T> argumentClass, ArgumentSerializer<T> serializer, Identifier id)
-
Uses of Identifier in net.minecraft.command.suggestion
Fields in net.minecraft.command.suggestion declared as IdentifierModifier and TypeFieldDescriptionprivate static Identifier
SuggestionProviders.ASK_SERVER_NAME
private Identifier
SuggestionProviders.LocalProvider.name
Fields in net.minecraft.command.suggestion with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static Map<Identifier,com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource>>
SuggestionProviders.REGISTRY
Methods in net.minecraft.command.suggestion that return IdentifierModifier and TypeMethodDescriptionstatic Identifier
SuggestionProviders.computeName(com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> provider)
Methods in net.minecraft.command.suggestion with parameters of type IdentifierModifier 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 name, com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> provider)
Constructors in net.minecraft.command.suggestion with parameters of type IdentifierModifierConstructorDescriptionLocalProvider(Identifier name, com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> suggestionProvider)
-
Uses of Identifier in net.minecraft.data.client
Fields in net.minecraft.data.client with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate BiConsumer<Identifier,Supplier<JsonElement>>
ItemModelGenerator.writer
Methods in net.minecraft.data.client with parameters of type IdentifierModifier and TypeMethodDescriptionprivate static Path
BlockStateDefinitionProvider.getModelJsonPath(Path root, Identifier id)
Constructor parameters in net.minecraft.data.client with type arguments of type IdentifierModifierConstructorDescriptionItemModelGenerator(BiConsumer<Identifier,Supplier<JsonElement>> writer)
-
Uses of Identifier in net.minecraft.data.client.model
Fields in net.minecraft.data.client.model declared as IdentifierModifier and TypeFieldDescriptionprivate @Nullable Identifier
BlockStateModelGenerator.BlockTexturePool.baseModelId
private Identifier
BlockStateModelGenerator.BuiltinModelPool.modelId
private Identifier
SimpleModelSupplier.parent
Fields in net.minecraft.data.client.model with type parameters of type IdentifierModifier and TypeFieldDescriptionstatic Map<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 Map<TextureKey,Identifier>
Texture.entries
private Map<Model,Identifier>
BlockStateModelGenerator.BlockTexturePool.knownModels
static VariantSetting<Identifier>
VariantSettings.MODEL
private BiConsumer<Identifier,Supplier<JsonElement>>
BlockStateModelGenerator.modelCollector
private Optional<Identifier>
Model.parent
Methods in net.minecraft.data.client.model that return IdentifierModifier and TypeMethodDescriptionprivate Identifier
BlockStateModelGenerator.createSubModel(Block block, String suffix, Model model, Function<Identifier,Texture> textureFactory)
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
Texture.getTexture(TextureKey key)
private Identifier
BlockStateModelGenerator.getTurtleEggModel(int eggs, String prefix, Texture texture)
private Identifier
BlockStateModelGenerator.getTurtleEggModel(Integer eggs, Integer hatch)
Model.upload(Block block, String suffix, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)
Model.upload(Block block, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)
Model.upload(Identifier id, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)
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, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)
Methods in net.minecraft.data.client.model that return types with arguments of type IdentifierModifier and TypeMethodDescriptionprivate Map<TextureKey,Identifier>
Model.createTextureMap(Texture texture)
private List<Identifier>
BlockStateModelGenerator.getFireFloorModels(Block texture)
private List<Identifier>
BlockStateModelGenerator.getFireSideModels(Block texture)
private List<Identifier>
BlockStateModelGenerator.getFireUpModels(Block texture)
Methods in net.minecraft.data.client.model with parameters of type IdentifierModifier and TypeMethodDescriptionstatic Texture
Texture.all(Identifier id)
Texture.copyAndAdd(TextureKey key, Identifier id)
BlockStateModelGenerator.StateFactory.create(Block block, Identifier modelId, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)
private static BlockStateSupplier
BlockStateModelGenerator.createAxisRotatedBlockState(Block block, Identifier modelId)
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)
private static BlockStateSupplier
BlockStateModelGenerator.createButtonBlockState(Block buttonBlock, Identifier regularModelId, Identifier pressedModelId)
private static BlockStateSupplier
BlockStateModelGenerator.createDeepslateState(Block block, Identifier modelId, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)
private static BlockStateSupplier
BlockStateModelGenerator.createDoorBlockState(Block doorBlock, Identifier bottomModelId, Identifier bottomHingeModelId, Identifier topModelId, Identifier topHingeModelId)
private static BlockStateSupplier
BlockStateModelGenerator.createFenceBlockState(Block fenceBlock, Identifier postModelId, Identifier sideModelId)
private static BlockStateSupplier
BlockStateModelGenerator.createFenceGateBlockState(Block fenceGateBlock, Identifier openModelId, Identifier closedModelId, Identifier openWallModelId, Identifier closedWallModelId)
private static BlockStateVariant[]
BlockStateModelGenerator.createModelVariantWithRandomHorizontalRotations(Identifier modelId)
private static BlockStateSupplier
BlockStateModelGenerator.createOrientableTrapdoorBlockState(Block trapdoorBlock, Identifier topModelId, Identifier bottomModelId, Identifier openModelId)
private static BlockStateSupplier
BlockStateModelGenerator.createPressurePlateBlockState(Block pressurePlateBlock, Identifier upModelId, Identifier downModelId)
private static VariantsBlockStateSupplier
BlockStateModelGenerator.createSingletonBlockState(Block block, Identifier modelId)
private static BlockStateSupplier
BlockStateModelGenerator.createSlabBlockState(Block slabBlock, Identifier bottomModelId, Identifier topModelId, Identifier fullModelId)
private static BlockStateSupplier
BlockStateModelGenerator.createStairsBlockState(Block stairsBlock, Identifier innerModelId, Identifier regularModelId, Identifier outerModelId)
private static BlockStateSupplier
BlockStateModelGenerator.createStoneState(Block block, Identifier modelId, Texture texture, 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)
private static BlockStateSupplier
BlockStateModelGenerator.createWallBlockState(Block wallBlock, Identifier postModelId, Identifier lowSideModelId, Identifier tallSideModelId)
static Texture
Texture.crop(Identifier id)
static Texture
Texture.cross(Identifier id)
private static BlockStateVariantMap.QuadrupleProperty<Direction,DoubleBlockHalf,DoorHinge,Boolean>
BlockStateModelGenerator.fillDoorVariantMap(BlockStateVariantMap.QuadrupleProperty<Direction,DoubleBlockHalf,DoorHinge,Boolean> variantMap, DoubleBlockHalf targetHalf, Identifier regularModel, Identifier hingeModel)
static TexturedModel
TexturedModel.getCubeAll(Identifier id)
static Texture
Texture.layer0(Identifier id)
static Texture
Texture.method_32232(Identifier identifier)
static Texture
Texture.method_35910(Identifier top, Identifier bottom)
static Texture
Texture.of(TextureKey key, Identifier id)
static Texture
Texture.particle(Identifier id)
static Texture
Texture.plant(Identifier id)
Texture.put(TextureKey key, Identifier id)
static Texture
Texture.rail(Identifier id)
Texture.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)
private void
BlockStateModelGenerator.registerParentedItemModel(Block block, Identifier parentModelId)
private void
BlockStateModelGenerator.registerParentedItemModel(Item item, Identifier parentModelId)
private void
BlockStateModelGenerator.registerPiston(Block piston, Identifier extendedModelId, Texture texture)
private void
BlockStateModelGenerator.registerTopSoil(Block topSoil, Identifier modelId, BlockStateVariant snowyVariant)
static Texture
Texture.sideEnd(Identifier side, Identifier end)
static Texture
Texture.texture(Identifier id)
static Texture
Texture.torch(Identifier id)
Model.upload(Identifier id, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)
static Texture
Texture.wool(Identifier id)
Method parameters in net.minecraft.data.client.model with type arguments of type IdentifierModifier and TypeMethodDescriptionprivate static List<BlockStateVariant>
BlockStateModelGenerator.buildBlockStateVariants(List<Identifier> modelIds, UnaryOperator<BlockStateVariant> processor)
BlockStateModelGenerator.StateFactory.create(Block block, Identifier modelId, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)
private static BlockStateSupplier
BlockStateModelGenerator.createDeepslateState(Block block, Identifier modelId, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)
private static BlockStateSupplier
BlockStateModelGenerator.createStoneState(Block block, Identifier modelId, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)
private Identifier
BlockStateModelGenerator.createSubModel(Block block, String suffix, Model model, Function<Identifier,Texture> textureFactory)
Model.upload(Block block, String suffix, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)
Model.upload(Block block, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)
Model.upload(Identifier id, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)
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, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)
Constructors in net.minecraft.data.client.model with parameters of type IdentifierModifierConstructorDescriptionBuiltinModelPool(Identifier modelId, Block block)
SimpleModelSupplier(Identifier parent)
Constructor parameters in net.minecraft.data.client.model with type arguments of type IdentifierModifierConstructorDescriptionBlockStateModelGenerator(Consumer<BlockStateSupplier> blockStateCollector, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector, Consumer<Item> simpleItemModelExemptionCollector)
Model(Optional<Identifier> parent, Optional<String> variant, TextureKey[] requiredTextures)
-
Uses of Identifier in net.minecraft.data.report
Methods in net.minecraft.data.report with parameters of type IdentifierModifier and TypeMethodDescriptionprivate static Path
BiomeListProvider.getPath(Path root, Identifier id)
-
Uses of Identifier in net.minecraft.data.server
Fields in net.minecraft.data.server with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate Map<Identifier,LootTable.Builder>
BlockLootTableGenerator.lootTables
private Map<Identifier,LootTable.Builder>
EntityLootTableGenerator.lootTables
private List<com.mojang.datafixers.util.Pair<Supplier<Consumer<BiConsumer<Identifier,LootTable.Builder>>>,LootContextType>>
LootTablesProvider.lootTypeGenerators
private Map<Identifier,Tag.Builder>
AbstractTagProvider.tagBuilders
Methods in net.minecraft.data.server with parameters of type IdentifierModifier and TypeMethodDescriptionAbstractTagProvider.ObjectBuilder.add(Identifier id)
AbstractTagProvider.ObjectBuilder.addTag(Identifier id)
protected abstract Path
AbstractTagProvider.getOutput(Identifier id)
protected Path
BlockTagsProvider.getOutput(Identifier id)
protected Path
EntityTypeTagsProvider.getOutput(Identifier id)
protected Path
FluidTagsProvider.getOutput(Identifier id)
protected Path
GameEventTagsProvider.getOutput(Identifier id)
protected Path
ItemTagsProvider.getOutput(Identifier id)
private static Path
LootTablesProvider.getOutput(Path rootOutput, Identifier lootTableId)
private void
EntityLootTableGenerator.register(Identifier entityId, LootTable.Builder lootTable)
Method parameters in net.minecraft.data.server with type arguments of type IdentifierModifier and TypeMethodDescriptionvoid
BarterLootTableGenerator.accept(BiConsumer<Identifier,LootTable.Builder> biConsumer)
void
BlockLootTableGenerator.accept(BiConsumer<Identifier,LootTable.Builder> biConsumer)
void
ChestLootTableGenerator.accept(BiConsumer<Identifier,LootTable.Builder> biConsumer)
void
EntityLootTableGenerator.accept(BiConsumer<Identifier,LootTable.Builder> biConsumer)
void
FishingLootTableGenerator.accept(BiConsumer<Identifier,LootTable.Builder> biConsumer)
void
GiftLootTableGenerator.accept(BiConsumer<Identifier,LootTable.Builder> biConsumer)
-
Uses of Identifier in net.minecraft.data.server.recipe
Fields in net.minecraft.data.server.recipe declared as IdentifierModifier and TypeFieldDescriptionprivate Identifier
CookingRecipeJsonFactory.CookingRecipeJsonProvider.advancementId
private Identifier
ShapedRecipeJsonFactory.ShapedRecipeJsonProvider.advancementId
private Identifier
ShapelessRecipeJsonFactory.ShapelessRecipeJsonProvider.advancementId
private Identifier
SingleItemRecipeJsonFactory.SingleItemRecipeJsonProvider.advancementId
private Identifier
SmithingRecipeJsonFactory.SmithingRecipeJsonProvider.advancementId
private Identifier
CookingRecipeJsonFactory.CookingRecipeJsonProvider.recipeId
private Identifier
ShapedRecipeJsonFactory.ShapedRecipeJsonProvider.recipeId
private Identifier
ShapelessRecipeJsonFactory.ShapelessRecipeJsonProvider.recipeId
private Identifier
SingleItemRecipeJsonFactory.SingleItemRecipeJsonProvider.recipeId
private Identifier
SmithingRecipeJsonFactory.SmithingRecipeJsonProvider.recipeId
Methods in net.minecraft.data.server.recipe that return IdentifierModifier and TypeMethodDescriptionCookingRecipeJsonFactory.CookingRecipeJsonProvider.getAdvancementId()
RecipeJsonProvider.getAdvancementId()
ShapedRecipeJsonFactory.ShapedRecipeJsonProvider.getAdvancementId()
ShapelessRecipeJsonFactory.ShapelessRecipeJsonProvider.getAdvancementId()
SingleItemRecipeJsonFactory.SingleItemRecipeJsonProvider.getAdvancementId()
SmithingRecipeJsonFactory.SmithingRecipeJsonProvider.getAdvancementId()
CookingRecipeJsonFactory.CookingRecipeJsonProvider.getRecipeId()
RecipeJsonProvider.getRecipeId()
ShapedRecipeJsonFactory.ShapedRecipeJsonProvider.getRecipeId()
ShapelessRecipeJsonFactory.ShapelessRecipeJsonProvider.getRecipeId()
SingleItemRecipeJsonFactory.SingleItemRecipeJsonProvider.getRecipeId()
SmithingRecipeJsonFactory.SmithingRecipeJsonProvider.getRecipeId()
Methods in net.minecraft.data.server.recipe with parameters of type IdentifierModifier and TypeMethodDescriptionvoid
CookingRecipeJsonFactory.offerTo(Consumer<RecipeJsonProvider> exporter, Identifier recipeId)
void
ShapedRecipeJsonFactory.offerTo(Consumer<RecipeJsonProvider> exporter, Identifier recipeId)
void
ShapelessRecipeJsonFactory.offerTo(Consumer<RecipeJsonProvider> exporter, Identifier recipeId)
void
SingleItemRecipeJsonFactory.offerTo(Consumer<RecipeJsonProvider> exporter, Identifier recipeId)
void
SmithingRecipeJsonFactory.offerTo(Consumer<RecipeJsonProvider> exporter, Identifier recipeId)
private void
CookingRecipeJsonFactory.validate(Identifier recipeId)
private void
ShapedRecipeJsonFactory.validate(Identifier recipeId)
private void
ShapelessRecipeJsonFactory.validate(Identifier recipeId)
private void
SingleItemRecipeJsonFactory.validate(Identifier recipeId)
private void
SmithingRecipeJsonFactory.validate(Identifier recipeId)
Constructors in net.minecraft.data.server.recipe with parameters of type IdentifierModifierConstructorDescriptionCookingRecipeJsonProvider(Identifier recipeId, String group, Ingredient input, Item result, float experience, int cookingTime, Advancement.Task builder, Identifier advancementId, RecipeSerializer<? extends AbstractCookingRecipe> serializer)
ShapedRecipeJsonProvider(Identifier recipeId, Item output, int outputCount, String group, List<String> pattern, Map<Character,Ingredient> inputs, Advancement.Task builder, Identifier advancementId)
ShapelessRecipeJsonProvider(Identifier recipeId, Item output, int outputCount, String group, List<Ingredient> inputs, Advancement.Task builder, Identifier advancementId)
SingleItemRecipeJsonProvider(Identifier recipeId, RecipeSerializer<?> serializer, String group, Ingredient input, Item output, int outputCount, Advancement.Task builder, Identifier advancementId)
SmithingRecipeJsonProvider(Identifier recipeId, RecipeSerializer<?> serializer, Ingredient base, Ingredient addition, Item result, Advancement.Task builder, Identifier advancementId)
-
Uses of Identifier in net.minecraft.entity
Fields in net.minecraft.entity declared as IdentifierMethods in net.minecraft.entity that return IdentifierModifier and TypeMethodDescriptionstatic Identifier
EntityType.getId(EntityType<?> type)
LivingEntity.getLootTable()
EntityType.getLootTableId()
-
Uses of Identifier in net.minecraft.entity.ai.brain.task
Fields in net.minecraft.entity.ai.brain.task with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static Map<VillagerProfession,Identifier>
GiveGiftsToHeroTask.GIFTS
-
Uses of Identifier in net.minecraft.entity.boss
Fields in net.minecraft.entity.boss declared as IdentifierFields in net.minecraft.entity.boss with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate Map<Identifier,CommandBossBar>
BossBarManager.commandBossBars
Methods in net.minecraft.entity.boss that return IdentifierMethods in net.minecraft.entity.boss that return types with arguments of type IdentifierMethods in net.minecraft.entity.boss with parameters of type IdentifierModifier and TypeMethodDescriptionBossBarManager.add(Identifier id, Text displayName)
static CommandBossBar
CommandBossBar.fromNbt(NbtCompound nbt, Identifier id)
BossBarManager.get(Identifier id)
Constructors in net.minecraft.entity.boss with parameters of type Identifier -
Uses of Identifier in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob declared as IdentifierMethods in net.minecraft.entity.mob that return IdentifierModifier and TypeMethodDescriptionMobEntity.getLootTable()
protected Identifier
MagmaCubeEntity.getLootTableId()
protected Identifier
MobEntity.getLootTableId()
protected Identifier
SlimeEntity.getLootTableId()
-
Uses of Identifier in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as IdentifierModifier and TypeFieldDescriptionprivate static Identifier
RabbitEntity.KILLER_BUNNY
private static Identifier[]
TropicalFishEntity.LARGE_FISH_VARIETY_IDS
private static Identifier[]
TropicalFishEntity.SHAPE_IDS
private static Identifier[]
TropicalFishEntity.SMALL_FISH_VARIETY_IDS
Fields in net.minecraft.entity.passive with type parameters of type IdentifierMethods in net.minecraft.entity.passive that return IdentifierModifier and TypeMethodDescriptionSheepEntity.getLootTableId()
TropicalFishEntity.getShapeId()
CatEntity.getTexture()
TropicalFishEntity.getVarietyId()
-
Uses of Identifier in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type IdentifierModifier 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
Fields in net.minecraft.entity.vehicle declared as IdentifierMethods in net.minecraft.entity.vehicle with parameters of type IdentifierModifier and TypeMethodDescriptionvoid
StorageMinecartEntity.setLootTable(Identifier id, long lootSeed)
-
Uses of Identifier in net.minecraft.item
Methods in net.minecraft.item that return IdentifierMethods in net.minecraft.item with parameters of type Identifier -
Uses of Identifier in net.minecraft.loot
Fields in net.minecraft.loot declared as IdentifierModifier and TypeFieldDescriptionstatic Identifier
LootTables.ABANDONED_MINESHAFT_CHEST
static Identifier
LootTables.BASTION_BRIDGE_CHEST
static Identifier
LootTables.BASTION_HOGLIN_STABLE_CHEST
static Identifier
LootTables.BASTION_OTHER_CHEST
static Identifier
LootTables.BASTION_TREASURE_CHEST
static Identifier
LootTables.BLACK_SHEEP_ENTITY
static Identifier
LootTables.BLUE_SHEEP_ENTITY
static Identifier
LootTables.BROWN_SHEEP_ENTITY
static Identifier
LootTables.BURIED_TREASURE_CHEST
static Identifier
LootTables.CAT_MORNING_GIFT_GAMEPLAY
static Identifier
LootTables.CYAN_SHEEP_ENTITY
static Identifier
LootTables.DESERT_PYRAMID_CHEST
static Identifier
LootTables.EMPTY
static Identifier
LootTables.END_CITY_TREASURE_CHEST
static Identifier
LootTables.FISHING_FISH_GAMEPLAY
static Identifier
LootTables.FISHING_GAMEPLAY
static Identifier
LootTables.FISHING_JUNK_GAMEPLAY
static Identifier
LootTables.FISHING_TREASURE_GAMEPLAY
static Identifier
LootTables.GRAY_SHEEP_ENTITY
static Identifier
LootTables.GREEN_SHEEP_ENTITY
static Identifier
LootTables.HERO_OF_THE_VILLAGE_ARMORER_GIFT_GAMEPLAY
static Identifier
LootTables.HERO_OF_THE_VILLAGE_BUTCHER_GIFT_GAMEPLAY
static Identifier
static Identifier
LootTables.HERO_OF_THE_VILLAGE_CLERIC_GIFT_GAMEPLAY
static Identifier
LootTables.HERO_OF_THE_VILLAGE_FARMER_GIFT_GAMEPLAY
static Identifier
LootTables.HERO_OF_THE_VILLAGE_FISHERMAN_GIFT_GAMEPLAY
static Identifier
LootTables.HERO_OF_THE_VILLAGE_FLETCHER_GIFT_GAMEPLAY
static Identifier
static Identifier
LootTables.HERO_OF_THE_VILLAGE_LIBRARIAN_GIFT_GAMEPLAY
static Identifier
LootTables.HERO_OF_THE_VILLAGE_MASON_GIFT_GAMEPLAY
static Identifier
LootTables.HERO_OF_THE_VILLAGE_SHEPHERD_GIFT_GAMEPLAY
static Identifier
LootTables.HERO_OF_THE_VILLAGE_TOOLSMITH_GIFT_GAMEPLAY
static Identifier
static Identifier
LootTables.IGLOO_CHEST_CHEST
static Identifier
LootTables.JUNGLE_TEMPLE_CHEST
static Identifier
LootTables.JUNGLE_TEMPLE_DISPENSER_CHEST
static Identifier
LootTables.LIGHT_BLUE_SHEEP_ENTITY
static Identifier
LootTables.LIGHT_GRAY_SHEEP_ENTITY
static Identifier
LootTables.LIME_SHEEP_ENTITY
static Identifier
LootTables.MAGENTA_SHEEP_ENTITY
static Identifier
LootTables.NETHER_BRIDGE_CHEST
static Identifier
LootTables.ORANGE_SHEEP_ENTITY
static Identifier
LootTables.PIGLIN_BARTERING_GAMEPLAY
static Identifier
LootTables.PILLAGER_OUTPOST_CHEST
static Identifier
LootTables.PINK_SHEEP_ENTITY
static Identifier
LootTables.PURPLE_SHEEP_ENTITY
static Identifier
LootTables.RED_SHEEP_ENTITY
static Identifier
LootTables.RUINED_PORTAL_CHEST
static Identifier
LootTables.SHIPWRECK_MAP_CHEST
static Identifier
LootTables.SHIPWRECK_SUPPLY_CHEST
static Identifier
LootTables.SHIPWRECK_TREASURE_CHEST
static Identifier
LootTables.SIMPLE_DUNGEON_CHEST
static Identifier
LootTables.SPAWN_BONUS_CHEST
static Identifier
LootTables.STRONGHOLD_CORRIDOR_CHEST
static Identifier
LootTables.STRONGHOLD_CROSSING_CHEST
static Identifier
LootTables.STRONGHOLD_LIBRARY_CHEST
static Identifier
LootTables.UNDERWATER_RUIN_BIG_CHEST
static Identifier
LootTables.UNDERWATER_RUIN_SMALL_CHEST
static Identifier
LootTables.VILLAGE_ARMORER_CHEST
static Identifier
LootTables.VILLAGE_BUTCHER_CHEST
static Identifier
LootTables.VILLAGE_CARTOGRAPHER_CHEST
static Identifier
LootTables.VILLAGE_DESERT_HOUSE_CHEST
static Identifier
LootTables.VILLAGE_FISHER_CHEST
static Identifier
LootTables.VILLAGE_FLETCHER_CHEST
static Identifier
LootTables.VILLAGE_MASON_CHEST
static Identifier
LootTables.VILLAGE_PLAINS_CHEST
static Identifier
LootTables.VILLAGE_SAVANNA_HOUSE_CHEST
static Identifier
LootTables.VILLAGE_SHEPARD_CHEST
static Identifier
LootTables.VILLAGE_SNOWY_HOUSE_CHEST
static Identifier
LootTables.VILLAGE_TAIGA_HOUSE_CHEST
static Identifier
LootTables.VILLAGE_TANNERY_CHEST
static Identifier
LootTables.VILLAGE_TEMPLE_CHEST
static Identifier
LootTables.VILLAGE_TOOLSMITH_CHEST
static Identifier
LootTables.VILLAGE_WEAPONSMITH_CHEST
static Identifier
LootTables.WHITE_SHEEP_ENTITY
static Identifier
LootTables.WOODLAND_MANSION_CHEST
static Identifier
LootTables.YELLOW_SHEEP_ENTITY
Fields in net.minecraft.loot with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate Function<Identifier,LootCondition>
LootTableReporter.conditionGetter
private Set<Identifier>
LootTableReporter.conditions
private static Set<Identifier>
LootTables.LOOT_TABLES
private static Set<Identifier>
LootTables.LOOT_TABLES_READ_ONLY
private Function<Identifier,LootTable>
LootTableReporter.tableGetter
private Map<Identifier,LootTable>
LootManager.tables
private Set<Identifier>
LootTableReporter.tables
Methods in net.minecraft.loot that return IdentifierModifier and TypeMethodDescriptionprivate static Identifier
private static Identifier
LootTables.registerLootTable(Identifier id)
Methods in net.minecraft.loot that return types with arguments of type IdentifierModifier and TypeMethodDescriptionstatic Set<Identifier>
LootTables.getAll()
LootManager.getTableIds()
Methods in net.minecraft.loot with parameters of type IdentifierModifier and TypeMethodDescriptionLootTableReporter.getCondition(Identifier id)
LootManager.getTable(Identifier id)
LootTableReporter.getTable(Identifier id)
boolean
LootTableReporter.hasCondition(Identifier id)
boolean
LootTableReporter.hasTable(Identifier id)
private static Identifier
LootTables.registerLootTable(Identifier id)
static void
LootManager.validate(LootTableReporter reporter, Identifier id, LootTable table)
LootTableReporter.withCondition(String name, Identifier id)
LootTableReporter.withTable(String name, Identifier id)
Method parameters in net.minecraft.loot with type arguments of type IdentifierModifier and TypeMethodDescriptionprotected void
LootManager.apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
Constructor parameters in net.minecraft.loot with type arguments of type IdentifierModifierConstructorDescriptionLootTableReporter(Multimap<String,String> messages, Supplier<String> nameFactory, LootContextType contextType, Function<Identifier,LootCondition> conditionGetter, Set<Identifier> conditions, Function<Identifier,LootTable> tableGetter, Set<Identifier> tables)
LootTableReporter(Multimap<String,String> messages, Supplier<String> nameFactory, LootContextType contextType, Function<Identifier,LootCondition> conditionGetter, Set<Identifier> conditions, Function<Identifier,LootTable> tableGetter, Set<Identifier> tables)
LootTableReporter(LootContextType contextType, Function<Identifier,LootCondition> conditionGetter, Function<Identifier,LootTable> tableFactory)
-
Uses of Identifier in net.minecraft.loot.condition
Fields in net.minecraft.loot.condition declared as IdentifierFields in net.minecraft.loot.condition with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate Map<Identifier,LootCondition>
LootConditionManager.conditions
Methods in net.minecraft.loot.condition that return types with arguments of type IdentifierMethods in net.minecraft.loot.condition with parameters of type IdentifierModifier and TypeMethodDescriptionstatic LootCondition.Builder
ReferenceLootCondition.builder(Identifier id)
LootConditionManager.get(Identifier id)
Method parameters in net.minecraft.loot.condition with type arguments of type IdentifierModifier and TypeMethodDescriptionprotected void
LootConditionManager.apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
Constructors in net.minecraft.loot.condition with parameters of type Identifier -
Uses of Identifier in net.minecraft.loot.context
Fields in net.minecraft.loot.context declared as IdentifierFields in net.minecraft.loot.context with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate Function<Identifier,LootCondition>
LootContext.conditionGetter
private Map<Identifier,LootContext.Dropper>
LootContext.Builder.drops
private Map<Identifier,LootContext.Dropper>
LootContext.drops
private static BiMap<Identifier,LootContextType>
LootContextTypes.MAP
private Function<Identifier,LootTable>
LootContext.tableGetter
Methods in net.minecraft.loot.context that return IdentifierModifier and TypeMethodDescriptionstatic @Nullable Identifier
LootContextTypes.getId(LootContextType type)
LootContextParameter.getIdentifier()
Methods in net.minecraft.loot.context with parameters of type IdentifierModifier and TypeMethodDescriptionvoid
LootContext.drop(Identifier id, Consumer<ItemStack> lootConsumer)
static @Nullable LootContextType
LootContextTypes.get(Identifier id)
LootContext.getCondition(Identifier id)
LootContext.getSupplier(Identifier id)
LootContext.Builder.putDrop(Identifier id, LootContext.Dropper value)
Constructors in net.minecraft.loot.context with parameters of type IdentifierConstructor parameters in net.minecraft.loot.context with type arguments of type IdentifierModifierConstructorDescriptionprivate
LootContext(Random random, float luck, ServerWorld world, Function<Identifier,LootTable> tableGetter, Function<Identifier,LootCondition> conditionSetter, Map<LootContextParameter<?>,Object> parameters, Map<Identifier,LootContext.Dropper> drops)
-
Uses of Identifier in net.minecraft.loot.entry
Fields in net.minecraft.loot.entry declared as IdentifierModifier and TypeFieldDescriptionprivate Identifier
LootTableEntry.id
private Identifier
DynamicEntry.name
Methods in net.minecraft.loot.entry with parameters of type IdentifierModifier and TypeMethodDescriptionstatic LeafEntry.Builder<?>
DynamicEntry.builder(Identifier name)
static LeafEntry.Builder<?>
LootTableEntry.builder(Identifier id)
Constructors in net.minecraft.loot.entry with parameters of type IdentifierModifierConstructorDescriptionprivate
DynamicEntry(Identifier name, int weight, int quality, LootCondition[] conditions, LootFunction[] functions)
private
LootTableEntry(Identifier id, int weight, int quality, LootCondition[] conditions, LootFunction[] functions)
-
Uses of Identifier in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as IdentifierModifier and TypeFieldDescriptionprivate Identifier
SetLootTableLootFunction.id
static Identifier
ApplyBonusLootFunction.BinomialWithBonusCount.ID
static Identifier
ApplyBonusLootFunction.OreDrops.ID
static Identifier
ApplyBonusLootFunction.UniformBonusCount.ID
Fields in net.minecraft.loot.function with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static Map<Identifier,ApplyBonusLootFunction.FormulaFactory>
ApplyBonusLootFunction.FACTORIES
private Map<Identifier,LootFunction>
LootFunctionManager.functions
Methods in net.minecraft.loot.function that return IdentifierModifier and TypeMethodDescriptionApplyBonusLootFunction.BinomialWithBonusCount.getId()
ApplyBonusLootFunction.Formula.getId()
ApplyBonusLootFunction.OreDrops.getId()
ApplyBonusLootFunction.UniformBonusCount.getId()
Methods in net.minecraft.loot.function that return types with arguments of type IdentifierMethods in net.minecraft.loot.function with parameters of type IdentifierModifier and TypeMethodDescriptionstatic ConditionalLootFunction.Builder<?>
SetLootTableLootFunction.builder(Identifier id)
static ConditionalLootFunction.Builder<?>
SetLootTableLootFunction.builder(Identifier id, long seed)
LootFunctionManager.get(Identifier id)
LootFunctionManager.getOrDefault(Identifier id, LootFunction fallback)
Method parameters in net.minecraft.loot.function with type arguments of type IdentifierModifier and TypeMethodDescriptionprotected void
LootFunctionManager.apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
Constructors in net.minecraft.loot.function with parameters of type IdentifierModifierConstructorDescriptionprivate
SetLootTableLootFunction(LootCondition[] conditions, Identifier id, long seed)
-
Uses of Identifier in net.minecraft.loot.provider.nbt
Fields in net.minecraft.loot.provider.nbt declared as IdentifierConstructors in net.minecraft.loot.provider.nbt with parameters of type Identifier -
Uses of Identifier in net.minecraft.network
Methods in net.minecraft.network that return IdentifierModifier and TypeMethodDescriptionPacketByteBuf.readIdentifier()
Reads an identifier from this buf.Methods in net.minecraft.network with parameters of type IdentifierModifier and TypeMethodDescriptionPacketByteBuf.writeIdentifier(Identifier id)
Writes an identifier to this buf. -
Uses of Identifier in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as IdentifierModifier and TypeFieldDescriptionprivate Identifier
UpdateJigsawC2SPacket.attachmentType
static Identifier
CustomPayloadC2SPacket.BRAND
private Identifier
CustomPayloadC2SPacket.channel
private Identifier
UpdateJigsawC2SPacket.pool
private Identifier
CraftRequestC2SPacket.recipe
private Identifier
RecipeBookDataC2SPacket.recipeId
private @Nullable Identifier
AdvancementTabC2SPacket.tabToOpen
private Identifier
UpdateJigsawC2SPacket.targetPool
Methods in net.minecraft.network.packet.c2s.play that return IdentifierModifier and TypeMethodDescriptionUpdateJigsawC2SPacket.getAttachmentType()
CustomPayloadC2SPacket.getChannel()
UpdateJigsawC2SPacket.getPool()
CraftRequestC2SPacket.getRecipe()
RecipeBookDataC2SPacket.getRecipeId()
AdvancementTabC2SPacket.getTabToOpen()
UpdateJigsawC2SPacket.getTargetPool()
Constructors in net.minecraft.network.packet.c2s.play with parameters of type IdentifierModifierConstructorDescriptionCustomPayloadC2SPacket(Identifier channel, PacketByteBuf data)
UpdateJigsawC2SPacket(BlockPos pos, Identifier attachmentType, Identifier targetPool, Identifier pool, String finalState, JigsawBlockEntity.Joint jointType)
-
Uses of Identifier in net.minecraft.network.packet.s2c.login
Fields in net.minecraft.network.packet.s2c.login declared as IdentifierMethods in net.minecraft.network.packet.s2c.login that return IdentifierConstructors in net.minecraft.network.packet.s2c.login with parameters of type IdentifierModifierConstructorDescriptionLoginQueryRequestS2CPacket(int queryId, Identifier channel, PacketByteBuf payload)
-
Uses of Identifier in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as IdentifierModifier and TypeFieldDescriptionstatic Identifier
CustomPayloadS2CPacket.BRAND
private Identifier
CustomPayloadS2CPacket.channel
static Identifier
CustomPayloadS2CPacket.DEBUG_BEE
static Identifier
CustomPayloadS2CPacket.DEBUG_BRAIN
static Identifier
CustomPayloadS2CPacket.DEBUG_GAME_EVENT
static Identifier
CustomPayloadS2CPacket.DEBUG_GAME_EVENT_LISTENERS
static Identifier
CustomPayloadS2CPacket.DEBUG_GAME_TEST_ADD_MARKER
static Identifier
CustomPayloadS2CPacket.DEBUG_GAME_TEST_CLEAR
static Identifier
CustomPayloadS2CPacket.DEBUG_GOAL_SELECTOR
static Identifier
CustomPayloadS2CPacket.DEBUG_HIVE
static Identifier
CustomPayloadS2CPacket.DEBUG_NEIGHBORS_UPDATE
static Identifier
CustomPayloadS2CPacket.DEBUG_PATH
static Identifier
CustomPayloadS2CPacket.DEBUG_POI_ADDED
static Identifier
CustomPayloadS2CPacket.DEBUG_POI_REMOVED
static Identifier
CustomPayloadS2CPacket.DEBUG_POI_TICKET_COUNT
static Identifier
CustomPayloadS2CPacket.DEBUG_RAIDS
static Identifier
CustomPayloadS2CPacket.DEBUG_STRUCTURES
static Identifier
CustomPayloadS2CPacket.DEBUG_VILLAGE_SECTIONS
static Identifier
CustomPayloadS2CPacket.DEBUG_WORLDGEN_ATTEMPT
private Identifier
PlaySoundIdS2CPacket.id
private Identifier
CraftFailedResponseS2CPacket.recipeId
private @Nullable Identifier
StopSoundS2CPacket.soundId
private @Nullable Identifier
SelectAdvancementTabS2CPacket.tabId
Fields in net.minecraft.network.packet.s2c.play with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate List<Identifier>
UnlockRecipesS2CPacket.recipeIdsToChange
private List<Identifier>
UnlockRecipesS2CPacket.recipeIdsToInit
private Map<Identifier,Advancement.Task>
AdvancementUpdateS2CPacket.toEarn
private Set<Identifier>
AdvancementUpdateS2CPacket.toRemove
private Map<Identifier,AdvancementProgress>
AdvancementUpdateS2CPacket.toSetProgress
Methods in net.minecraft.network.packet.s2c.play that return IdentifierModifier and TypeMethodDescriptionCustomPayloadS2CPacket.getChannel()
CraftFailedResponseS2CPacket.getRecipeId()
PlaySoundIdS2CPacket.getSoundId()
StopSoundS2CPacket.getSoundId()
SelectAdvancementTabS2CPacket.getTabId()
Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type IdentifierModifier and TypeMethodDescriptionAdvancementUpdateS2CPacket.getAdvancementIdsToRemove()
AdvancementUpdateS2CPacket.getAdvancementsToEarn()
AdvancementUpdateS2CPacket.getAdvancementsToProgress()
UnlockRecipesS2CPacket.getRecipeIdsToChange()
UnlockRecipesS2CPacket.getRecipeIdsToInit()
Constructors in net.minecraft.network.packet.s2c.play with parameters of type IdentifierModifierConstructorDescriptionCustomPayloadS2CPacket(Identifier channel, PacketByteBuf data)
PlaySoundIdS2CPacket(Identifier sound, SoundCategory category, Vec3d pos, float volume, float pitch)
StopSoundS2CPacket(@Nullable Identifier soundId, @Nullable SoundCategory category)
Constructor parameters in net.minecraft.network.packet.s2c.play with type arguments of type IdentifierModifierConstructorDescriptionAdvancementUpdateS2CPacket(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)
UnlockRecipesS2CPacket(UnlockRecipesS2CPacket.Action action, Collection<Identifier> recipeIdsToChange, Collection<Identifier> recipeIdsToInit, RecipeBookOptions options)
-
Uses of Identifier in net.minecraft.predicate
Fields in net.minecraft.predicate with type parameters of type IdentifierModifier and TypeFieldDescriptionPlayerPredicate.advancements
PlayerPredicate.Builder.advancements
private Object2BooleanMap<Identifier>
PlayerPredicate.Builder.recipes
private Object2BooleanMap<Identifier>
PlayerPredicate.recipes
Methods in net.minecraft.predicate that return IdentifierMethods in net.minecraft.predicate with parameters of type IdentifierModifier 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)
Constructor parameters in net.minecraft.predicate with type arguments of type IdentifierModifierConstructorDescriptionprivate
PlayerPredicate(NumberRange.IntRange experienceLevel, @Nullable GameMode gamemode, Map<Stat<?>,NumberRange.IntRange> stats, Object2BooleanMap<Identifier> recipes, Map<Identifier,PlayerPredicate.AdvancementPredicate> advancements)
-
Uses of Identifier in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as IdentifierModifier and TypeFieldDescriptionprivate Identifier
AdvancementEntityPredicateDeserializer.advancementId
private Identifier
EntityPredicate.Builder.catType
private @Nullable Identifier
EntityPredicate.catType
Methods in net.minecraft.predicate.entity that return IdentifierMethods in net.minecraft.predicate.entity with parameters of type IdentifierModifier and TypeMethodDescriptionEntityPredicate.Builder.catType(@Nullable Identifier catType)
EntityPredicate.Builder.type(Identifier catType)
Constructors in net.minecraft.predicate.entity with parameters of type IdentifierModifierConstructorDescriptionAdvancementEntityPredicateDeserializer(Identifier advancementId, LootConditionManager conditionManager)
private
EntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, PlayerPredicate player, FishingHookPredicate fishingHook, @Nullable String team, @Nullable Identifier catType)
private
EntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, PlayerPredicate player, FishingHookPredicate fishingHook, EntityPredicate vehicle, EntityPredicate targetedEntity, @Nullable String team, @Nullable Identifier catType)
-
Uses of Identifier in net.minecraft.recipe
Fields in net.minecraft.recipe declared as IdentifierModifier and TypeFieldDescriptionprotected Identifier
AbstractCookingRecipe.id
protected Identifier
CuttingRecipe.id
private Identifier
ShapedRecipe.id
private Identifier
ShapelessRecipe.id
private Identifier
SmithingRecipe.id
private Identifier
SpecialCraftingRecipe.id
Fields in net.minecraft.recipe with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate Function<Identifier,T>
SpecialRecipeSerializer.id
private Map<RecipeType<?>,Map<Identifier,Recipe<?>>>
RecipeManager.recipes
Methods in net.minecraft.recipe that return IdentifierModifier and TypeMethodDescriptionAbstractCookingRecipe.getId()
CuttingRecipe.getId()
Recipe.getId()
ShapedRecipe.getId()
ShapelessRecipe.getId()
SmithingRecipe.getId()
SpecialCraftingRecipe.getId()
Methods in net.minecraft.recipe that return types with arguments of type IdentifierModifier and TypeMethodDescriptionprivate <C extends Inventory, T extends Recipe<C>>
Map<Identifier,Recipe<C>>RecipeManager.getAllOfType(RecipeType<T> type)
RecipeManager.keys()
Methods in net.minecraft.recipe with parameters of type IdentifierModifier and TypeMethodDescriptionCookingRecipeSerializer.RecipeFactory.create(Identifier id, String group, Ingredient input, ItemStack output, float experience, int cookTime)
CuttingRecipe.Serializer.RecipeFactory.create(Identifier id, String group, Ingredient input, ItemStack output)
static Recipe<?>
RecipeManager.deserialize(Identifier id, JsonObject json)
RecipeManager.get(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)
RecipeSerializer.read(Identifier id, PacketByteBuf buf)
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)
SmithingRecipe.Serializer.read(Identifier identifier, JsonObject jsonObject)
SmithingRecipe.Serializer.read(Identifier identifier, PacketByteBuf packetByteBuf)
SpecialRecipeSerializer.read(Identifier id, JsonObject json)
SpecialRecipeSerializer.read(Identifier id, PacketByteBuf buf)
Method parameters in net.minecraft.recipe with type arguments of type IdentifierModifier and TypeMethodDescriptionprotected void
RecipeManager.apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
Constructors in net.minecraft.recipe with parameters of type IdentifierModifierConstructorDescriptionAbstractCookingRecipe(RecipeType<?> type, Identifier id, String group, Ingredient input, ItemStack output, float experience, int cookTime)
ArmorDyeRecipe(Identifier id)
BlastingRecipe(Identifier id, String group, Ingredient input, ItemStack output, float experience, int cookTime)
CampfireCookingRecipe(Identifier id, String group, Ingredient input, ItemStack output, float experience, int cookTime)
CuttingRecipe(RecipeType<?> type, RecipeSerializer<?> serializer, Identifier id, String group, Ingredient input, ItemStack output)
ShapedRecipe(Identifier id, String group, int width, int height, DefaultedList<Ingredient> input, ItemStack output)
ShapelessRecipe(Identifier id, String group, ItemStack output, DefaultedList<Ingredient> input)
SmeltingRecipe(Identifier id, String group, Ingredient input, ItemStack output, float experience, int cookTime)
SmithingRecipe(Identifier id, Ingredient base, Ingredient addition, ItemStack result)
SmokingRecipe(Identifier id, String group, Ingredient input, ItemStack output, float experience, int cookTime)
StonecuttingRecipe(Identifier id, String group, Ingredient input, ItemStack output)
Constructor parameters in net.minecraft.recipe with type arguments of type Identifier -
Uses of Identifier in net.minecraft.recipe.book
Fields in net.minecraft.recipe.book with type parameters of type IdentifierModifier and TypeFieldDescriptionprotected Set<Identifier>
RecipeBook.recipes
protected Set<Identifier>
RecipeBook.toBeDisplayed
Methods in net.minecraft.recipe.book with parameters of type IdentifierModifier 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.resource
Fields in net.minecraft.resource declared as IdentifierMethods in net.minecraft.resource that return IdentifierModifier and TypeMethodDescriptionResource.getId()
Returns the location of this resource.ResourceImpl.getId()
Returns the location of this resource.(package private) static Identifier
NamespaceResourceManager.getMetadataPath(Identifier id)
Methods in net.minecraft.resource that return types with arguments of type IdentifierModifier and TypeMethodDescriptionDefaultResourcePack.findResources(ResourceType type, String namespace, String prefix, int maxDepth, Predicate<String> pathFilter)
DirectoryResourcePack.findResources(ResourceType type, String namespace, String prefix, int maxDepth, Predicate<String> pathFilter)
NamespaceResourceManager.findResources(String startingPath, Predicate<String> pathPredicate)
Returns a sorted list of identifiers matching a path predicate.ReloadableResourceManagerImpl.findResources(String startingPath, Predicate<String> pathPredicate)
Returns a sorted list of identifiers matching a path predicate.ResourceManager.Empty.findResources(String startingPath, Predicate<String> pathPredicate)
Returns a sorted list of identifiers matching a path predicate.ResourceManager.findResources(String startingPath, Predicate<String> pathPredicate)
Returns a sorted list of identifiers matching a path predicate.ResourcePack.findResources(ResourceType type, String namespace, String prefix, int maxDepth, Predicate<String> pathFilter)
ZipResourcePack.findResources(ResourceType type, String namespace, String prefix, int maxDepth, Predicate<String> pathFilter)
protected Map<Identifier,JsonElement>
JsonDataLoader.prepare(ResourceManager resourceManager, Profiler profiler)
Methods in net.minecraft.resource with parameters of type IdentifierModifier and TypeMethodDescriptionboolean
AbstractFileResourcePack.contains(ResourceType type, Identifier id)
boolean
DefaultResourcePack.contains(ResourceType type, Identifier id)
boolean
ResourcePack.contains(ResourceType type, Identifier id)
boolean
NamespaceResourceManager.containsResource(Identifier id)
Checks whether any of the currently-loaded resource packs contain an entry for the given id.boolean
ReloadableResourceManagerImpl.containsResource(Identifier id)
Checks whether any of the currently-loaded resource packs contain an entry for the given id.boolean
ResourceManager.containsResource(Identifier id)
Checks whether any of the currently-loaded resource packs contain an entry for the given id.boolean
ResourceManager.Empty.containsResource(Identifier id)
Checks whether any of the currently-loaded resource packs contain an entry for the given id.protected @Nullable InputStream
DefaultResourcePack.findInputStream(ResourceType type, Identifier id)
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 String
AbstractFileResourcePack.getFilename(ResourceType type, Identifier id)
(package private) static Identifier
NamespaceResourceManager.getMetadataPath(Identifier id)
private static String
DefaultResourcePack.getPath(ResourceType type, Identifier id)
DefaultResourcePack.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.private boolean
NamespaceResourceManager.isPathAbsolute(Identifier id)
AbstractFileResourcePack.open(ResourceType type, Identifier id)
DefaultResourcePack.open(ResourceType type, Identifier id)
protected InputStream
NamespaceResourceManager.open(Identifier id, ResourcePack pack)
ResourcePack.open(ResourceType type, Identifier id)
private void
NamespaceResourceManager.validate(Identifier id)
Method parameters in net.minecraft.resource with type arguments of type IdentifierModifier and TypeMethodDescriptionprivate void
DirectoryResourcePack.findFiles(File file, int maxDepth, String namespace, List<Identifier> found, String prefix, Predicate<String> pathFilter)
private static void
DefaultResourcePack.getIdentifiers(Collection<Identifier> results, int maxDepth, String namespace, Path root, String prefix, Predicate<String> pathFilter)
Constructors in net.minecraft.resource with parameters of type IdentifierModifierConstructorDescriptionDebugInputStream(InputStream parent, Identifier id, String packName)
ResourceImpl(String packName, Identifier id, InputStream inputStream, @Nullable InputStream metaInputStream)
-
Uses of Identifier in net.minecraft.scoreboard
Methods in net.minecraft.scoreboard with parameters of type IdentifierModifier and TypeMethodDescriptionprivate static <T> Optional<ScoreboardCriterion>
ScoreboardCriterion.getOrCreateStatCriterion(StatType<T> statType, Identifier id)
-
Uses of Identifier in net.minecraft.screen
Fields in net.minecraft.screen declared as IdentifierModifier and TypeFieldDescriptionstatic Identifier
PlayerScreenHandler.BLOCK_ATLAS_TEXTURE
private static Identifier[]
PlayerScreenHandler.EMPTY_ARMOR_SLOT_TEXTURES
static Identifier
PlayerScreenHandler.EMPTY_BOOTS_SLOT_TEXTURE
static Identifier
PlayerScreenHandler.EMPTY_CHESTPLATE_SLOT_TEXTURE
static Identifier
PlayerScreenHandler.EMPTY_HELMET_SLOT_TEXTURE
static Identifier
PlayerScreenHandler.EMPTY_LEGGINGS_SLOT_TEXTURE
static Identifier
PlayerScreenHandler.EMPTY_OFFHAND_ARMOR_SLOT
-
Uses of Identifier in net.minecraft.screen.slot
Methods in net.minecraft.screen.slot that return types with arguments of type IdentifierModifier 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
Methods in net.minecraft.server with parameters of type IdentifierMethod parameters in net.minecraft.server with type arguments of type IdentifierModifier and TypeMethodDescriptionprotected void
ServerAdvancementLoader.apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
-
Uses of Identifier in net.minecraft.server.command
Methods in net.minecraft.server.command that return types with arguments of type IdentifierModifier and TypeMethodDescriptionServerCommandSource.getRecipeIds()
ServerCommandSource.getSoundIds()
Methods in net.minecraft.server.command with parameters of type IdentifierModifier and TypeMethodDescriptionprivate static int
BossBarCommand.addBossBar(ServerCommandSource source, Identifier name, Text displayName)
private static int
LocateBiomeCommand.execute(ServerCommandSource source, Identifier id)
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
SummonCommand.execute(ServerCommandSource source, Identifier entity, Vec3d pos, NbtCompound nbt, boolean initialize)
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)
private static int
LootCommand.getFeedbackMessageSingle(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, Identifier lootTable, LootContext lootContext, LootCommand.Target constructor)
void
DebugCommand.class_6347.method_36351(int int2, Identifier identifier, int int3)
private static void
LootCommand.sendDroppedFeedback(ServerCommandSource source, List<ItemStack> stacks, Identifier lootTable)
Method parameters in net.minecraft.server.command with type arguments of type IdentifierModifier and TypeMethodDescriptionprivate static int
ScheduleCommand.execute(ServerCommandSource source, com.mojang.datafixers.util.Pair<Identifier,com.mojang.datafixers.util.Either<CommandFunction,Tag<CommandFunction>>> function, int time, boolean replace)
-
Uses of Identifier in net.minecraft.server.function
Fields in net.minecraft.server.function declared as IdentifierModifier and TypeFieldDescriptionprivate Identifier
CommandFunction.id
private @Nullable Identifier
CommandFunction.LazyContainer.id
private static Identifier
CommandFunctionManager.LOAD_FUNCTION
private static Identifier
CommandFunctionManager.TICK_FUNCTION
Fields in net.minecraft.server.function with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate Map<Identifier,CommandFunction>
FunctionLoader.functions
Methods in net.minecraft.server.function that return IdentifierMethods in net.minecraft.server.function that return types with arguments of type IdentifierModifier and TypeMethodDescriptionCommandFunctionManager.getAllFunctions()
FunctionLoader.getFunctions()
CommandFunctionManager.getFunctionTags()
Methods in net.minecraft.server.function with parameters of type IdentifierModifier 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)
FunctionLoader.getOrCreateTag(Identifier id)
CommandFunctionManager.getTaggedFunctions(Identifier tag)
void
CommandFunctionManager.class_6346.method_36351(int int2, Identifier identifier, int int3)
FunctionLoader.readLines(ResourceManager resourceManager, Identifier id)
Constructors in net.minecraft.server.function with parameters of type IdentifierModifierConstructorDescriptionCommandFunction(Identifier id, CommandFunction.Element[] elements)
-
Uses of Identifier in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type IdentifierModifier and TypeMethodDescriptionprivate static void
DebugInfoSender.sendToAll(ServerWorld world, PacketByteBuf buf, Identifier channel)
void
ServerPlayerEntity.unlockRecipes(Identifier[] ids)
Method parameters in net.minecraft.server.network with type arguments of type IdentifierModifier and TypeMethodDescriptionprivate void
ServerRecipeBook.sendUnlockRecipesPacket(UnlockRecipesS2CPacket.Action action, ServerPlayerEntity player, List<Identifier> recipeIds)
-
Uses of Identifier in net.minecraft.server.world
Fields in net.minecraft.server.world with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate Function<T,Identifier>
SimpleTickScheduler.identifierProvider
private Function<T,Identifier>
ServerTickScheduler.idToName
Method parameters in net.minecraft.server.world with type arguments of type IdentifierModifier and TypeMethodDescriptionstatic <T> SimpleTickScheduler<T>
SimpleTickScheduler.fromNbt(NbtList ticks, Function<T,Identifier> function, Function<Identifier,T> function2)
private static <T> NbtList
ServerTickScheduler.serializeScheduledTicks(Function<T,Identifier> identifierProvider, Iterable<ScheduledTick<T>> scheduledTicks, long time)
Constructor parameters in net.minecraft.server.world with type arguments of type IdentifierModifierConstructorDescriptionServerTickScheduler(ServerWorld world, Predicate<T> invalidObjPredicate, Function<T,Identifier> idToName, Consumer<ScheduledTick<T>> tickConsumer)
private
SimpleTickScheduler(Function<T,Identifier> identifierProvider, List<SimpleTickScheduler.Tick<T>> scheduledTicks)
SimpleTickScheduler(Function<T,Identifier> identifierProvider, List<ScheduledTick<T>> scheduledTicks, long startTime)
-
Uses of Identifier in net.minecraft.sound
Fields in net.minecraft.sound declared as IdentifierMethods in net.minecraft.sound that return IdentifierConstructors in net.minecraft.sound with parameters of type Identifier -
Uses of Identifier in net.minecraft.stat
Fields in net.minecraft.stat declared as IdentifierModifier and TypeFieldDescriptionstatic Identifier
Stats.ANIMALS_BRED
static Identifier
Stats.AVIATE_ONE_CM
static Identifier
Stats.BELL_RING
static Identifier
Stats.BOAT_ONE_CM
static Identifier
Stats.CLEAN_ARMOR
static Identifier
Stats.CLEAN_BANNER
static Identifier
Stats.CLEAN_SHULKER_BOX
static Identifier
Stats.CLIMB_ONE_CM
static Identifier
Stats.CROUCH_ONE_CM
static Identifier
Stats.DAMAGE_ABSORBED
static Identifier
Stats.DAMAGE_BLOCKED_BY_SHIELD
static Identifier
Stats.DAMAGE_DEALT
static Identifier
Stats.DAMAGE_DEALT_ABSORBED
static Identifier
Stats.DAMAGE_DEALT_RESISTED
static Identifier
Stats.DAMAGE_RESISTED
static Identifier
Stats.DAMAGE_TAKEN
static Identifier
Stats.DEATHS
static Identifier
Stats.DROP
static Identifier
Stats.EAT_CAKE_SLICE
static Identifier
Stats.ENCHANT_ITEM
static Identifier
Stats.FALL_ONE_CM
static Identifier
Stats.FILL_CAULDRON
static Identifier
Stats.FISH_CAUGHT
static Identifier
Stats.FLY_ONE_CM
static Identifier
Stats.HORSE_ONE_CM
static Identifier
Stats.INSPECT_DISPENSER
static Identifier
Stats.INSPECT_DROPPER
static Identifier
Stats.INSPECT_HOPPER
static Identifier
Stats.INTERACT_WITH_ANVIL
static Identifier
Stats.INTERACT_WITH_BEACON
static Identifier
static Identifier
static Identifier
Stats.INTERACT_WITH_CAMPFIRE
static Identifier
static Identifier
static Identifier
Stats.INTERACT_WITH_FURNACE
static Identifier
Stats.INTERACT_WITH_GRINDSTONE
static Identifier
Stats.INTERACT_WITH_LECTERN
static Identifier
Stats.INTERACT_WITH_LOOM
static Identifier
static Identifier
Stats.INTERACT_WITH_SMOKER
static Identifier
static Identifier
Stats.JUMP
static Identifier
Stats.LEAVE_GAME
static Identifier
Stats.MINECART_ONE_CM
static Identifier
Stats.MOB_KILLS
static Identifier
Stats.OPEN_BARREL
static Identifier
Stats.OPEN_CHEST
static Identifier
Stats.OPEN_ENDERCHEST
static Identifier
Stats.OPEN_SHULKER_BOX
static Identifier
Stats.PIG_ONE_CM
static Identifier
Stats.PLAY_NOTEBLOCK
static Identifier
Stats.PLAY_ONE_MINUTE
static Identifier
Stats.PLAY_RECORD
static Identifier
Stats.PLAYER_KILLS
static Identifier
Stats.POT_FLOWER
static Identifier
Stats.RAID_TRIGGER
static Identifier
Stats.RAID_WIN
static Identifier
Stats.SLEEP_IN_BED
static Identifier
Stats.SNEAK_TIME
static Identifier
Stats.SPRINT_ONE_CM
static Identifier
Stats.STRIDER_ONE_CM
static Identifier
Stats.SWIM_ONE_CM
static Identifier
Stats.TALKED_TO_VILLAGER
static Identifier
Stats.TARGET_HIT
static Identifier
Stats.TIME_SINCE_DEATH
static Identifier
Stats.TIME_SINCE_REST
static Identifier
Stats.TRADED_WITH_VILLAGER
static Identifier
Stats.TRIGGER_TRAPPED_CHEST
static Identifier
Stats.TUNE_NOTEBLOCK
static Identifier
Stats.USE_CAULDRON
static Identifier
Stats.WALK_ON_WATER_ONE_CM
static Identifier
Stats.WALK_ONE_CM
static Identifier
Stats.WALK_UNDER_WATER_ONE_CM
Fields in net.minecraft.stat with type parameters of type IdentifierMethods in net.minecraft.stat that return IdentifierModifier and TypeMethodDescriptionprivate static <T> Identifier
private static Identifier
Stats.register(String id, StatFormatter formatter)
Methods in net.minecraft.stat with parameters of type IdentifierModifier and TypeMethodDescriptionprivate static <T> String
Stat.getName(@Nullable Identifier id)
-
Uses of Identifier in net.minecraft.structure
Fields in net.minecraft.structure declared as IdentifierModifier and TypeFieldDescriptionprivate static Identifier[]
ShipwreckGenerator.BEACHED_TEMPLATES
private static Identifier[]
OceanRuinGenerator.BIG_BRICK_RUINS
private static Identifier[]
OceanRuinGenerator.BIG_CRACKED_RUINS
private static Identifier[]
OceanRuinGenerator.BIG_MOSSY_RUINS
private static Identifier[]
OceanRuinGenerator.BIG_WARM_RUINS
private static Identifier
IglooGenerator.BOTTOM_TEMPLATE
private static Identifier[]
OceanRuinGenerator.BRICK_RUINS
private static Identifier[]
OceanRuinGenerator.CRACKED_RUINS
private static Identifier[]
NetherFossilGenerator.FOSSILS
private static Identifier
IglooGenerator.MIDDLE_TEMPLATE
private static Identifier[]
OceanRuinGenerator.MOSSY_RUINS
private static Identifier[]
ShipwreckGenerator.REGULAR_TEMPLATES
private static Identifier
IglooGenerator.TOP_TEMPLATE
private static Identifier[]
OceanRuinGenerator.WARM_RUINS
Fields in net.minecraft.structure with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static Map<Identifier,BlockPos>
IglooGenerator.field_14406
private static Map<Identifier,BlockPos>
IglooGenerator.field_14408
private Map<Identifier,Structure>
StructureManager.structures
Methods in net.minecraft.structure that return IdentifierModifier and TypeMethodDescriptionprivate static Identifier
OceanRuinGenerator.getRandomBigWarmRuin(Random random)
private static Identifier
OceanRuinGenerator.getRandomWarmRuin(Random random)
private static Identifier
EndCityGenerator.Piece.method_35425(String string)
protected Identifier
EndCityGenerator.Piece.method_35470()
protected Identifier
SimpleStructurePiece.method_35470()
protected Identifier
WoodlandMansionGenerator.Piece.method_35470()
private static Identifier
WoodlandMansionGenerator.Piece.method_35474(String string)
Methods in net.minecraft.structure with parameters of type IdentifierModifier and TypeMethodDescriptionprotected boolean
MineshaftGenerator.MineshaftCorridor.addChest(StructureWorldAccess world, BlockBox boundingBox, Random random, int int2, int int3, 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 int2, int int3, int z, Identifier lootTableId)
protected boolean
StructurePiece.addDispenser(StructureWorldAccess world, BlockBox boundingBox, Random random, int x, int int2, int int3, Direction facing, Identifier lootTableId)
private Path
StructureManager.getAndCheckStructurePath(Identifier id, String extension)
StructureManager.getStructure(Identifier id)
StructureManager.getStructureOrBlank(Identifier id)
StructureManager.getStructurePath(Identifier id, String extension)
StructureManager.loadStructureFromFile(Identifier id)
StructureManager.loadStructureFromResource(Identifier id)
private static StructurePlacementData
IglooGenerator.Piece.method_35428(BlockRotation blockRotation, Identifier identifier)
private static BlockPos
IglooGenerator.Piece.method_35430(Identifier identifier, BlockPos blockPos, int int2)
private static StructurePlacementData
RuinedPortalStructurePiece.method_35449(ServerWorld world, NbtCompound nbt, Identifier id)
boolean
StructureManager.saveStructure(Identifier id)
void
StructureManager.unloadStructure(Identifier id)
Constructors in net.minecraft.structure with parameters of type IdentifierModifierConstructorDescriptionPiece(StructureManager manager, Identifier identifier, BlockPos pos, BlockRotation rotation, int yOffset)
Piece(StructureManager manager, Identifier template, BlockPos pos, BlockRotation rotation)
Piece(StructureManager structureManager, Identifier template, BlockPos pos, BlockRotation rotation, float integrity, OceanRuinFeature.BiomeType biomeType, boolean large)
Piece(StructureManager manager, Identifier identifier, BlockPos pos, BlockRotation rotation, boolean grounded)
RuinedPortalStructurePiece(StructureManager structureManager, BlockPos blockPos, RuinedPortalStructurePiece.VerticalPlacement verticalPlacement, RuinedPortalStructurePiece.Properties properties, Identifier identifier, Structure structure, BlockRotation blockRotation, BlockMirror blockMirror, BlockPos blockPos2)
SimpleStructurePiece(StructurePieceType structurePieceType, int int2, StructureManager structureManager, Identifier identifier, String string, StructurePlacementData structurePlacementData, BlockPos blockPos)
Constructor parameters in net.minecraft.structure with type arguments of type IdentifierModifierConstructorDescriptionSimpleStructurePiece(StructurePieceType structurePieceType, NbtCompound nbtCompound, ServerWorld serverWorld, Function<Identifier,StructurePlacementData> function)
-
Uses of Identifier in net.minecraft.structure.pool
Fields in net.minecraft.structure.pool declared as IdentifierModifier and TypeFieldDescriptionprivate Identifier
StructurePool.id
private Identifier
StructurePool.terminatorsId
Fields in net.minecraft.structure.pool with type parameters of type IdentifierModifier and TypeFieldDescriptionprotected com.mojang.datafixers.util.Either<Identifier,Structure>
SinglePoolElement.field_24015
private static com.mojang.serialization.Codec<com.mojang.datafixers.util.Either<Identifier,Structure>>
SinglePoolElement.field_24951
Methods in net.minecraft.structure.pool that return IdentifierMethods in net.minecraft.structure.pool that return types with arguments of type IdentifierModifier and TypeMethodDescriptionprotected static <E extends SinglePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E,com.mojang.datafixers.util.Either<Identifier,Structure>>SinglePoolElement.method_28882()
Method parameters in net.minecraft.structure.pool with type arguments of type IdentifierModifier and TypeMethodDescriptionprivate static <T> com.mojang.serialization.DataResult<T>
SinglePoolElement.method_28877(com.mojang.datafixers.util.Either<Identifier,Structure> either, com.mojang.serialization.DynamicOps<T> dynamicOps, T t)
Constructors in net.minecraft.structure.pool with parameters of type IdentifierModifierConstructorDescriptionStructurePool(Identifier id, Identifier terminatorsId, List<com.mojang.datafixers.util.Pair<Function<StructurePool.Projection,? extends StructurePoolElement>,Integer>> elementCounts, StructurePool.Projection projection)
StructurePool(Identifier id, Identifier terminatorsId, List<com.mojang.datafixers.util.Pair<StructurePoolElement,Integer>> elementCounts)
Constructor parameters in net.minecraft.structure.pool with type arguments of type IdentifierModifierConstructorDescriptionprotected
LegacySinglePoolElement(com.mojang.datafixers.util.Either<Identifier,Structure> either, Supplier<StructureProcessorList> processors, StructurePool.Projection projection)
protected
SinglePoolElement(com.mojang.datafixers.util.Either<Identifier,Structure> either, Supplier<StructureProcessorList> processors, StructurePool.Projection projection)
-
Uses of Identifier in net.minecraft.tag
Fields in net.minecraft.tag declared as IdentifierModifier and TypeFieldDescriptionprotected Identifier
RequiredTagList.TagWrapper.id
private Identifier
Tag.ObjectEntry.id
private Identifier
Tag.OptionalObjectEntry.id
private Identifier
Tag.OptionalTagEntry.id
private Identifier
Tag.TagEntry.id
Fields in net.minecraft.tag with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate Map<Identifier,IntList>
TagGroup.Serialized.contents
private Function<Identifier,Optional<T>>
TagGroupLoader.registryGetter
Methods in net.minecraft.tag that return IdentifierModifier and TypeMethodDescriptionRequiredTagList.TagWrapper.getId()
Tag.Identified.getId()
<T, E extends Exception>
IdentifierTagManager.getTagId(RegistryKey<? extends Registry<T>> registryKey, Tag<T> tag, Supplier<E> exceptionSupplier)
TagGroup.getUncheckedTagId(Tag<T> tag)
default @Nullable Identifier
TagGroup.method_34894(Tag.Identified<T> identified)
Methods in net.minecraft.tag that return types with arguments of type IdentifierModifier and TypeMethodDescriptionRequiredTagList.getMissingTags(TagManager tagManager)
Gets the required tags which are not supplied by the current datapacks.static Multimap<RegistryKey<? extends Registry<?>>,Identifier>
RequiredTagListRegistry.getMissingTags(TagManager tagManager)
default Collection<Identifier>
TagGroup.getTagIds()
Map<Identifier,Tag<T>>
TagGroup.getTags()
default Collection<Identifier>
TagGroup.getTagsFor(T object)
Gets the identifiers of all tags an object is applicable to.TagGroupLoader.loadTags(ResourceManager manager)
Methods in net.minecraft.tag with parameters of type IdentifierModifier and TypeMethodDescriptionTag.Builder.add(Identifier id, String source)
Tag.Builder.addOptional(Identifier id, String source)
Tag.Builder.addOptionalTag(Identifier id, String source)
Tag.Builder.addTag(Identifier id, String source)
TagGroup.getTag(Identifier id)
TagManager.getTag(RegistryKey<? extends Registry<T>> registryKey, Identifier id, Function<Identifier,E> exceptionFactory)
TagGroup.getTagOrEmpty(Identifier id)
private static boolean
TagGroupLoader.method_32836(Multimap<Identifier,Identifier> multimap, Identifier identifier, Identifier identifier2)
private static void
TagGroupLoader.method_32839(Map<Identifier,Tag.Builder> map, Multimap<Identifier,Identifier> multimap, Set<Identifier> set, Identifier identifier, BiConsumer<Identifier,Tag.Builder> biConsumer)
private static void
TagGroupLoader.method_32844(Multimap<Identifier,Identifier> multimap, Identifier identifier, Identifier identifier2)
default boolean
TagGroup.method_34895(Identifier identifier)
Method parameters in net.minecraft.tag with type arguments of type IdentifierModifier and TypeMethodDescription<T> com.mojang.datafixers.util.Either<Collection<Tag.TrackedEntry>,Tag<T>>
Tag.Builder.build(Function<Identifier,Tag<T>> tagGetter, Function<Identifier,T> objectGetter)
TagGroupLoader.buildGroup(Map<Identifier,Tag.Builder> tags)
boolean
Tag.Entry.canAdd(Predicate<Identifier> existenceTest, Predicate<Identifier> duplicationTest)
boolean
Tag.ObjectEntry.canAdd(Predicate<Identifier> existenceTest, Predicate<Identifier> duplicationTest)
boolean
Tag.OptionalObjectEntry.canAdd(Predicate<Identifier> existenceTest, Predicate<Identifier> duplicationTest)
boolean
Tag.OptionalTagEntry.canAdd(Predicate<Identifier> existenceTest, Predicate<Identifier> duplicationTest)
boolean
Tag.TagEntry.canAdd(Predicate<Identifier> existenceTest, Predicate<Identifier> duplicationTest)
static <T> TagGroup<T>
TagGroup.create(Map<Identifier,Tag<T>> tags)
void
Tag.Builder.forEachGroupId(Consumer<Identifier> consumer)
default void
Tag.Entry.forEachGroupId(Consumer<Identifier> consumer)
void
Tag.OptionalTagEntry.forEachGroupId(Consumer<Identifier> consumer)
void
Tag.Builder.forEachTagId(Consumer<Identifier> consumer)
default void
Tag.Entry.forEachTagId(Consumer<Identifier> consumer)
void
Tag.TagEntry.forEachTagId(Consumer<Identifier> consumer)
TagManager.getTag(RegistryKey<? extends Registry<T>> registryKey, Identifier id, Function<Identifier,E> exceptionFactory)
private static boolean
TagGroupLoader.method_32836(Multimap<Identifier,Identifier> multimap, Identifier identifier, Identifier identifier2)
private static boolean
TagGroupLoader.method_32836(Multimap<Identifier,Identifier> multimap, Identifier identifier, Identifier identifier2)
private static void
TagGroupLoader.method_32839(Map<Identifier,Tag.Builder> map, Multimap<Identifier,Identifier> multimap, Set<Identifier> set, Identifier identifier, BiConsumer<Identifier,Tag.Builder> biConsumer)
private static void
TagGroupLoader.method_32839(Map<Identifier,Tag.Builder> map, Multimap<Identifier,Identifier> multimap, Set<Identifier> set, Identifier identifier, BiConsumer<Identifier,Tag.Builder> biConsumer)
private static void
TagGroupLoader.method_32839(Map<Identifier,Tag.Builder> map, Multimap<Identifier,Identifier> multimap, Set<Identifier> set, Identifier identifier, BiConsumer<Identifier,Tag.Builder> biConsumer)
private static void
TagGroupLoader.method_32839(Map<Identifier,Tag.Builder> map, Multimap<Identifier,Identifier> multimap, Set<Identifier> set, Identifier identifier, BiConsumer<Identifier,Tag.Builder> biConsumer)
private static void
TagGroupLoader.method_32839(Map<Identifier,Tag.Builder> map, Multimap<Identifier,Identifier> multimap, Set<Identifier> set, Identifier identifier, BiConsumer<Identifier,Tag.Builder> biConsumer)
private static void
TagGroupLoader.method_32844(Multimap<Identifier,Identifier> multimap, Identifier identifier, Identifier identifier2)
private static void
TagGroupLoader.method_32844(Multimap<Identifier,Identifier> multimap, Identifier identifier, Identifier identifier2)
<T> boolean
Tag.Entry.resolve(Function<Identifier,Tag<T>> tagGetter, Function<Identifier,T> objectGetter, Consumer<T> collector)
<T> boolean
Tag.ObjectEntry.resolve(Function<Identifier,Tag<T>> tagGetter, Function<Identifier,T> objectGetter, Consumer<T> collector)
<T> boolean
Tag.OptionalObjectEntry.resolve(Function<Identifier,Tag<T>> tagGetter, Function<Identifier,T> objectGetter, Consumer<T> collector)
<T> boolean
Tag.OptionalTagEntry.resolve(Function<Identifier,Tag<T>> tagGetter, Function<Identifier,T> objectGetter, Consumer<T> collector)
<T> boolean
Tag.TagEntry.resolve(Function<Identifier,Tag<T>> tagGetter, Function<Identifier,T> objectGetter, Consumer<T> collector)
(package private) void
RequiredTagList.TagWrapper.updateDelegate(Function<Identifier,Tag<T>> tagFactory)
Constructors in net.minecraft.tag with parameters of type IdentifierModifierConstructorDescriptionObjectEntry(Identifier id)
TagEntry(Identifier id)
private
TagWrapper(Identifier id)
Constructor parameters in net.minecraft.tag with type arguments of type IdentifierModifierConstructorDescriptionprivate
Serialized(Map<Identifier,IntList> contents)
TagGroupLoader(Function<Identifier,Optional<T>> registryGetter, String dataType)
-
Uses of Identifier in net.minecraft.text
Fields in net.minecraft.text declared as IdentifierModifier and TypeFieldDescriptionstatic Identifier
Style.DEFAULT_FONT_ID
The identifier for the default font of a style.private @Nullable Identifier
Style.font
private Identifier
NbtText.StorageNbtText.id
Methods in net.minecraft.text that return IdentifierModifier and TypeMethodDescriptionStyle.getFont()
Returns the font of this style.private static @Nullable Identifier
Style.Serializer.getFont(JsonObject root)
NbtText.StorageNbtText.getId()
Methods in net.minecraft.text with parameters of type IdentifierModifier and TypeMethodDescriptionStyle.withFont(@Nullable Identifier font)
Returns a new style with the font provided and all other attributes of this style.Constructors in net.minecraft.text with parameters of type IdentifierModifierConstructorDescriptionStorageNbtText(String rawPath, boolean interpret, Identifier id, Optional<Text> optional)
StorageNbtText(String rawPath, NbtPathArgumentType.NbtPath path, boolean interpret, Identifier id, Optional<Text> optional)
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
Fields in net.minecraft.util with type parameters of type IdentifierModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<Identifier>
Identifier.CODEC
Methods in net.minecraft.util that return IdentifierModifier and TypeMethodDescriptionIdentifier.Serializer.deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext)
static Identifier
Identifier.fromCommandInput(com.mojang.brigadier.StringReader reader)
static Identifier
static @Nullable Identifier
Parses a string into anIdentifier
.Methods in net.minecraft.util that return types with arguments of type IdentifierMethods in net.minecraft.util with parameters of type IdentifierModifier and TypeMethodDescriptionint
Identifier.compareTo(Identifier identifier)
static String
Util.createTranslationKey(String type, @Nullable Identifier id)
Identifier.Serializer.serialize(Identifier identifier, Type type, JsonSerializationContext jsonSerializationContext)
-
Uses of Identifier in net.minecraft.util.dynamic
Methods in net.minecraft.util.dynamic that return types with arguments of type IdentifierModifier and TypeMethodDescriptionRegistryOps.EntryLoader.getKnownEntryPaths(RegistryKey<? extends Registry<?>> key)
RegistryOps.EntryLoader.Impl.getKnownEntryPaths(RegistryKey<? extends Registry<?>> key)
Methods in net.minecraft.util.dynamic with parameters of type IdentifierModifier and TypeMethodDescriptionprivate <E> com.mojang.serialization.DataResult<Supplier<E>>
RegistryOps.readSupplier(RegistryKey<? extends Registry<E>> key, MutableRegistry<E> registry, com.mojang.serialization.Codec<E> codec, Identifier elementId)
Reads a supplier for a registry element. -
Uses of Identifier in net.minecraft.util.registry
Fields in net.minecraft.util.registry declared as IdentifierModifier and TypeFieldDescriptionprivate Identifier
DefaultedRegistry.defaultId
private Identifier
RegistryKey.registry
The identifier of the registry in the root registry.static Identifier
Registry.ROOT_KEY
private Identifier
RegistryKey.value
The identifier of the value in the registry specified byRegistryKey.registry
.Fields in net.minecraft.util.registry with type parameters of type IdentifierModifier and TypeFieldDescriptionstatic Registry<Identifier>
Registry.CUSTOM_STAT
static RegistryKey<Registry<Identifier>>
Registry.CUSTOM_STAT_KEY
private static Map<Identifier,Supplier<?>>
Registry.DEFAULT_ENTRIES
private static Map<Identifier,Supplier<?>>
BuiltinRegistries.DEFAULT_VALUE_SUPPLIERS
private BiMap<Identifier,T>
SimpleRegistry.idToEntry
Methods in net.minecraft.util.registry that return IdentifierModifier and TypeMethodDescriptionDefaultedRegistry.getDefaultId()
abstract @Nullable Identifier
RegistryKey.getValue()
Methods in net.minecraft.util.registry that return types with arguments of type IdentifierModifier and TypeMethodDescriptionstatic <T> Function<Identifier,RegistryKey<T>>
RegistryKey.createKeyFactory(RegistryKey<? extends Registry<T>> registry)
Creates a function that converts an identifier to a registry key for the registry thatregistry
refers to in the root registry.abstract Set<Identifier>
Registry.getIds()
SimpleRegistry.getIds()
Methods in net.minecraft.util.registry with parameters of type IdentifierModifier and TypeMethodDescriptionstatic <V, T extends V>
TBuiltinRegistries.add(Registry<V> registry, Identifier id, T object)
abstract boolean
Registry.containsId(Identifier id)
boolean
SimpleRegistry.containsId(Identifier id)
DefaultedRegistry.get(@Nullable Identifier id)
abstract T
Registry.get(@Nullable Identifier id)
SimpleRegistry.get(@Nullable Identifier id)
DefaultedRegistry.getOrEmpty(@Nullable Identifier id)
Registry.getOrEmpty(@Nullable Identifier id)
private static <T> RegistryKey<T>
RegistryKey.of(Identifier registry, Identifier value)
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.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)
Constructors in net.minecraft.util.registry with parameters of type Identifier -
Uses of Identifier in net.minecraft.world
Methods in net.minecraft.world that return IdentifierModifier and TypeMethodDescriptionprivate @Nullable Identifier
MobSpawnerLogic.getEntityId(@Nullable World world, BlockPos pos)
-
Uses of Identifier in net.minecraft.world.biome.source
Fields in net.minecraft.world.biome.source declared as IdentifierFields in net.minecraft.world.biome.source with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static Map<Identifier,MultiNoiseBiomeSource.Preset>
MultiNoiseBiomeSource.Preset.BY_IDENTIFIER
Constructors in net.minecraft.world.biome.source with parameters of type IdentifierModifierConstructorDescriptionPreset(Identifier id, com.mojang.datafixers.util.Function3<MultiNoiseBiomeSource.Preset,Registry<Biome>,Long,MultiNoiseBiomeSource> biomeSourceFunction)
-
Uses of Identifier in net.minecraft.world.dimension
Fields in net.minecraft.world.dimension declared as IdentifierModifier and TypeFieldDescriptionprivate Identifier
DimensionType.infiniburn
static Identifier
DimensionType.OVERWORLD_ID
private Identifier
DimensionType.skyProperties
static Identifier
DimensionType.THE_END_ID
static Identifier
DimensionType.THE_NETHER_ID
Methods in net.minecraft.world.dimension that return IdentifierMethods in net.minecraft.world.dimension with parameters of type IdentifierModifier and TypeMethodDescriptionstatic DimensionType
DimensionType.create(OptionalLong fixedTime, boolean hasSkylight, boolean hasCeiling, boolean ultrawarm, boolean natural, double coordinateScale, boolean hasEnderDragonFight, boolean piglinSafe, boolean bedWorks, boolean respawnAnchorWorks, boolean hasRaids, int minimumY, int height, int logicalHeight, BiomeAccessType biomeAccessType, Identifier infiniburn, Identifier skyProperties, float ambientLight)
Constructors in net.minecraft.world.dimension with parameters of type IdentifierModifierConstructorDescriptionprivate
DimensionType(OptionalLong fixedTime, boolean hasSkylight, boolean hasCeiling, boolean ultrawarm, boolean natural, double coordinateScale, boolean hasEnderDragonFight, boolean piglinSafe, boolean bedWorks, boolean respawnAnchorWorks, boolean hasRaids, int minimumY, int height, int logicalHeight, BiomeAccessType biomeAccessType, Identifier infiniburn, Identifier skyProperties, float ambientLight)
Deprecated.private
DimensionType(OptionalLong fixedTime, boolean hasSkylight, boolean hasCeiling, boolean ultrawarm, boolean natural, double coordinateScale, boolean piglinSafe, boolean bedWorks, boolean respawnAnchorWorks, boolean hasRaids, int minimumY, int height, int logicalHeight, Identifier infiniburn, Identifier skyProperties, float ambientLight)
-
Uses of Identifier in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as IdentifierModifier and TypeFieldDescriptionprivate static Identifier
StructureFeature.JIGSAW_ID
VegetationPatchFeatureConfig.replaceable
RootSystemFeatureConfig.rootReplaceable
Fields in net.minecraft.world.gen.feature with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate static Map<Identifier,Identifier>
StructureFeature.field_25839
private static Map<Identifier,Identifier>
StructureFeature.field_25839
private static ImmutableList<Identifier>
ConfiguredFeatures.FOSSIL_OVERLAY_STRUCTURES
private static ImmutableList<Identifier>
ConfiguredFeatures.FOSSIL_STRUCTURES
FossilFeatureConfig.fossilStructures
FossilFeatureConfig.overlayStructures
Constructors in net.minecraft.world.gen.feature with parameters of type IdentifierModifierConstructorDescriptionRootSystemFeatureConfig(Supplier<ConfiguredFeature<?,?>> feature, int requiredVerticalSpaceForTree, int rootRadius, Identifier rootReplaceable, BlockStateProvider rootStateProvider, int rootPlacementAttempts, int maxRootColumnHeight, int hangingRootRadius, int hangingRootVerticalSpan, BlockStateProvider hangingRootStateProvider, int hangingRootPlacementAttempts)
VegetationPatchFeatureConfig(Identifier replaceable, BlockStateProvider groundState, Supplier<ConfiguredFeature<?,?>> vegetationFeature, VerticalSurfaceType surface, IntProvider depth, float extraBottomBlockChance, int verticalRange, float vegetationChance, IntProvider horizontalRadius, float extraEdgeColumnChance)
Constructor parameters in net.minecraft.world.gen.feature with type arguments of type IdentifierModifierConstructorDescriptionFossilFeatureConfig(List<Identifier> fossilStructures, List<Identifier> overlayStructures, Supplier<StructureProcessorList> fossilProcessors, Supplier<StructureProcessorList> overlayProcessors, int maxEmptyCorners)
FossilFeatureConfig(List<Identifier> fossilStructures, List<Identifier> overlayStructures, StructureProcessorList fossilProcessors, StructureProcessorList overlayProcessors, int maxEmptyCorners)
-
Uses of Identifier in net.minecraft.world.timer
Fields in net.minecraft.world.timer declared as IdentifierModifier and TypeFieldDescriptionprivate Identifier
TimerCallback.Serializer.id
private Identifier
FunctionTagTimerCallback.name
private Identifier
FunctionTimerCallback.name
Fields in net.minecraft.world.timer with type parameters of type IdentifierModifier and TypeFieldDescriptionprivate Map<Identifier,TimerCallback.Serializer<C,?>>
TimerCallbackSerializer.serializersByType
Methods in net.minecraft.world.timer that return IdentifierConstructors in net.minecraft.world.timer with parameters of type IdentifierModifierConstructorDescriptionFunctionTimerCallback(Identifier name)
Serializer(Identifier id, Class<?> callbackClass)