Uses of Class
net.minecraft.util.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
Modifier and TypeMethodDescriptionstatic void
RenderSystem._setShaderTexture(int int2, Identifier identifier)
static void
RenderSystem.setShaderTexture(int int2, Identifier identifier)
-
Uses of Identifier in net.minecraft
Modifier and TypeFieldDescription(package private) static Identifier
class_6405.field_33925
(package private) static Identifier
class_6407.field_33932
(package private) static Identifier
class_6409.field_33937
-
Uses of Identifier in net.minecraft.advancement
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionAdvancementDisplay.getBackground()
Advancement.getId()
AdvancementRewards.getRecipes()
Modifier and TypeMethodDescriptionAdvancementRewards.Builder.addLoot(Identifier loot)
AdvancementRewards.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)
static AdvancementRewards.Builder
AdvancementRewards.Builder.function(Identifier function)
AdvancementManager.get(Identifier id)
static AdvancementRewards.Builder
AdvancementRewards.Builder.loot(Identifier loot)
Advancement.Task.parent(Identifier parentId)
static AdvancementRewards.Builder
AdvancementRewards.Builder.recipe(Identifier recipe)
AdvancementRewards.Builder.setFunction(Identifier function)
Modifier and TypeMethodDescriptionboolean
Advancement.Task.findParent(Function<Identifier,Advancement> parentProvider)
void
AdvancementManager.load(Map<Identifier,Advancement.Task> map)
void
AdvancementManager.removeAll(Set<Identifier> advancements)
ModifierConstructorDescriptionAdvancement(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)
(package private)
Task(@Nullable Identifier parentId, @Nullable AdvancementDisplay display, AdvancementRewards rewards, Map<String,AdvancementCriterion> criteria, String[][] requirements)
-
Uses of Identifier in net.minecraft.advancement.criterion
Modifier and TypeFieldDescriptionprivate Identifier
AbstractCriterionConditions.id
(package private) Identifier
LocationArrivalCriterion.id
(package private) Identifier
OnKilledCriterion.id
(package private) static Identifier
BeeNestDestroyedCriterion.ID
(package private) static Identifier
BredAnimalsCriterion.ID
(package private) static Identifier
BrewedPotionCriterion.ID
(package private) static Identifier
ChangedDimensionCriterion.ID
(package private) static Identifier
ChanneledLightningCriterion.ID
(package private) static Identifier
ConstructBeaconCriterion.ID
(package private) static Identifier
ConsumeItemCriterion.ID
(package private) static Identifier
CuredZombieVillagerCriterion.ID
(package private) static Identifier
EffectsChangedCriterion.ID
(package private) static Identifier
EnchantedItemCriterion.ID
(package private) static Identifier
EnterBlockCriterion.ID
(package private) static Identifier
EntityHurtPlayerCriterion.ID
(package private) static Identifier
FilledBucketCriterion.ID
(package private) static Identifier
FishingRodHookedCriterion.ID
(package private) static Identifier
ImpossibleCriterion.ID
(package private) static Identifier
InventoryChangedCriterion.ID
(package private) static Identifier
ItemDurabilityChangedCriterion.ID
(package private) static Identifier
ItemUsedOnBlockCriterion.ID
(package private) static Identifier
KilledByCrossbowCriterion.ID
(package private) static Identifier
LevitationCriterion.ID
(package private) static Identifier
NetherTravelCriterion.ID
(package private) static Identifier
PlacedBlockCriterion.ID
(package private) static Identifier
PlayerGeneratesContainerLootCriterion.ID
(package private) static Identifier
PlayerHurtEntityCriterion.ID
(package private) static Identifier
PlayerInteractedWithEntityCriterion.ID
(package private) static Identifier
RecipeUnlockedCriterion.ID
(package private) static Identifier
ShotCrossbowCriterion.ID
(package private) static Identifier
SlideDownBlockCriterion.ID
(package private) static Identifier
SummonedEntityCriterion.ID
(package private) static Identifier
TameAnimalCriterion.ID
(package private) static Identifier
TargetHitCriterion.ID
(package private) static Identifier
ThrownItemPickedUpByEntityCriterion.ID
static Identifier
TickCriterion.ID
(package private) static Identifier
UsedEnderEyeCriterion.ID
(package private) static Identifier
UsedTotemCriterion.ID
(package private) static Identifier
VillagerTradeCriterion.ID
private Identifier
PlayerGeneratesContainerLootCriterion.Conditions.lootTable
private Identifier
RecipeUnlockedCriterion.Conditions.recipe
Modifier and TypeMethodDescriptionAbstractCriterionConditions.getId()
BeeNestDestroyedCriterion.getId()
BredAnimalsCriterion.getId()
BrewedPotionCriterion.getId()
ChangedDimensionCriterion.getId()
ChanneledLightningCriterion.getId()
ConstructBeaconCriterion.getId()
ConsumeItemCriterion.getId()
Criterion.getId()
CriterionConditions.getId()
CuredZombieVillagerCriterion.getId()
EffectsChangedCriterion.getId()
EnchantedItemCriterion.getId()
EnterBlockCriterion.getId()
EntityHurtPlayerCriterion.getId()
FilledBucketCriterion.getId()
FishingRodHookedCriterion.getId()
ImpossibleCriterion.Conditions.getId()
ImpossibleCriterion.getId()
InventoryChangedCriterion.getId()
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()
Modifier 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)
ModifierConstructorDescriptionAbstractCriterionConditions(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
Modifier and TypeFieldDescriptionstatic Identifier
ShulkerBoxBlock.CONTENTS
protected @Nullable Identifier
AbstractBlock.lootTableId
(package private) Identifier
AbstractBlock.Settings.lootTableId
Modifier and TypeMethodDescriptionprotected Stat<Identifier>
ChestBlock.getOpenStat()
protected Stat<Identifier>
TrappedChestBlock.getOpenStat()
-
Uses of Identifier in net.minecraft.block.entity
Modifier and TypeFieldDescriptionprotected @Nullable Identifier
LootableContainerBlockEntity.lootTableId
private Identifier
JigsawBlockEntity.name
private Identifier
JigsawBlockEntity.pool
private Identifier
StructureBlockBlockEntity.structureName
private Identifier
JigsawBlockEntity.target
Modifier and TypeFieldDescriptionprivate Object2IntOpenHashMap<Identifier>
AbstractFurnaceBlockEntity.recipesUsed
Modifier and TypeMethodDescriptionstatic @Nullable Identifier
BlockEntityType.getId(BlockEntityType<?> type)
JigsawBlockEntity.getName()
JigsawBlockEntity.getPool()
BannerPattern.getSpriteId(boolean banner)
JigsawBlockEntity.getTarget()
Modifier 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
Modifier and TypeFieldDescriptionstatic Identifier
MinecraftClient.ALT_TEXT_RENDERER_ID
static Identifier
MinecraftClient.DEFAULT_FONT_ID
static Identifier
MinecraftClient.UNICODE_FONT_ID
Modifier and TypeMethodDescriptionprivate void
Keyboard.copyEntity(Identifier id, Vec3d pos, @Nullable NbtCompound nbt)
MinecraftClient.getSpriteAtlas(Identifier id)
-
Uses of Identifier in net.minecraft.client.font
Modifier and TypeFieldDescriptionprivate 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
Modifier and TypeFieldDescriptionprivate Function<Identifier,FontStorage>
TextRenderer.fontStorageAccessor
(package private) Map<Identifier,FontStorage>
FontManager.fontStorages
private Map<Identifier,Identifier>
FontManager.idOverrides
private Map<Identifier,Identifier>
FontManager.idOverrides
private Map<Identifier,NativeImage>
UnicodeTextureFont.images
Modifier and TypeMethodDescriptionGlyphAtlasTexture.getId()
private Identifier
UnicodeTextureFont.getImageId(int codePoint)
Modifier and TypeMethodDescription(package private) FontStorage
TextRenderer.getFontStorage(Identifier id)
private @Nullable NativeImage
UnicodeTextureFont.getGlyphImage(Identifier glyphId)
Modifier and TypeMethodDescriptionvoid
FontManager.setIdOverrides(Map<Identifier,Identifier> overrides)
void
FontManager.setIdOverrides(Map<Identifier,Identifier> overrides)
ModifierConstructorDescriptionFontStorage(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)
ModifierConstructorDescriptionTextRenderer(Function<Identifier,FontStorage> fontStorageAccessor)
-
Uses of Identifier in net.minecraft.client.gl
Modifier and TypeMethodDescriptionprivate void
ShaderEffect.parseEffect(TextureManager textureManager, Identifier location)
ModifierConstructorDescriptionShaderEffect(TextureManager textureManager, ResourceManager resourceManager, Framebuffer framebuffer, Identifier location)
-
Uses of Identifier in net.minecraft.client.gui
Modifier 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. -
Uses of Identifier in net.minecraft.client.gui.hud
Modifier 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
Modifier and TypeMethodDescriptionprivate void
InGameHud.renderOverlay(Identifier texture, float opacity)
-
Uses of Identifier in net.minecraft.client.gui.hud.spectator
Modifier and TypeFieldDescriptionprivate Identifier
TeamTeleportSpectatorMenu.TeleportToSpecificTeamCommand.skinId
private Identifier
TeleportToSpecificPlayerSpectatorCommand.skinId
-
Uses of Identifier in net.minecraft.client.gui.screen
Modifier 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
(package 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
(package private) static Identifier
GameModeSelectionScreen.TEXTURE
private static Identifier
CreditsScreen.VIGNETTE_TEXTURE
Modifier and TypeFieldDescriptionprivate Stat<Identifier>
StatsScreen.GeneralStatsListWidget.Entry.stat
Modifier and TypeMethodDescription(package private) static String
StatsScreen.getStatTranslationKey(Stat<Identifier> stat)
-
Uses of Identifier in net.minecraft.client.gui.screen.advancement
Modifier and 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
Modifier 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
(package 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
Modifier and TypeFieldDescriptionprivate Map<Identifier,Tag<Item>>
CreativeInventoryScreen.searchResultTags
Modifier and TypeMethodDescription@Nullable com.mojang.datafixers.util.Pair<Identifier,Identifier>
CreativeInventoryScreen.CreativeSlot.getBackgroundSprite()
@Nullable com.mojang.datafixers.util.Pair<Identifier,Identifier>
CreativeInventoryScreen.CreativeSlot.getBackgroundSprite()
ModifierConstructorDescriptionAbstractFurnaceScreen(T handler, AbstractFurnaceRecipeBookScreen recipeBook, PlayerInventory inventory, Text title, Identifier background)
ForgingScreen(T handler, PlayerInventory playerInventory, Text title, Identifier texture)
-
Uses of Identifier in net.minecraft.client.gui.screen.multiplayer
Modifier and TypeFieldDescriptionprivate Identifier
MultiplayerServerListWidget.ServerEntry.iconTextureId
(package private) static Identifier
MultiplayerServerListWidget.SERVER_SELECTION_TEXTURE
protected static Identifier
SocialInteractionsScreen.SOCIAL_INTERACTIONS_TEXTURE
(package private) static Identifier
MultiplayerServerListWidget.UNKNOWN_SERVER_TEXTURE
Modifier and TypeFieldDescriptionprivate Supplier<Identifier>
SocialInteractionsPlayerListEntry.skinTexture
Modifier and TypeMethodDescriptionprotected void
MultiplayerServerListWidget.ServerEntry.draw(MatrixStack matrices, int x, int y, Identifier textureId)
ModifierConstructorDescriptionSocialInteractionsPlayerListEntry(MinecraftClient client, SocialInteractionsScreen parent, UUID uuid, String name, Supplier<Identifier> skinTexture)
-
Uses of Identifier in net.minecraft.client.gui.screen.pack
Modifier and TypeFieldDescription(package private) static Identifier
PackListWidget.RESOURCE_PACKS_TEXTURE
private static Identifier
PackScreen.UNKNOWN_PACK
Modifier and TypeFieldDescription(package private) Function<ResourcePackProfile,Identifier>
ResourcePackOrganizer.field_25785
private Map<String,Identifier>
PackScreen.iconTextures
Modifier and TypeMethodDescriptionprivate Identifier
PackScreen.getPackIconTexture(ResourcePackProfile resourcePackProfile)
private Identifier
PackScreen.loadPackIcon(TextureManager textureManager, ResourcePackProfile resourcePackProfile)
ResourcePackOrganizer.AbstractPack.method_30286()
ResourcePackOrganizer.Pack.method_30286()
ModifierConstructorDescriptionResourcePackOrganizer(Runnable updateCallback, Function<ResourcePackProfile,Identifier> function, ResourcePackManager resourcePackManager, Consumer<ResourcePackManager> applier)
-
Uses of Identifier in net.minecraft.client.gui.screen.recipebook
Modifier and TypeFieldDescriptionprivate static Identifier
AnimatedResultButton.BACKGROUND_TEXTURE
(package private) static Identifier
RecipeAlternativesWidget.BACKGROUND_TEXTURE
protected static Identifier
RecipeBookWidget.TEXTURE
-
Uses of Identifier in net.minecraft.client.gui.screen.world
Modifier and TypeFieldDescriptionprivate Identifier
WorldListWidget.Entry.iconLocation
(package private) static Identifier
WorldListWidget.UNKNOWN_SERVER_LOCATION
(package private) static Identifier
WorldListWidget.WORLD_SELECTION_LOCATION
-
Uses of Identifier in net.minecraft.client.gui.tooltip
-
Uses of Identifier in net.minecraft.client.gui.widget
Modifier and TypeFieldDescriptionprivate Identifier
TexturedButtonWidget.texture
protected Identifier
ToggleButtonWidget.texture
private static Identifier
CheckboxWidget.TEXTURE
static Identifier
ClickableWidget.WIDGETS_TEXTURE
Modifier and TypeMethodDescriptionvoid
ToggleButtonWidget.setTextureUV(int u, int v, int pressedUOffset, int hoverVOffset, Identifier texture)
ModifierConstructorDescriptionTexturedButtonWidget(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
Modifier and TypeFieldDescriptionprivate static Identifier
ModelPredicateProviderRegistry.DAMAGE_ID
private static Identifier
ModelPredicateProviderRegistry.DAMAGED_ID
Modifier and TypeFieldDescriptionprivate static Map<Identifier,ModelPredicateProvider>
ModelPredicateProviderRegistry.GLOBAL
private static Map<Item,Map<Identifier,ModelPredicateProvider>>
ModelPredicateProviderRegistry.ITEM_SPECIFIC
Modifier and TypeMethodDescriptionstatic @Nullable ModelPredicateProvider
ModelPredicateProviderRegistry.get(Item item, Identifier id)
private static void
ModelPredicateProviderRegistry.register(Item item, Identifier id, UnclampedModelPredicateProvider provider)
private static UnclampedModelPredicateProvider
ModelPredicateProviderRegistry.register(Identifier id, UnclampedModelPredicateProvider provider)
-
Uses of Identifier in net.minecraft.client.model
-
Uses of Identifier in net.minecraft.client.network
Modifier and TypeFieldDescriptionprivate Map<com.mojang.authlib.minecraft.MinecraftProfileTexture.Type,Identifier>
PlayerListEntry.textures
Modifier and TypeMethodDescriptionAbstractClientPlayerEntity.getCapeTexture()
PlayerListEntry.getCapeTexture()
AbstractClientPlayerEntity.getElytraTexture()
PlayerListEntry.getElytraTexture()
static Identifier
AbstractClientPlayerEntity.getSkinTexture()
PlayerListEntry.getSkinTexture()
Modifier and TypeMethodDescriptionClientCommandSource.getRecipeIds()
ClientCommandSource.getSoundIds()
Modifier and TypeMethodDescriptionstatic void
AbstractClientPlayerEntity.loadSkin(Identifier id, String playerName)
-
Uses of Identifier in net.minecraft.client.particle
Modifier and TypeFieldDescriptionParticleManager.spriteAwareFactories
private @Nullable List<Identifier>
ParticleTextureData.textureList
Modifier and TypeMethodDescriptionprivate void
ParticleManager.loadTextureList(ResourceManager resourceManager, Identifier id, Map<Identifier,List<Identifier>> result)
Modifier 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)
ModifierConstructorDescriptionprivate
ParticleTextureData(@Nullable List<Identifier> textureList)
-
Uses of Identifier in net.minecraft.client.realms.gui
Modifier 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
Modifier and TypeFieldDescription(package private) static Identifier
RealmsPendingInvitesScreen.ACCEPT_ICON
private static Identifier
RealmsResetWorldScreen.ADVENTURE_TEXTURE
private static Identifier
RealmsMainScreen.CONFIGURE_ICON
(package 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
(package 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
(package private) static Identifier
RealmsBackupScreen.PLUS_ICON
private static Identifier
RealmsMainScreen.POPUP
private static Identifier
RealmsMainScreen.QUESTIONMARK
private static Identifier
RealmsMainScreen.REALMS
(package private) static Identifier
RealmsPendingInvitesScreen.REJECT_ICON
(package private) static Identifier
RealmsBackupScreen.RESTORE_ICON
(package private) static Identifier
RealmsSelectWorldTemplateScreen.SLOT_FRAME
private static Identifier
RealmsResetWorldScreen.SLOT_FRAME_TEXTURE
private static Identifier
RealmsResetWorldScreen.SURVIVAL_SPAWN_TEXTURE
(package 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
(package private) static Identifier
RealmsMainScreen.WIDGETS
(package private) static Identifier
RealmsMainScreen.WORLD_ICON
Modifier and TypeMethodDescription(package private) void
RealmsResetWorldScreen.drawFrame(MatrixStack matrices, int x, int y, Text text, Identifier texture, boolean hovered, boolean mouseOver)
ModifierConstructorDescriptionFrameButton(int x, int y, Text message, Identifier image, ButtonWidget.PressAction onPress)
-
Uses of Identifier in net.minecraft.client.realms.util
-
Uses of Identifier in net.minecraft.client.render
Modifier 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
Modifier 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
(package private) static BiFunction<Identifier,RenderPhase.Cull,RenderLayer>
RenderLayer.MultiPhase.CULLING_LAYERS
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 Function<Identifier,RenderLayer>
RenderLayer.field_33630
private static Function<Identifier,RenderLayer>
RenderLayer.field_33631
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
Modifier and TypeMethodDescriptionprotected Optional<Identifier>
RenderPhase.Texture.getId()
protected Optional<Identifier>
RenderPhase.TextureBase.getId()
protected Optional<Identifier>
RenderPhase.Textures.getId()
Modifier and TypeMethodDescriptionRenderPhase.Textures.Builder.add(Identifier id, boolean blur, boolean mipmap)
static RenderLayer
RenderLayer.getArmorCutoutNoCull(Identifier texture)
static RenderLayer
RenderLayer.getBeaconBeam(Identifier texture, boolean translucent)
static RenderLayer
RenderLayer.getBlockBreaking(Identifier texture)
static RenderLayer
RenderLayer.getEnergySwirl(Identifier texture, float x, float y)
static RenderLayer
RenderLayer.getEntityAlpha(Identifier texture)
static RenderLayer
RenderLayer.getEntityCutout(Identifier texture)
static RenderLayer
RenderLayer.getEntityCutoutNoCull(Identifier texture)
static RenderLayer
RenderLayer.getEntityCutoutNoCull(Identifier texture, boolean affectsOutline)
static RenderLayer
RenderLayer.getEntityCutoutNoCullZOffset(Identifier texture)
static RenderLayer
RenderLayer.getEntityCutoutNoCullZOffset(Identifier texture, boolean affectsOutline)
static RenderLayer
RenderLayer.getEntityDecal(Identifier texture)
static RenderLayer
RenderLayer.getEntityNoOutline(Identifier texture)
static RenderLayer
RenderLayer.getEntityShadow(Identifier texture)
static RenderLayer
RenderLayer.getEntitySmoothCutout(Identifier texture)
static RenderLayer
RenderLayer.getEntitySolid(Identifier texture)
static RenderLayer
RenderLayer.getEntityTranslucent(Identifier texture)
static RenderLayer
RenderLayer.getEntityTranslucent(Identifier texture, boolean affectsOutline)
static RenderLayer
RenderLayer.getEntityTranslucentCull(Identifier texture)
static RenderLayer
RenderLayer.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)
static RenderLayer
RenderLayer.method_36434(Identifier identifier)
static RenderLayer
RenderLayer.method_36435(Identifier identifier)
ModifierConstructorDescription(package private)
Textures(ImmutableList<Triple<Identifier,Boolean,Boolean>> immutableList)
-
Uses of Identifier in net.minecraft.client.render.block
Modifier and TypeMethodDescriptionstatic ModelIdentifier
BlockModels.getModelId(Identifier id, BlockState state)
-
Uses of Identifier in net.minecraft.client.render.block.entity
Modifier and TypeFieldDescriptionstatic Identifier
BeaconBlockEntityRenderer.BEAM_TEXTURE
private static Identifier
EndGatewayBlockEntityRenderer.BEAM_TEXTURE
static Identifier
EndPortalBlockEntityRenderer.PORTAL_TEXTURE
static Identifier
EndPortalBlockEntityRenderer.SKY_TEXTURE
Modifier and TypeFieldDescriptionprivate static Map<SkullBlock.SkullType,Identifier>
SkullBlockEntityRenderer.TEXTURES
Modifier and TypeMethodDescriptionstatic void
BeaconBlockEntityRenderer.renderBeam(MatrixStack matrices, VertexConsumerProvider vertexConsumers, Identifier textureId, float tickDelta, float heightScale, long worldTime, int yOffset, int maxY, float[] color, float innerRadius, float outerRadius)
-
Uses of Identifier in net.minecraft.client.render.entity
Modifier and TypeFieldDescriptionprivate static 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
private 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
private 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
Modifier 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
Modifier 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)
EmptyEntityRenderer.getTexture(T entity)
EndCrystalEntityRenderer.getTexture(EndCrystalEntity endCrystalEntity)
EnderDragonEntityRenderer.getTexture(EnderDragonEntity enderDragonEntity)
EndermanEntityRenderer.getTexture(EndermanEntity endermanEntity)
EndermiteEntityRenderer.getTexture(EndermiteEntity endermiteEntity)
abstract Identifier
EntityRenderer.getTexture(T entity)
EvokerEntityRenderer.getTexture(T t)
EvokerFangsEntityRenderer.getTexture(EvokerFangsEntity evokerFangsEntity)
ExperienceOrbEntityRenderer.getTexture(ExperienceOrbEntity experienceOrbEntity)
FallingBlockEntityRenderer.getTexture(FallingBlockEntity fallingBlockEntity)
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)
static Identifier
ShulkerEntityRenderer.method_37105(@Nullable DyeColor dyeColor)
-
Uses of Identifier in net.minecraft.client.render.entity.feature
Modifier 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
Modifier 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
Modifier 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)
Modifier and TypeMethodDescriptionprivate Identifier
VillagerClothingFeatureRenderer.findTexture(String keyType, Identifier keyId)
protected static <T extends LivingEntity>
voidFeatureRenderer.render(EntityModel<T> contextModel, EntityModel<T> model, Identifier texture, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, T entity, float limbAngle, float limbDistance, float age, float headYaw, float headPitch, float tickDelta, float red, float green, float blue)
protected static <T extends LivingEntity>
voidFeatureRenderer.renderModel(EntityModel<T> model, Identifier texture, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, T entity, float red, float green, float blue)
ModifierConstructorDescriptionSaddleFeatureRenderer(FeatureRendererContext<T,M> context, M model, Identifier texture)
-
Uses of Identifier in net.minecraft.client.render.entity.model
Modifier and TypeFieldDescriptionprivate Identifier
EntityModelLayer.id
static Identifier
TridentEntityModel.TEXTURE
ModifierConstructorDescriptionprotected
AnimalModel(Function<Identifier,RenderLayer> renderLayerFactory, boolean headScaled, float childHeadYOffset, float childHeadZOffset, float invertedChildHeadScale, float invertedChildBodyScale, float childBodyYOffset)
BipedEntityModel(ModelPart root, Function<Identifier,RenderLayer> renderLayerFactory)
CompositeEntityModel(Function<Identifier,RenderLayer> layerFactory)
protected
EntityModel(Function<Identifier,RenderLayer> layerFactory)
SinglePartEntityModel(Function<Identifier,RenderLayer> layerFactory)
-
Uses of Identifier in net.minecraft.client.render.item
-
Uses of Identifier in net.minecraft.client.render.model
Modifier 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
Modifier and TypeMethodDescriptionModelLoader.getBakedModelMap()
MultipartUnbakedModel.getModelDependencies()
UnbakedModel.getModelDependencies()
Modifier 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)
Modifier 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
Modifier and TypeFieldDescriptionprivate Identifier[]
ModelOverrideList.conditionTypes
private Identifier
ModelVariant.location
private Identifier
ModelOverride.modelId
protected @Nullable Identifier
JsonUnbakedModel.parentId
private Identifier
ModelOverride.Condition.type
Modifier and TypeMethodDescriptionprotected Identifier
ModelVariant.Deserializer.deserializeModel(JsonObject object)
ModelVariant.getLocation()
ModelOverride.getModelId()
ModelOverride.Condition.getType()
Modifier and TypeMethodDescriptionJsonUnbakedModel.getModelDependencies()
WeightedUnbakedModel.getModelDependencies()
Modifier and TypeMethodDescriptionJsonUnbakedModel.bake(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)
Modifier 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)
ModifierConstructorDescriptionCondition(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)
ModifierConstructorDescriptionModelOverrideList(ModelLoader modelLoader, JsonUnbakedModel parent, Function<Identifier,UnbakedModel> unbakedModelGetter, List<ModelOverride> overrides)
-
Uses of Identifier in net.minecraft.client.resource
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprivate static Identifier
Format3ResourcePack.getMetadataLocation(Identifier id)
private Identifier
Format3ResourcePack.getRedirectedId(Identifier id)
Modifier 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)
Modifier 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)
ModifierConstructorDescriptionFormat3ResourcePack(ResourcePack parent, Map<Identifier,Identifier> idMap)
Format3ResourcePack(ResourcePack parent, Map<Identifier,Identifier> idMap)
-
Uses of Identifier in net.minecraft.client.search
Modifier and TypeFieldDescriptionprivate Function<T,Stream<Identifier>>
IdentifierSearchableContainer.identifierFinder
ModifierConstructorDescriptionIdentifierSearchableContainer(Function<T,Stream<Identifier>> function)
-
Uses of Identifier in net.minecraft.client.sound
Modifier and TypeFieldDescriptionprotected Identifier
AbstractSoundInstance.id
private Identifier
Sound.id
private Identifier
WeightedSoundSet.id
Modifier and TypeFieldDescriptionprivate Map<Identifier,CompletableFuture<StaticSound>>
SoundLoader.loadedSounds
(package private) Map<Identifier,WeightedSoundSet>
SoundManager.SoundList.loadedSounds
private Map<Identifier,WeightedSoundSet>
SoundManager.sounds
private static Set<Identifier>
SoundSystem.unknownSounds
Modifier and TypeMethodDescriptionAbstractSoundInstance.getId()
SoundInstance.getId()
WeightedSoundSet.getId()
Sound.getIdentifier()
Sound.getLocation()
Modifier and TypeMethodDescriptionSoundManager.get(Identifier id)
(package private) static boolean
SoundManager.isSoundResourcePresent(Sound sound, Identifier id, ResourceManager resourceManager)
SoundLoader.loadStatic(Identifier id)
SoundLoader.loadStreamed(Identifier id, boolean repeatInstantly)
(package 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)
Modifier and TypeMethodDescriptionvoid
SoundManager.SoundList.addTo(Map<Identifier,WeightedSoundSet> map, SoundSystem soundSystem)
ModifierConstructorDescriptionprotected
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
Modifier and TypeFieldDescriptionstatic Identifier
SpriteAtlasTexture.BLOCK_ATLAS_TEXTURE
Deprecated.private Identifier
Sprite.id
(package 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.Modifier 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
Modifier 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)
Modifier and TypeMethodDescriptionprotected Stream<Identifier>
PaintingManager.getSprites()
protected abstract Stream<Identifier>
SpriteAtlasHolder.getSprites()
protected Stream<Identifier>
StatusEffectSpriteManager.getSprites()
Modifier and TypeMethodDescriptionvoid
TextureManager.bindTexture(Identifier id)
private void
TextureManager.bindTextureInner(Identifier id)
private void
TextureManager.closeTexture(Identifier id, AbstractTexture texture)
void
TextureManager.destroyTexture(Identifier id)
TextureManager.getOrDefault(Identifier id, AbstractTexture fallback)
protected Sprite
SpriteAtlasHolder.getSprite(Identifier objectId)
SpriteAtlasTexture.getSprite(Identifier id)
TextureManager.getTexture(Identifier id)
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 id, 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)
Modifier and TypeMethodDescriptionprivate Collection<Sprite.Info>
SpriteAtlasTexture.loadSprites(ResourceManager resourceManager, Set<Identifier> ids)
SpriteAtlasTexture.stitch(ResourceManager resourceManager, Stream<Identifier> idStream, Profiler profiler, int mipmapLevel)
ModifierConstructorDescriptionAsyncTexture(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)
ModifierConstructorDescriptionData(Set<Identifier> spriteIds, int width, int height, int maxLevel, List<Sprite> sprites)
-
Uses of Identifier in net.minecraft.client.toast
-
Uses of Identifier in net.minecraft.client.util
Modifier and TypeFieldDescriptionprivate static Identifier
DefaultSkinHelper.ALEX_SKIN
private Identifier
SpriteIdentifier.atlas
private static Identifier
DefaultSkinHelper.STEVE_SKIN
private Identifier
SpriteIdentifier.texture
Modifier and TypeMethodDescriptionSpriteIdentifier.getAtlasId()
static Identifier
DefaultSkinHelper.getTexture()
static Identifier
DefaultSkinHelper.getTexture(UUID uuid)
SpriteIdentifier.getTextureId()
Modifier and TypeMethodDescriptionstatic int[]
RawTextureDataLoader.loadRawTextureData(ResourceManager resourceManager, Identifier id)
Deprecated.Modifier and TypeMethodDescriptionSpriteIdentifier.getRenderLayer(Function<Identifier,RenderLayer> layerFactory)
SpriteIdentifier.getVertexConsumer(VertexConsumerProvider vertexConsumers, Function<Identifier,RenderLayer> layerFactory)
SpriteIdentifier.getVertexConsumer(VertexConsumerProvider vertexConsumers, Function<Identifier,RenderLayer> layerFactory, boolean bool)
ModifierConstructorDescriptionModelIdentifier(Identifier id, String variant)
SpriteIdentifier(Identifier atlas, Identifier texture)
-
Uses of Identifier in net.minecraft.command
Modifier and TypeMethodDescriptionDataCommandStorage.getIds()
CommandSource.getRecipeIds()
CommandSource.getSoundIds()
Modifier and TypeMethodDescriptionDataCommandStorage.get(Identifier id)
void
DataCommandStorage.set(Identifier id, NbtCompound nbt)
Modifier and TypeMethodDescriptionstatic <T> void
CommandSource.forEachMatching(Iterable<T> candidates, String 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)
ModifierConstructorDescription(package private)
StorageDataObject(DataCommandStorage dataCommandStorage, Identifier identifier)
-
Uses of Identifier in net.minecraft.command.argument
Modifier and TypeFieldDescriptionprivate Identifier
BlockArgumentParser.blockId
ArgumentTypes.Entry.id
private Identifier
ItemStringReader.id
private Identifier
BlockArgumentParser.tagId
Modifier and TypeFieldDescriptionprivate static Map<Identifier,ArgumentTypes.Entry<?>>
ArgumentTypes.idMap
Modifier 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)
Modifier 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)
Modifier and TypeMethodDescriptionprivate static @Nullable ArgumentTypes.Entry<?>
ArgumentTypes.byId(Identifier id)
(package private) static CommandFunction
CommandFunctionArgumentType.getFunction(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, Identifier id)
(package private) static Tag<CommandFunction>
CommandFunctionArgumentType.getFunctionTag(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, Identifier id)
private static Identifier
EntitySummonArgumentType.validate(Identifier identifier)
ModifierConstructorDescription(package private)
Entry(Class<T> class2, ArgumentSerializer<T> argumentSerializer, Identifier identifier)
-
Uses of Identifier in net.minecraft.command.suggestion
Modifier and TypeFieldDescriptionprivate static Identifier
SuggestionProviders.ASK_SERVER_NAME
(package private) Identifier
SuggestionProviders.LocalProvider.name
Modifier and TypeFieldDescriptionprivate static Map<Identifier,com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource>>
SuggestionProviders.REGISTRY
Modifier and TypeMethodDescriptionstatic Identifier
SuggestionProviders.computeName(com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> provider)
Modifier and TypeMethodDescriptionstatic com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource>
SuggestionProviders.byId(Identifier id)
static <S extends CommandSource>
com.mojang.brigadier.suggestion.SuggestionProvider<S>SuggestionProviders.register(Identifier name, com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> provider)
ModifierConstructorDescriptionLocalProvider(Identifier name, com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> suggestionProvider)
-
Uses of Identifier in net.minecraft.data.client
Modifier and TypeFieldDescriptionprivate BiConsumer<Identifier,Supplier<JsonElement>>
ItemModelGenerator.writer
Modifier and TypeMethodDescriptionprivate static Path
BlockStateDefinitionProvider.getModelJsonPath(Path root, Identifier id)
ModifierConstructorDescriptionItemModelGenerator(BiConsumer<Identifier,Supplier<JsonElement>> writer)
-
Uses of Identifier in net.minecraft.data.client.model
Modifier and TypeFieldDescriptionprivate @Nullable Identifier
BlockStateModelGenerator.BlockTexturePool.baseModelId
private Identifier
BlockStateModelGenerator.BuiltinModelPool.modelId
private Identifier
SimpleModelSupplier.parent
Modifier 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
(package private) BiConsumer<Identifier,Supplier<JsonElement>>
BlockStateModelGenerator.modelCollector
private Optional<Identifier>
Model.parent
Modifier 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)
Modifier 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)
Modifier and TypeMethodDescriptionstatic Texture
Texture.all(Identifier id)
static Texture
Texture.cauldron(Identifier content)
Texture.copyAndAdd(TextureKey key, Identifier id)
BlockStateModelGenerator.StateFactory.create(Block block, Identifier modelId, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)
(package private) static BlockStateSupplier
BlockStateModelGenerator.createAxisRotatedBlockState(Block block, Identifier modelId)
(package private) static BlockStateSupplier
BlockStateModelGenerator.createAxisRotatedBlockState(Block block, Identifier verticalModelId, Identifier horizontalModelId)
private static VariantsBlockStateSupplier
BlockStateModelGenerator.createBlockStateWithRandomHorizontalRotations(Block block, Identifier modelId)
private static VariantsBlockStateSupplier
BlockStateModelGenerator.createBlockStateWithTwoModelAndRandomInversion(Block block, Identifier firstModelId, Identifier secondModelId)
private static BlockStateVariantMap
BlockStateModelGenerator.createBooleanModelMap(BooleanProperty property, Identifier trueModel, Identifier falseModel)
(package private) static BlockStateSupplier
BlockStateModelGenerator.createButtonBlockState(Block buttonBlock, Identifier regularModelId, Identifier pressedModelId)
private 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)
(package private) static BlockStateSupplier
BlockStateModelGenerator.createFenceBlockState(Block fenceBlock, Identifier postModelId, Identifier sideModelId)
(package private) static BlockStateSupplier
BlockStateModelGenerator.createFenceGateBlockState(Block fenceGateBlock, Identifier openModelId, Identifier closedModelId, Identifier openWallModelId, Identifier closedWallModelId)
private static BlockStateVariant[]
BlockStateModelGenerator.createModelVariantWithRandomHorizontalRotations(Identifier modelId)
private static BlockStateSupplier
BlockStateModelGenerator.createOrientableTrapdoorBlockState(Block trapdoorBlock, Identifier topModelId, Identifier bottomModelId, Identifier openModelId)
(package private) static BlockStateSupplier
BlockStateModelGenerator.createPressurePlateBlockState(Block pressurePlateBlock, Identifier upModelId, Identifier downModelId)
(package private) static VariantsBlockStateSupplier
BlockStateModelGenerator.createSingletonBlockState(Block block, Identifier modelId)
(package private) static BlockStateSupplier
BlockStateModelGenerator.createSlabBlockState(Block slabBlock, Identifier bottomModelId, Identifier topModelId, Identifier fullModelId)
(package private) static BlockStateSupplier
BlockStateModelGenerator.createStairsBlockState(Block stairsBlock, Identifier innerModelId, Identifier regularModelId, Identifier outerModelId)
private static BlockStateSupplier
BlockStateModelGenerator.createStoneState(Block block, Identifier modelId, 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)
(package 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.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)
(package private) void
BlockStateModelGenerator.registerParentedItemModel(Block block, Identifier parentModelId)
private void
BlockStateModelGenerator.registerParentedItemModel(Item item, Identifier parentModelId)
private void
BlockStateModelGenerator.registerPiston(Block piston, Identifier extendedModelId, 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.topBottom(Identifier top, Identifier bottom)
static Texture
Texture.torch(Identifier id)
Model.upload(Identifier id, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)
static Texture
Texture.wool(Identifier id)
Modifier 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)
ModifierConstructorDescriptionBuiltinModelPool(Identifier modelId, Block block)
SimpleModelSupplier(Identifier parent)
ModifierConstructorDescriptionBlockStateModelGenerator(Consumer<BlockStateSupplier> blockStateCollector, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector, Consumer<Item> simpleItemModelExemptionCollector)
Model(Optional<Identifier> parent, Optional<String> variant, TextureKey[] requiredTextures)
-
Uses of Identifier in net.minecraft.data.report
Modifier and TypeMethodDescriptionprivate static Path
BiomeListProvider.getPath(Path root, Identifier id)
-
Uses of Identifier in net.minecraft.data.server
Modifier 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
Modifier 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)
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionCookingRecipeJsonFactory.CookingRecipeJsonProvider.getAdvancementId()
RecipeJsonProvider.getAdvancementId()
ShapedRecipeJsonFactory.ShapedRecipeJsonProvider.getAdvancementId()
ShapelessRecipeJsonFactory.ShapelessRecipeJsonProvider.getAdvancementId()
SingleItemRecipeJsonFactory.SingleItemRecipeJsonProvider.getAdvancementId()
SmithingRecipeJsonFactory.SmithingRecipeJsonProvider.getAdvancementId()
static Identifier
CraftingRecipeJsonFactory.getItemId(ItemConvertible item)
CookingRecipeJsonFactory.CookingRecipeJsonProvider.getRecipeId()
RecipeJsonProvider.getRecipeId()
ShapedRecipeJsonFactory.ShapedRecipeJsonProvider.getRecipeId()
ShapelessRecipeJsonFactory.ShapelessRecipeJsonProvider.getRecipeId()
SingleItemRecipeJsonFactory.SingleItemRecipeJsonProvider.getRecipeId()
SmithingRecipeJsonFactory.SmithingRecipeJsonProvider.getRecipeId()
Modifier and TypeMethodDescriptionvoid
CookingRecipeJsonFactory.offerTo(Consumer<RecipeJsonProvider> exporter, Identifier recipeId)
void
CraftingRecipeJsonFactory.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)
ModifierConstructorDescriptionCookingRecipeJsonProvider(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 resultCount, 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
Modifier and TypeMethodDescriptionstatic Identifier
EntityType.getId(EntityType<?> type)
LivingEntity.getLootTable()
EntityType.getLootTableId()
-
Uses of Identifier in net.minecraft.entity.ai.brain.task
Modifier and TypeFieldDescriptionprivate static Map<VillagerProfession,Identifier>
GiveGiftsToHeroTask.GIFTS
-
Uses of Identifier in net.minecraft.entity.boss
Modifier and TypeFieldDescriptionprivate Map<Identifier,CommandBossBar>
BossBarManager.commandBossBars
Modifier and TypeMethodDescriptionBossBarManager.add(Identifier id, Text displayName)
static CommandBossBar
CommandBossBar.fromNbt(NbtCompound nbt, Identifier id)
BossBarManager.get(Identifier id)
-
Uses of Identifier in net.minecraft.entity.mob
Modifier and TypeMethodDescriptionMobEntity.getLootTable()
protected Identifier
MagmaCubeEntity.getLootTableId()
protected Identifier
MobEntity.getLootTableId()
protected Identifier
SlimeEntity.getLootTableId()
-
Uses of Identifier in net.minecraft.entity.passive
Modifier 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
Modifier and TypeMethodDescriptionSheepEntity.getLootTableId()
TropicalFishEntity.getShapeId()
CatEntity.getTexture()
TropicalFishEntity.getVarietyId()
-
Uses of Identifier in net.minecraft.entity.player
Modifier and TypeMethodDescriptionvoid
PlayerEntity.increaseStat(Identifier stat, int amount)
void
PlayerEntity.incrementStat(Identifier stat)
void
PlayerEntity.unlockRecipes(Identifier[] ids)
-
Uses of Identifier in net.minecraft.entity.vehicle
Modifier and TypeMethodDescriptionvoid
StorageMinecartEntity.setLootTable(Identifier id, long lootSeed)
-
Uses of Identifier in net.minecraft.item
-
Uses of Identifier in net.minecraft.loot
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprivate static Identifier
private static Identifier
LootTables.registerLootTable(Identifier id)
Modifier and TypeMethodDescriptionstatic Set<Identifier>
LootTables.getAll()
LootManager.getTableIds()
Modifier 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)
Modifier and TypeMethodDescriptionprotected void
LootManager.apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
ModifierConstructorDescriptionLootTableReporter(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
Modifier and TypeFieldDescriptionprivate Map<Identifier,LootCondition>
LootConditionManager.conditions
Modifier and TypeMethodDescriptionstatic LootCondition.Builder
ReferenceLootCondition.builder(Identifier id)
LootConditionManager.get(Identifier id)
Modifier and TypeMethodDescriptionprotected void
LootConditionManager.apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
-
Uses of Identifier in net.minecraft.loot.context
Modifier 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
Modifier and TypeMethodDescriptionstatic @Nullable Identifier
LootContextTypes.getId(LootContextType type)
LootContextParameter.getIdentifier()
Modifier 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)
ModifierConstructorDescription(package private)
LootContext(Random random, float float2, ServerWorld serverWorld, Function<Identifier,LootTable> function, Function<Identifier,LootCondition> function2, Map<LootContextParameter<?>,Object> map, Map<Identifier,LootContext.Dropper> map2)
-
Uses of Identifier in net.minecraft.loot.entry
Modifier and TypeFieldDescription(package private) Identifier
LootTableEntry.id
(package private) Identifier
DynamicEntry.name
Modifier and TypeMethodDescriptionstatic LeafEntry.Builder<?>
DynamicEntry.builder(Identifier name)
static LeafEntry.Builder<?>
LootTableEntry.builder(Identifier id)
ModifierConstructorDescription(package private)
DynamicEntry(Identifier identifier, int int2, int int3, LootCondition[] lootCondition, LootFunction[] lootFunction)
(package private)
LootTableEntry(Identifier identifier, int int2, int int3, LootCondition[] lootCondition, LootFunction[] lootFunction)
-
Uses of Identifier in net.minecraft.loot.function
Modifier and TypeFieldDescription(package private) Identifier
SetLootTableLootFunction.id
static Identifier
ApplyBonusLootFunction.BinomialWithBonusCount.ID
static Identifier
ApplyBonusLootFunction.OreDrops.ID
static Identifier
ApplyBonusLootFunction.UniformBonusCount.ID
Modifier and TypeFieldDescription(package private) static Map<Identifier,ApplyBonusLootFunction.FormulaFactory>
ApplyBonusLootFunction.FACTORIES
private Map<Identifier,LootFunction>
LootFunctionManager.functions
Modifier and TypeMethodDescriptionApplyBonusLootFunction.BinomialWithBonusCount.getId()
ApplyBonusLootFunction.Formula.getId()
ApplyBonusLootFunction.OreDrops.getId()
ApplyBonusLootFunction.UniformBonusCount.getId()
Modifier 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)
Modifier and TypeMethodDescriptionprotected void
LootFunctionManager.apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
ModifierConstructorDescription(package private)
SetLootTableLootFunction(LootCondition[] lootCondition, Identifier identifier, long long2)
-
Uses of Identifier in net.minecraft.loot.provider.nbt
-
Uses of Identifier in net.minecraft.network
Modifier and TypeMethodDescriptionPacketByteBuf.readIdentifier()
Reads an identifier from this buf.Modifier and TypeMethodDescriptionPacketByteBuf.writeIdentifier(Identifier id)
Writes an identifier to this buf. -
Uses of Identifier in net.minecraft.network.packet.c2s.play
Modifier and 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
Modifier and TypeMethodDescriptionUpdateJigsawC2SPacket.getAttachmentType()
CustomPayloadC2SPacket.getChannel()
UpdateJigsawC2SPacket.getPool()
CraftRequestC2SPacket.getRecipe()
RecipeBookDataC2SPacket.getRecipeId()
AdvancementTabC2SPacket.getTabToOpen()
UpdateJigsawC2SPacket.getTargetPool()
ModifierConstructorDescriptionCustomPayloadC2SPacket(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
ModifierConstructorDescriptionLoginQueryRequestS2CPacket(int queryId, Identifier channel, PacketByteBuf payload)
-
Uses of Identifier in net.minecraft.network.packet.s2c.play
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionCustomPayloadS2CPacket.getChannel()
CraftFailedResponseS2CPacket.getRecipeId()
PlaySoundIdS2CPacket.getSoundId()
StopSoundS2CPacket.getSoundId()
SelectAdvancementTabS2CPacket.getTabId()
Modifier and TypeMethodDescriptionAdvancementUpdateS2CPacket.getAdvancementIdsToRemove()
AdvancementUpdateS2CPacket.getAdvancementsToEarn()
AdvancementUpdateS2CPacket.getAdvancementsToProgress()
UnlockRecipesS2CPacket.getRecipeIdsToChange()
UnlockRecipesS2CPacket.getRecipeIdsToInit()
ModifierConstructorDescriptionCustomPayloadS2CPacket(Identifier channel, PacketByteBuf data)
PlaySoundIdS2CPacket(Identifier sound, SoundCategory category, Vec3d pos, float volume, float pitch)
StopSoundS2CPacket(@Nullable Identifier soundId, @Nullable SoundCategory category)
ModifierConstructorDescriptionAdvancementUpdateS2CPacket(boolean clearCurrent, Collection<Advancement> toEarn, Set<Identifier> toRemove, Map<Identifier,AdvancementProgress> toSetProgress)
AdvancementUpdateS2CPacket(boolean clearCurrent, Collection<Advancement> toEarn, Set<Identifier> toRemove, Map<Identifier,AdvancementProgress> toSetProgress)
UnlockRecipesS2CPacket(UnlockRecipesS2CPacket.Action action, Collection<Identifier> recipeIdsToChange, Collection<Identifier> recipeIdsToInit, RecipeBookOptions options)
-
Uses of Identifier in net.minecraft.predicate
Modifier and TypeFieldDescriptionPlayerPredicate.advancements
PlayerPredicate.Builder.advancements
private Object2BooleanMap<Identifier>
PlayerPredicate.Builder.recipes
private Object2BooleanMap<Identifier>
PlayerPredicate.recipes
Modifier and TypeMethodDescriptionPlayerPredicate.Builder.advancement(Identifier id, boolean done)
PlayerPredicate.Builder.advancement(Identifier id, Map<String,Boolean> criteria)
private static <T> Stat<T>
PlayerPredicate.getStat(StatType<T> type, Identifier id)
PlayerPredicate.Builder.recipe(Identifier id, boolean unlocked)
ModifierConstructorDescription(package private)
PlayerPredicate(NumberRange.IntRange experienceLevel, @Nullable GameMode gameMode, Map<Stat<?>,NumberRange.IntRange> stats, Object2BooleanMap<Identifier> recipes, Map<Identifier,PlayerPredicate.AdvancementPredicate> advancements, EntityPredicate entityPredicate)
-
Uses of Identifier in net.minecraft.predicate.entity
Modifier and TypeFieldDescriptionprivate Identifier
AdvancementEntityPredicateDeserializer.advancementId
private Identifier
EntityPredicate.Builder.catType
private @Nullable Identifier
EntityPredicate.catType
Modifier and TypeMethodDescriptionEntityPredicate.Builder.catType(@Nullable Identifier catType)
EntityPredicate.Builder.type(Identifier catType)
ModifierConstructorDescriptionAdvancementEntityPredicateDeserializer(Identifier advancementId, LootConditionManager conditionManager)
private
EntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate locationPredicate, EntityEffectPredicate entityEffectPredicate, NbtPredicate nbtPredicate, EntityFlagsPredicate entityFlagsPredicate, EntityEquipmentPredicate entityEquipmentPredicate, PlayerPredicate playerPredicate, FishingHookPredicate fishingHookPredicate, class_6404 class_6404, @Nullable String string, @Nullable Identifier identifier)
(package private)
EntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate locationPredicate, EntityEffectPredicate entityEffectPredicate, NbtPredicate nbtPredicate, EntityFlagsPredicate entityFlagsPredicate, EntityEquipmentPredicate entityEquipmentPredicate, PlayerPredicate playerPredicate, FishingHookPredicate fishingHookPredicate, class_6404 class_6404, EntityPredicate entityPredicate, EntityPredicate entityPredicate2, EntityPredicate entityPredicate3, @Nullable String string, @Nullable Identifier identifier)
-
Uses of Identifier in net.minecraft.recipe
Modifier 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
Modifier and TypeFieldDescriptionprivate Function<Identifier,T>
SpecialRecipeSerializer.id
private Map<RecipeType<?>,Map<Identifier,Recipe<?>>>
RecipeManager.recipes
Modifier and TypeMethodDescriptionAbstractCookingRecipe.getId()
CuttingRecipe.getId()
Recipe.getId()
ShapedRecipe.getId()
ShapelessRecipe.getId()
SmithingRecipe.getId()
SpecialCraftingRecipe.getId()
Modifier and TypeMethodDescriptionprivate <C extends Inventory, T extends Recipe<C>>
Map<Identifier,Recipe<C>>RecipeManager.getAllOfType(RecipeType<T> type)
RecipeManager.keys()
Modifier 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)
Modifier and TypeMethodDescriptionprotected void
RecipeManager.apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
ModifierConstructorDescriptionAbstractCookingRecipe(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)
-
Uses of Identifier in net.minecraft.recipe.book
Modifier and TypeFieldDescriptionprotected Set<Identifier>
RecipeBook.recipes
protected Set<Identifier>
RecipeBook.toBeDisplayed
Modifier and TypeMethodDescriptionprotected void
RecipeBook.add(Identifier id)
boolean
RecipeBook.contains(Identifier id)
protected void
RecipeBook.display(Identifier id)
protected void
RecipeBook.remove(Identifier id)
-
Uses of Identifier in net.minecraft.resource
Modifier 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)
Modifier 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)
Modifier 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)
Modifier 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)
ModifierConstructorDescriptionDebugInputStream(InputStream parent, Identifier id, String packName)
ResourceImpl(String packName, Identifier id, InputStream inputStream, @Nullable InputStream metaInputStream)
-
Uses of Identifier in net.minecraft.scoreboard
Modifier and TypeMethodDescriptionprivate static <T> Optional<ScoreboardCriterion>
ScoreboardCriterion.getOrCreateStatCriterion(StatType<T> statType, Identifier id)
-
Uses of Identifier in net.minecraft.screen
Modifier and TypeFieldDescriptionstatic Identifier
PlayerScreenHandler.BLOCK_ATLAS_TEXTURE
(package 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
Modifier and TypeMethodDescription@Nullable com.mojang.datafixers.util.Pair<Identifier,Identifier>
Slot.getBackgroundSprite()
@Nullable com.mojang.datafixers.util.Pair<Identifier,Identifier>
Slot.getBackgroundSprite()
-
Uses of Identifier in net.minecraft.server
Modifier and TypeMethodDescriptionprotected void
ServerAdvancementLoader.apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
-
Uses of Identifier in net.minecraft.server.command
Modifier and TypeMethodDescriptionServerCommandSource.getRecipeIds()
ServerCommandSource.getSoundIds()
Modifier and TypeMethodDescriptionprivate static int
BossBarCommand.addBossBar(ServerCommandSource source, Identifier name, Text displayName)
private static int
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)
private static void
LootCommand.sendDroppedFeedback(ServerCommandSource source, List<ItemStack> stacks, Identifier lootTable)
void
DebugCommand.Tracer.traceFunctionCall(int depth, Identifier function, int size)
Modifier and TypeMethodDescriptionprivate static int
ScheduleCommand.execute(ServerCommandSource source, com.mojang.datafixers.util.Pair<Identifier,com.mojang.datafixers.util.Either<CommandFunction,Tag<CommandFunction>>> function, int time, boolean replace)
-
Uses of Identifier in net.minecraft.server.function
Modifier and TypeFieldDescription(package private) Identifier
CommandFunction.id
private @Nullable Identifier
CommandFunction.LazyContainer.id
private static Identifier
CommandFunctionManager.LOAD_FUNCTION
private static Identifier
CommandFunctionManager.TICK_FUNCTION
Modifier and TypeFieldDescriptionprivate Map<Identifier,CommandFunction>
FunctionLoader.functions
Modifier and TypeMethodDescriptionCommandFunctionManager.getAllFunctions()
FunctionLoader.getFunctions()
CommandFunctionManager.getFunctionTags()
Modifier and TypeMethodDescriptionstatic CommandFunction
CommandFunction.create(Identifier id, com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, ServerCommandSource source, List<String> lines)
Parses a function in the context ofsource
.private void
CommandFunctionManager.executeAll(Collection<CommandFunction> functions, Identifier label)
FunctionLoader.get(Identifier id)
CommandFunctionManager.getFunction(Identifier id)
FunctionLoader.getOrCreateTag(Identifier id)
CommandFunctionManager.getTaggedFunctions(Identifier tag)
FunctionLoader.readLines(ResourceManager resourceManager, Identifier id)
void
CommandFunctionManager.Tracer.traceFunctionCall(int depth, Identifier function, int size)
ModifierConstructorDescriptionCommandFunction(Identifier id, CommandFunction.Element[] elements)
-
Uses of Identifier in net.minecraft.server.network
Modifier and TypeMethodDescriptionprivate static void
DebugInfoSender.sendToAll(ServerWorld world, PacketByteBuf buf, Identifier channel)
void
ServerPlayerEntity.unlockRecipes(Identifier[] ids)
Modifier and TypeMethodDescriptionprivate void
ServerRecipeBook.sendUnlockRecipesPacket(UnlockRecipesS2CPacket.Action action, ServerPlayerEntity player, List<Identifier> recipeIds)
-
Uses of Identifier in net.minecraft.server.world
Modifier and TypeFieldDescriptionprivate Function<T,Identifier>
SimpleTickScheduler.identifierProvider
private Function<T,Identifier>
ServerTickScheduler.idToName
Modifier 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)
ModifierConstructorDescriptionServerTickScheduler(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
-
Uses of Identifier in net.minecraft.stat
Modifier 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_RECORD
static Identifier
Stats.PLAY_TIME
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.TOTAL_WORLD_TIME
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
Modifier and TypeMethodDescriptionprivate static <T> Identifier
private static Identifier
Stats.register(String id, StatFormatter formatter)
Modifier and TypeMethodDescriptionprivate static <T> String
Stat.getName(@Nullable Identifier id)
-
Uses of Identifier in net.minecraft.structure
Modifier and TypeFieldDescriptionprivate static 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
(package private) static Identifier
IglooGenerator.TOP_TEMPLATE
private static Identifier[]
OceanRuinGenerator.WARM_RUINS
Modifier and TypeFieldDescription(package private) static Map<Identifier,BlockPos>
IglooGenerator.field_14406
(package private) static Map<Identifier,BlockPos>
IglooGenerator.field_14408
private Map<Identifier,Optional<Structure>>
StructureManager.structures
Modifier 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)
Modifier and TypeMethodDescriptionprotected boolean
MineshaftGenerator.MineshaftCorridor.addChest(StructureWorldAccess world, BlockBox boundingBox, Random random, int x, int y, int z, Identifier lootTableId)
protected boolean
StructurePiece.addChest(ServerWorldAccess world, BlockBox boundingBox, Random random, BlockPos pos, Identifier lootTableId, @Nullable BlockState block)
protected boolean
StructurePiece.addChest(StructureWorldAccess world, BlockBox boundingBox, Random random, int x, int y, int z, Identifier lootTableId)
protected boolean
StructurePiece.addDispenser(StructureWorldAccess world, BlockBox boundingBox, Random random, int x, int y, int z, Direction facing, Identifier lootTableId)
private 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 identifier)
void
StructureManager.unloadStructure(Identifier id)
ModifierConstructorDescriptionPiece(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)
ModifierConstructorDescriptionSimpleStructurePiece(StructurePieceType structurePieceType, NbtCompound nbtCompound, ServerWorld serverWorld, Function<Identifier,StructurePlacementData> function)
-
Uses of Identifier in net.minecraft.structure.pool
Modifier and TypeFieldDescriptionprivate Identifier
StructurePool.id
private Identifier
StructurePool.terminatorsId
Modifier 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
Modifier and TypeMethodDescriptionprotected static <E extends SinglePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E,com.mojang.datafixers.util.Either<Identifier,Structure>>SinglePoolElement.method_28882()
Modifier 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)
ModifierConstructorDescriptionStructurePool(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)
ModifierConstructorDescriptionprotected
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.structure.processor
-
Uses of Identifier in net.minecraft.tag
Modifier 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
Modifier and TypeFieldDescription(package private) Map<Identifier,IntList>
TagGroup.Serialized.contents
private Function<Identifier,Optional<T>>
TagGroupLoader.registryGetter
Modifier and TypeMethodDescriptionRequiredTagList.TagWrapper.getId()
Tag.Identified.getId()
default @Nullable Identifier
TagGroup.getId(Tag.Identified<T> tag)
<T, E extends Exception>
IdentifierTagManager.getTagId(RegistryKey<? extends Registry<T>> registryKey, Tag<T> tag, Supplier<E> exceptionSupplier)
TagGroup.getUncheckedTagId(Tag<T> tag)
Modifier 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)
Modifier 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)
default boolean
TagGroup.contains(Identifier id)
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)
Modifier 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)
ModifierConstructorDescriptionObjectEntry(Identifier id)
TagEntry(Identifier id)
(package private)
TagWrapper(Identifier id)
ModifierConstructorDescription(package private)
Serialized(Map<Identifier,IntList> contents)
TagGroupLoader(Function<Identifier,Optional<T>> registryGetter, String dataType)
-
Uses of Identifier in net.minecraft.text
Modifier and TypeFieldDescriptionstatic Identifier
Style.DEFAULT_FONT_ID
The identifier for the default font of a style.(package private) @Nullable Identifier
Style.font
private Identifier
NbtText.StorageNbtText.id
Modifier and TypeMethodDescriptionStyle.getFont()
Returns the font of this style.private static @Nullable Identifier
Style.Serializer.getFont(JsonObject root)
NbtText.StorageNbtText.getId()
Modifier and TypeMethodDescriptionStyle.withFont(@Nullable Identifier font)
Returns a new style with the font provided and all other attributes of this style.ModifierConstructorDescriptionStorageNbtText(String rawPath, boolean interpret, Identifier id, Optional<Text> separator)
StorageNbtText(String rawPath, NbtPathArgumentType.NbtPath path, boolean interpret, Identifier id, Optional<Text> separator)
(package private)
Style(@Nullable TextColor color, @Nullable Boolean bold, @Nullable Boolean italic, @Nullable Boolean underlined, @Nullable Boolean strikethrough, @Nullable Boolean obfuscated, @Nullable ClickEvent clickEvent, @Nullable HoverEvent hoverEvent, @Nullable String insertion, @Nullable Identifier font)
-
Uses of Identifier in net.minecraft.util
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<Identifier>
Identifier.CODEC
Modifier and TypeMethodDescriptionIdentifier.Serializer.deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext)
static Identifier
Identifier.fromCommandInput(com.mojang.brigadier.StringReader reader)
static Identifier
static @Nullable Identifier
Parses a string into anIdentifier
.Modifier 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
Modifier and TypeMethodDescriptionRegistryOps.EntryLoader.getKnownEntryPaths(RegistryKey<? extends Registry<?>> key)
RegistryOps.EntryLoader.Impl.getKnownEntryPaths(RegistryKey<? extends Registry<?>> key)
Modifier 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
Modifier 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
.Modifier 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
Modifier and TypeMethodDescriptionDefaultedRegistry.getDefaultId()
abstract @Nullable Identifier
RegistryKey.getValue()
Modifier 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()
Modifier 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)
-
Uses of Identifier in net.minecraft.world
Modifier and TypeMethodDescriptionprivate @Nullable Identifier
MobSpawnerLogic.getEntityId(@Nullable World world, BlockPos pos)
-
Uses of Identifier in net.minecraft.world.biome.source
Modifier and TypeFieldDescription(package private) static Map<Identifier,MultiNoiseBiomeSource.Preset>
MultiNoiseBiomeSource.Preset.BY_IDENTIFIER
ModifierConstructorDescriptionPreset(Identifier id, com.mojang.datafixers.util.Function3<MultiNoiseBiomeSource.Preset,Registry<Biome>,Long,MultiNoiseBiomeSource> biomeSourceFunction)
-
Uses of Identifier in net.minecraft.world.dimension
Modifier 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
Modifier 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)
ModifierConstructorDescriptionprivate
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
Modifier and TypeFieldDescriptionGeodeLayerConfig.field_33769
GeodeLayerConfig.field_33931
private static Identifier
StructureFeature.JIGSAW_ID
VegetationPatchFeatureConfig.replaceable
RootSystemFeatureConfig.rootReplaceable
Modifier 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
Modifier and TypeMethodDescriptionstatic Predicate<BlockState>
Feature.notInBlockTagPredicate(Identifier tagId)
ModifierConstructorDescriptionGeodeLayerConfig(BlockStateProvider fillingProvider, BlockStateProvider innerLayerProvider, BlockStateProvider alternateInnerLayerProvider, BlockStateProvider middleLayerProvider, BlockStateProvider outerLayerProvider, List<BlockState> innerBlocks, Identifier identifier, Identifier identifier2)
RootSystemFeatureConfig(Supplier<ConfiguredFeature<?,?>> feature, int requiredVerticalSpaceForTree, int rootRadius, Identifier rootReplaceable, BlockStateProvider rootStateProvider, int rootPlacementAttempts, int maxRootColumnHeight, int hangingRootRadius, int hangingRootVerticalSpan, BlockStateProvider hangingRootStateProvider, int hangingRootPlacementAttempts, int int2)
VegetationPatchFeatureConfig(Identifier replaceable, BlockStateProvider groundState, Supplier<ConfiguredFeature<?,?>> vegetationFeature, VerticalSurfaceType surface, IntProvider depth, float extraBottomBlockChance, int verticalRange, float vegetationChance, IntProvider horizontalRadius, float extraEdgeColumnChance)
ModifierConstructorDescriptionFossilFeatureConfig(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
Modifier and TypeFieldDescriptionprivate Identifier
TimerCallback.Serializer.id
(package private) Identifier
FunctionTagTimerCallback.name
(package private) Identifier
FunctionTimerCallback.name
Modifier and TypeFieldDescriptionprivate Map<Identifier,TimerCallback.Serializer<C,?>>
TimerCallbackSerializer.serializersByType
ModifierConstructorDescriptionFunctionTimerCallback(Identifier name)
Serializer(Identifier id, Class<?> callbackClass)