Uses of Class
net.minecraft.util.Identifier
-
Uses of Identifier in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type Identifier Modifier and Type Method Description static void
RenderSystem. _setShaderTexture(int int2, Identifier identifier)
static void
RenderSystem. setShaderTexture(int int2, Identifier identifier)
-
Uses of Identifier in net.minecraft.advancement
Fields in net.minecraft.advancement declared as Identifier Modifier and Type Field Description private Identifier
AdvancementDisplay. background
private @Nullable Identifier
AdvancementRewards.Builder. function
private Identifier
Advancement. id
private Identifier[]
AdvancementRewards. loot
private Identifier
Advancement.Task. parentId
private Identifier[]
AdvancementRewards. recipes
Fields in net.minecraft.advancement with type parameters of type Identifier Modifier and Type Field Description private Map<Identifier,Advancement>
AdvancementManager. advancements
private static TypeToken<Map<Identifier,AdvancementProgress>>
PlayerAdvancementTracker. JSON_TYPE
private List<Identifier>
AdvancementRewards.Builder. loot
private List<Identifier>
AdvancementRewards.Builder. recipes
Methods in net.minecraft.advancement that return Identifier Modifier and Type Method Description @Nullable Identifier
AdvancementDisplay. getBackground()
Identifier
Advancement. getId()
Identifier[]
AdvancementRewards. getRecipes()
Methods in net.minecraft.advancement with parameters of type Identifier Modifier and Type Method Description AdvancementRewards.Builder
AdvancementRewards.Builder. addRecipe(Identifier recipe)
Advancement
Advancement.Task. build(Identifier id)
Advancement.Task
Advancement.Task. display(ItemConvertible icon, Text title, Text description, @Nullable Identifier background, AdvancementFrame frame, boolean showToast, boolean announceToChat, boolean hidden)
Advancement.Task
Advancement.Task. display(ItemStack icon, Text title, Text description, @Nullable Identifier background, AdvancementFrame frame, boolean showToast, boolean announceToChat, boolean hidden)
@Nullable Advancement
AdvancementManager. get(Identifier id)
static AdvancementRewards.Builder
AdvancementRewards.Builder. method_34899(Identifier identifier)
AdvancementRewards.Builder
AdvancementRewards.Builder. method_34900(Identifier identifier)
static AdvancementRewards.Builder
AdvancementRewards.Builder. method_34901(Identifier identifier)
AdvancementRewards.Builder
AdvancementRewards.Builder. method_34902(Identifier identifier)
Advancement.Task
Advancement.Task. parent(Identifier parentId)
static AdvancementRewards.Builder
AdvancementRewards.Builder. recipe(Identifier recipe)
Method parameters in net.minecraft.advancement with type arguments of type Identifier Modifier and Type Method Description boolean
Advancement.Task. findParent(Function<Identifier,Advancement> parentProvider)
void
AdvancementManager. load(Map<Identifier,Advancement.Task> map)
void
AdvancementManager. removeAll(Set<Identifier> advancements)
Constructors in net.minecraft.advancement with parameters of type Identifier Constructor Description Advancement(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)
Task(@Nullable Identifier parentId, @Nullable AdvancementDisplay display, AdvancementRewards rewards, Map<String,AdvancementCriterion> criteria, String[][] requirements)
-
Uses of Identifier in net.minecraft.advancement.criterion
Fields in net.minecraft.advancement.criterion declared as Identifier Modifier and Type Field Description private Identifier
AbstractCriterionConditions. id
private Identifier
LocationArrivalCriterion. id
private Identifier
OnKilledCriterion. id
private static Identifier
BeeNestDestroyedCriterion. ID
private static Identifier
BredAnimalsCriterion. ID
private static Identifier
BrewedPotionCriterion. ID
private static Identifier
ChangedDimensionCriterion. ID
private static Identifier
ChanneledLightningCriterion. ID
private static Identifier
ConstructBeaconCriterion. ID
private static Identifier
ConsumeItemCriterion. ID
private static Identifier
CuredZombieVillagerCriterion. ID
private static Identifier
EffectsChangedCriterion. ID
private static Identifier
EnchantedItemCriterion. ID
private static Identifier
EnterBlockCriterion. ID
private static Identifier
EntityHurtPlayerCriterion. ID
private static Identifier
FilledBucketCriterion. ID
private static Identifier
FishingRodHookedCriterion. ID
private static Identifier
ImpossibleCriterion. ID
private static Identifier
InventoryChangedCriterion. ID
private static Identifier
ItemDurabilityChangedCriterion. ID
private static Identifier
ItemUsedOnBlockCriterion. ID
private static Identifier
KilledByCrossbowCriterion. ID
private static Identifier
LevitationCriterion. ID
private static Identifier
NetherTravelCriterion. ID
private static Identifier
PlacedBlockCriterion. ID
private static Identifier
PlayerGeneratesContainerLootCriterion. ID
private static Identifier
PlayerHurtEntityCriterion. ID
private static Identifier
PlayerInteractedWithEntityCriterion. ID
private static Identifier
RecipeUnlockedCriterion. ID
private static Identifier
ShotCrossbowCriterion. ID
private static Identifier
SlideDownBlockCriterion. ID
private static Identifier
SummonedEntityCriterion. ID
private static Identifier
TameAnimalCriterion. ID
private static Identifier
TargetHitCriterion. ID
private static Identifier
ThrownItemPickedUpByEntityCriterion. ID
static Identifier
TickCriterion. ID
private static Identifier
UsedEnderEyeCriterion. ID
private static Identifier
UsedTotemCriterion. ID
private static Identifier
VillagerTradeCriterion. ID
private Identifier
PlayerGeneratesContainerLootCriterion.Conditions. lootTable
private Identifier
RecipeUnlockedCriterion.Conditions. recipe
Fields in net.minecraft.advancement.criterion with type parameters of type Identifier Modifier and Type Field Description private static Map<Identifier,Criterion<?>>
Criteria. VALUES
Methods in net.minecraft.advancement.criterion that return Identifier Modifier and Type Method Description Identifier
AbstractCriterionConditions. getId()
Identifier
BeeNestDestroyedCriterion. getId()
Identifier
BredAnimalsCriterion. getId()
Identifier
BrewedPotionCriterion. getId()
Identifier
ChangedDimensionCriterion. getId()
Identifier
ChanneledLightningCriterion. getId()
Identifier
ConstructBeaconCriterion. getId()
Identifier
ConsumeItemCriterion. getId()
Identifier
Criterion. getId()
Identifier
CriterionConditions. getId()
Identifier
CuredZombieVillagerCriterion. getId()
Identifier
EffectsChangedCriterion. getId()
Identifier
EnchantedItemCriterion. getId()
Identifier
EnterBlockCriterion. getId()
Identifier
EntityHurtPlayerCriterion. getId()
Identifier
FilledBucketCriterion. getId()
Identifier
FishingRodHookedCriterion. getId()
Identifier
ImpossibleCriterion.Conditions. getId()
Identifier
ImpossibleCriterion. getId()
Identifier
InventoryChangedCriterion. getId()
Identifier
ItemDurabilityChangedCriterion. getId()
Identifier
ItemUsedOnBlockCriterion. getId()
Identifier
KilledByCrossbowCriterion. getId()
Identifier
LevitationCriterion. getId()
Identifier
LocationArrivalCriterion. getId()
Identifier
NetherTravelCriterion. getId()
Identifier
OnKilledCriterion. getId()
Identifier
PlacedBlockCriterion. getId()
Identifier
PlayerGeneratesContainerLootCriterion. getId()
Identifier
PlayerHurtEntityCriterion. getId()
Identifier
PlayerInteractedWithEntityCriterion. getId()
Identifier
RecipeUnlockedCriterion. getId()
Identifier
ShotCrossbowCriterion. getId()
Identifier
SlideDownBlockCriterion. getId()
Identifier
SummonedEntityCriterion. getId()
Identifier
TameAnimalCriterion. getId()
Identifier
TargetHitCriterion. getId()
Identifier
ThrownItemPickedUpByEntityCriterion. getId()
Identifier
TickCriterion. getId()
Identifier
UsedEnderEyeCriterion. getId()
Identifier
UsedTotemCriterion. getId()
Identifier
VillagerTradeCriterion. getId()
Methods in net.minecraft.advancement.criterion with parameters of type Identifier Modifier and Type Method Description static PlayerGeneratesContainerLootCriterion.Conditions
PlayerGeneratesContainerLootCriterion.Conditions. create(Identifier lootTable)
static RecipeUnlockedCriterion.Conditions
RecipeUnlockedCriterion. create(Identifier id)
static <T extends CriterionConditions>
@Nullable Criterion<T>Criteria. getById(Identifier id)
boolean
PlayerGeneratesContainerLootCriterion.Conditions. test(Identifier lootTable)
void
PlayerGeneratesContainerLootCriterion. test(ServerPlayerEntity player, Identifier id)
Constructors in net.minecraft.advancement.criterion with parameters of type Identifier Constructor Description AbstractCriterionConditions(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)
LocationArrivalCriterion(Identifier id)
OnKilledCriterion(Identifier id)
-
Uses of Identifier in net.minecraft.block
Fields in net.minecraft.block declared as Identifier Modifier and Type Field Description static Identifier
ShulkerBoxBlock. CONTENTS
protected @Nullable Identifier
AbstractBlock. lootTableId
private Identifier
AbstractBlock.Settings. lootTableId
Methods in net.minecraft.block that return Identifier Modifier and Type Method Description Identifier
AbstractBlock. getLootTableId()
Methods in net.minecraft.block that return types with arguments of type Identifier Modifier and Type Method Description protected Stat<Identifier>
ChestBlock. getOpenStat()
protected Stat<Identifier>
TrappedChestBlock. getOpenStat()
-
Uses of Identifier in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as Identifier Modifier and Type Field Description protected @Nullable Identifier
LootableContainerBlockEntity. lootTableId
private Identifier
JigsawBlockEntity. name
private Identifier
JigsawBlockEntity. pool
private Identifier
StructureBlockBlockEntity. structureName
private Identifier
JigsawBlockEntity. target
Fields in net.minecraft.block.entity with type parameters of type Identifier Modifier and Type Field Description private Object2IntOpenHashMap<Identifier>
AbstractFurnaceBlockEntity. recipesUsed
Methods in net.minecraft.block.entity that return Identifier Modifier and Type Method Description static @Nullable Identifier
BlockEntityType. getId(BlockEntityType<?> type)
Identifier
JigsawBlockEntity. getName()
Identifier
JigsawBlockEntity. getPool()
Identifier
BannerPattern. getSpriteId(boolean banner)
Identifier
JigsawBlockEntity. getTarget()
Methods in net.minecraft.block.entity with parameters of type Identifier Modifier and Type Method Description void
JigsawBlockEntity. setAttachmentType(Identifier value)
void
LootableContainerBlockEntity. setLootTable(Identifier id, long seed)
static void
LootableContainerBlockEntity. setLootTable(BlockView world, Random random, BlockPos pos, Identifier id)
void
JigsawBlockEntity. setPool(Identifier pool)
void
StructureBlockBlockEntity. setStructureName(@Nullable Identifier structureName)
void
JigsawBlockEntity. setTargetPool(Identifier target)
-
Uses of Identifier in net.minecraft.client
Fields in net.minecraft.client declared as Identifier Modifier and Type Field Description static Identifier
MinecraftClient. ALT_TEXT_RENDERER_ID
static Identifier
MinecraftClient. DEFAULT_FONT_ID
static Identifier
MinecraftClient. UNICODE_FONT_ID
Methods in net.minecraft.client that return types with arguments of type Identifier Modifier and Type Method Description Function<Identifier,Sprite>
MinecraftClient. getSpriteAtlas(Identifier id)
Methods in net.minecraft.client with parameters of type Identifier Modifier and Type Method Description private void
Keyboard. copyEntity(Identifier id, Vec3d pos, @Nullable NbtCompound nbt)
Function<Identifier,Sprite>
MinecraftClient. getSpriteAtlas(Identifier id)
-
Uses of Identifier in net.minecraft.client.font
Fields in net.minecraft.client.font declared as Identifier Modifier and Type Field Description private Identifier
BitmapFont.Loader. filename
private Identifier
TrueTypeFontLoader. filename
private Identifier
FontStorage. id
private Identifier
GlyphAtlasTexture. id
static Identifier
FontManager. MISSING_STORAGE_ID
private Identifier
UnicodeTextureFont.Loader. sizes
Fields in net.minecraft.client.font with type parameters of type Identifier Modifier and Type Field Description private Function<Identifier,FontStorage>
TextRenderer. fontStorageAccessor
private Map<Identifier,FontStorage>
FontManager. fontStorages
private Map<Identifier,Identifier>
FontManager. idOverrides
private Map<Identifier,Identifier>
FontManager. idOverrides
private Map<Identifier,NativeImage>
UnicodeTextureFont. images
Methods in net.minecraft.client.font that return Identifier Modifier and Type Method Description Identifier
GlyphAtlasTexture. getId()
private Identifier
UnicodeTextureFont. getImageId(int codePoint)
Methods in net.minecraft.client.font with parameters of type Identifier Modifier and Type Method Description private FontStorage
TextRenderer. getFontStorage(Identifier id)
private @Nullable NativeImage
UnicodeTextureFont. getGlyphImage(Identifier glyphId)
Method parameters in net.minecraft.client.font with type arguments of type Identifier Modifier and Type Method Description void
FontManager. setIdOverrides(Map<Identifier,Identifier> overrides)
void
FontManager. setIdOverrides(Map<Identifier,Identifier> overrides)
Constructors in net.minecraft.client.font with parameters of type Identifier Constructor Description FontStorage(TextureManager textureManager, Identifier id)
GlyphAtlasTexture(Identifier id, boolean hasColor)
Loader(Identifier id, int height, int ascent, List<int[]> chars)
Loader(Identifier sizes, String template)
TrueTypeFontLoader(Identifier filename, float size, float oversample, float shiftX, float shiftY, String excludedCharacters)
Constructor parameters in net.minecraft.client.font with type arguments of type Identifier Constructor Description TextRenderer(Function<Identifier,FontStorage> fontStorageAccessor)
-
Uses of Identifier in net.minecraft.client.gl
Methods in net.minecraft.client.gl with parameters of type Identifier Modifier and Type Method Description private void
ShaderEffect. parseEffect(TextureManager textureManager, Identifier location)
Constructors in net.minecraft.client.gl with parameters of type Identifier Constructor Description ShaderEffect(TextureManager textureManager, ResourceManager resourceManager, Framebuffer framebuffer, Identifier location)
-
Uses of Identifier in net.minecraft.client.gui
Fields in net.minecraft.client.gui declared as Identifier Modifier and Type Field Description private Identifier[]
CubeMapRenderer. faces
static Identifier
DrawableHelper. GUI_ICONS_TEXTURE
The texture of various icons and widgets used for rendering ingame indicators.static Identifier
DrawableHelper. OPTIONS_BACKGROUND_TEXTURE
The texture used by options for background.static Identifier
DrawableHelper. STATS_ICON_TEXTURE
The texture of icons used in the stats screen.Constructors in net.minecraft.client.gui with parameters of type Identifier Constructor Description CubeMapRenderer(Identifier faces)
-
Uses of Identifier in net.minecraft.client.gui.hud
Fields in net.minecraft.client.gui.hud declared as Identifier Modifier and Type Field Description private static Identifier
BossBarHud. BARS_TEXTURE
private static Identifier
InGameHud. POWDER_SNOW_OUTLINE
private static Identifier
InGameHud. PUMPKIN_BLUR
static Identifier
SpectatorHud. SPECTATOR_TEXTURE
private static Identifier
InGameHud. SPYGLASS_SCOPE
private static Identifier
InGameOverlayRenderer. UNDERWATER_TEXTURE
private static Identifier
InGameHud. VIGNETTE_TEXTURE
private static Identifier
InGameHud. WIDGETS_TEXTURE
private static Identifier
SpectatorHud. WIDGETS_TEXTURE
Methods in net.minecraft.client.gui.hud with parameters of type Identifier Modifier and Type Method Description private void
InGameHud. renderOverlay(Identifier texture, float opacity)
-
Uses of Identifier in net.minecraft.client.gui.hud.spectator
Fields in net.minecraft.client.gui.hud.spectator declared as Identifier Modifier and Type Field Description private Identifier
TeamTeleportSpectatorMenu.TeleportToSpecificTeamCommand. skinId
private Identifier
TeleportToSpecificPlayerSpectatorCommand. skinId
-
Uses of Identifier in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as Identifier Modifier and Type Field Description private static Identifier
TitleScreen. ACCESSIBILITY_ICON_TEXTURE
private static Identifier
DemoScreen. DEMO_BG
private static Identifier
CreditsScreen. EDITION_TITLE_TEXTURE
private static Identifier
TitleScreen. EDITION_TITLE_TEXTURE
private static Identifier
SplashScreen. LOGO
private static Identifier
CreditsScreen. MINECRAFT_TITLE_TEXTURE
private static Identifier
TitleScreen. MINECRAFT_TITLE_TEXTURE
private static Identifier
TitleScreen. PANORAMA_OVERLAY
private static Identifier
GameModeSelectionScreen. TEXTURE
private static Identifier
CreditsScreen. VIGNETTE_TEXTURE
Fields in net.minecraft.client.gui.screen with type parameters of type Identifier Modifier and Type Field Description private Stat<Identifier>
StatsScreen.GeneralStatsListWidget.Entry. stat
Method parameters in net.minecraft.client.gui.screen with type arguments of type Identifier Modifier and Type Method Description private static String
StatsScreen. getStatTranslationKey(Stat<Identifier> stat)
Constructor parameters in net.minecraft.client.gui.screen with type arguments of type Identifier Constructor Description Entry(Stat<Identifier> stat)
-
Uses of Identifier in net.minecraft.client.gui.screen.advancement
Fields in net.minecraft.client.gui.screen.advancement declared as Identifier Modifier and Type Field Description private static Identifier
AdvancementsScreen. TABS_TEXTURE
private static Identifier
AdvancementWidget. WIDGETS_TEXTURE
private static Identifier
AdvancementsScreen. WINDOW_TEXTURE
-
Uses of Identifier in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as Identifier Modifier and Type Field Description private Identifier
AbstractFurnaceScreen. background
static Identifier
HandledScreen. BACKGROUND_TEXTURE
static Identifier
BookScreen. BOOK_TEXTURE
private static Identifier
EnchantmentScreen. BOOK_TEXTURE
private static Identifier
EnchantingPhrases. FONT_ID
private static Identifier
AbstractFurnaceScreen. RECIPE_BUTTON_TEXTURE
private static Identifier
CraftingScreen. RECIPE_BUTTON_TEXTURE
private static Identifier
InventoryScreen. RECIPE_BUTTON_TEXTURE
private Identifier
ForgingScreen. texture
private static Identifier
AnvilScreen. TEXTURE
private static Identifier
BeaconScreen. TEXTURE
private static Identifier
BlastFurnaceScreen. TEXTURE
private static Identifier
BrewingStandScreen. TEXTURE
private static Identifier
CartographyTableScreen. TEXTURE
private static Identifier
CraftingScreen. TEXTURE
private static Identifier
CreativeInventoryScreen. TEXTURE
private static Identifier
EnchantmentScreen. TEXTURE
private static Identifier
FurnaceScreen. TEXTURE
private static Identifier
Generic3x3ContainerScreen. TEXTURE
private static Identifier
GenericContainerScreen. TEXTURE
private static Identifier
GrindstoneScreen. TEXTURE
private static Identifier
HopperScreen. TEXTURE
private static Identifier
HorseScreen. TEXTURE
private static Identifier
LoomScreen. TEXTURE
private static Identifier
MerchantScreen. TEXTURE
private static Identifier
ShulkerBoxScreen. TEXTURE
private static Identifier
SmithingScreen. TEXTURE
private static Identifier
SmokerScreen. TEXTURE
private static Identifier
StonecutterScreen. TEXTURE
Fields in net.minecraft.client.gui.screen.ingame with type parameters of type Identifier Modifier and Type Field Description private Map<Identifier,Tag<Item>>
CreativeInventoryScreen. searchResultTags
Methods in net.minecraft.client.gui.screen.ingame that return types with arguments of type Identifier Modifier and Type Method Description @Nullable com.mojang.datafixers.util.Pair<Identifier,Identifier>
CreativeInventoryScreen.CreativeSlot. getBackgroundSprite()
@Nullable com.mojang.datafixers.util.Pair<Identifier,Identifier>
CreativeInventoryScreen.CreativeSlot. getBackgroundSprite()
Constructors in net.minecraft.client.gui.screen.ingame with parameters of type Identifier Constructor Description AbstractFurnaceScreen(T handler, AbstractFurnaceRecipeBookScreen recipeBook, PlayerInventory inventory, Text title, Identifier background)
ForgingScreen(T handler, PlayerInventory playerInventory, Text title, Identifier texture)
-
Uses of Identifier in net.minecraft.client.gui.screen.multiplayer
Fields in net.minecraft.client.gui.screen.multiplayer declared as Identifier Modifier and Type Field Description private Identifier
MultiplayerServerListWidget.ServerEntry. iconTextureId
private static Identifier
MultiplayerServerListWidget. SERVER_SELECTION_TEXTURE
protected static Identifier
SocialInteractionsScreen. SOCIAL_INTERACTIONS_TEXTURE
private static Identifier
MultiplayerServerListWidget. UNKNOWN_SERVER_TEXTURE
Fields in net.minecraft.client.gui.screen.multiplayer with type parameters of type Identifier Modifier and Type Field Description private Supplier<Identifier>
SocialInteractionsPlayerListEntry. skinTexture
Methods in net.minecraft.client.gui.screen.multiplayer with parameters of type Identifier Modifier and Type Method Description protected void
MultiplayerServerListWidget.ServerEntry. draw(MatrixStack matrices, int x, int y, Identifier textureId)
Constructor parameters in net.minecraft.client.gui.screen.multiplayer with type arguments of type Identifier Constructor Description SocialInteractionsPlayerListEntry(MinecraftClient client, SocialInteractionsScreen parent, UUID uuid, String name, Supplier<Identifier> skinTexture)
-
Uses of Identifier in net.minecraft.client.gui.screen.pack
Fields in net.minecraft.client.gui.screen.pack declared as Identifier Modifier and Type Field Description private static Identifier
PackListWidget. RESOURCE_PACKS_TEXTURE
private static Identifier
PackScreen. UNKNOWN_PACK
Fields in net.minecraft.client.gui.screen.pack with type parameters of type Identifier Modifier and Type Field Description private Function<ResourcePackProfile,Identifier>
ResourcePackOrganizer. field_25785
private Map<String,Identifier>
PackScreen. iconTextures
Methods in net.minecraft.client.gui.screen.pack that return Identifier Modifier and Type Method Description private Identifier
PackScreen. getPackIconTexture(ResourcePackProfile resourcePackProfile)
private Identifier
PackScreen. loadPackIcon(TextureManager textureManager, ResourcePackProfile resourcePackProfile)
Identifier
ResourcePackOrganizer.AbstractPack. method_30286()
Identifier
ResourcePackOrganizer.Pack. method_30286()
Constructor parameters in net.minecraft.client.gui.screen.pack with type arguments of type Identifier Constructor Description ResourcePackOrganizer(Runnable updateCallback, Function<ResourcePackProfile,Identifier> function, ResourcePackManager resourcePackManager, Consumer<ResourcePackManager> consumer)
-
Uses of Identifier in net.minecraft.client.gui.screen.recipebook
Fields in net.minecraft.client.gui.screen.recipebook declared as Identifier Modifier and Type Field Description private static Identifier
AnimatedResultButton. BACKGROUND_TEXTURE
private static Identifier
RecipeAlternativesWidget. BACKGROUND_TEXTURE
protected static Identifier
RecipeBookWidget. TEXTURE
-
Uses of Identifier in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as Identifier Modifier and Type Field Description private Identifier
WorldListWidget.Entry. iconLocation
private static Identifier
WorldListWidget. UNKNOWN_SERVER_LOCATION
private static Identifier
WorldListWidget. WORLD_SELECTION_LOCATION
-
Uses of Identifier in net.minecraft.client.gui.tooltip
Fields in net.minecraft.client.gui.tooltip declared as Identifier Modifier and Type Field Description static Identifier
BundleTooltipComponent. TEXTURE
-
Uses of Identifier in net.minecraft.client.gui.widget
Fields in net.minecraft.client.gui.widget declared as Identifier Modifier and Type Field Description static Identifier
EntryListWidget. field_29346
private Identifier
TexturedButtonWidget. texture
protected Identifier
ToggleButtonWidget. texture
private static Identifier
CheckboxWidget. TEXTURE
static Identifier
AbstractButtonWidget. WIDGETS_LOCATION
Methods in net.minecraft.client.gui.widget with parameters of type Identifier Modifier and Type Method Description void
ToggleButtonWidget. setTextureUV(int u, int v, int pressedUOffset, int hoverVOffset, Identifier texture)
Constructors in net.minecraft.client.gui.widget with parameters of type Identifier Constructor Description TexturedButtonWidget(int x, int y, int width, int height, int u, int v, int hoveredVOffset, Identifier texture, int textureWidth, int textureHeight, ButtonWidget.PressAction pressAction)
TexturedButtonWidget(int x, int y, int width, int height, int u, int v, int hoveredVOffset, Identifier texture, int textureWidth, int textureHeight, ButtonWidget.PressAction pressAction, 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 int2, int int3, int int4, int int5, int int6, int int7, Identifier identifier, ButtonWidget.PressAction pressAction)
-
Uses of Identifier in net.minecraft.client.item
Fields in net.minecraft.client.item declared as Identifier Modifier and Type Field Description private static Identifier
ModelPredicateProviderRegistry. DAMAGE_ID
private static Identifier
ModelPredicateProviderRegistry. DAMAGED_ID
Fields in net.minecraft.client.item with type parameters of type Identifier Modifier and Type Field Description private static Map<Identifier,ModelPredicateProvider>
ModelPredicateProviderRegistry. GLOBAL
private static Map<Item,Map<Identifier,ModelPredicateProvider>>
ModelPredicateProviderRegistry. ITEM_SPECIFIC
Methods in net.minecraft.client.item with parameters of type Identifier Modifier and Type Method Description static @Nullable ModelPredicateProvider
ModelPredicateProviderRegistry. get(Item item, Identifier id)
private static void
ModelPredicateProviderRegistry. register(Item item, Identifier id, ModelPredicateProvider provider)
private static ModelPredicateProvider
ModelPredicateProviderRegistry. register(Identifier id, ModelPredicateProvider provider)
-
Uses of Identifier in net.minecraft.client.model
Fields in net.minecraft.client.model with type parameters of type Identifier Modifier and Type Field Description protected Function<Identifier,RenderLayer>
Model. layerFactory
Methods in net.minecraft.client.model with parameters of type Identifier Modifier and Type Method Description RenderLayer
Model. getLayer(Identifier texture)
Constructor parameters in net.minecraft.client.model with type arguments of type Identifier Constructor Description Model(Function<Identifier,RenderLayer> layerFactory)
-
Uses of Identifier in net.minecraft.client.network
Fields in net.minecraft.client.network with type parameters of type Identifier Modifier and Type Field Description private Map<com.mojang.authlib.minecraft.MinecraftProfileTexture.Type,Identifier>
PlayerListEntry. textures
Methods in net.minecraft.client.network that return Identifier Modifier and Type Method Description @Nullable Identifier
AbstractClientPlayerEntity. getCapeTexture()
@Nullable Identifier
PlayerListEntry. getCapeTexture()
@Nullable Identifier
AbstractClientPlayerEntity. getElytraTexture()
@Nullable Identifier
PlayerListEntry. getElytraTexture()
static Identifier
AbstractClientPlayerEntity. getSkinId(String playerName)
Identifier
AbstractClientPlayerEntity. getSkinTexture()
Identifier
PlayerListEntry. getSkinTexture()
Methods in net.minecraft.client.network that return types with arguments of type Identifier Modifier and Type Method Description Stream<Identifier>
ClientCommandSource. getRecipeIds()
Collection<Identifier>
ClientCommandSource. getSoundIds()
Methods in net.minecraft.client.network with parameters of type Identifier Modifier and Type Method Description static void
AbstractClientPlayerEntity. loadSkin(Identifier id, String playerName)
-
Uses of Identifier in net.minecraft.client.particle
Fields in net.minecraft.client.particle with type parameters of type Identifier Modifier and Type Field Description private Map<Identifier,ParticleManager.SimpleSpriteProvider>
ParticleManager. spriteAwareFactories
private @Nullable List<Identifier>
ParticleTextureData. textureList
Methods in net.minecraft.client.particle that return types with arguments of type Identifier Modifier and Type Method Description @Nullable List<Identifier>
ParticleTextureData. getTextureList()
Methods in net.minecraft.client.particle with parameters of type Identifier Modifier and Type Method Description private void
ParticleManager. loadTextureList(ResourceManager resourceManager, Identifier id, Map<Identifier,List<Identifier>> result)
Method parameters in net.minecraft.client.particle with type arguments of type Identifier Modifier and Type Method Description private void
ParticleManager. loadTextureList(ResourceManager resourceManager, Identifier id, Map<Identifier,List<Identifier>> result)
private void
ParticleManager. loadTextureList(ResourceManager resourceManager, Identifier id, Map<Identifier,List<Identifier>> result)
Constructor parameters in net.minecraft.client.particle with type arguments of type Identifier Constructor Description ParticleTextureData(@Nullable List<Identifier> textureList)
-
Uses of Identifier in net.minecraft.client.realms.gui
Fields in net.minecraft.client.realms.gui declared as Identifier Modifier and Type Field Description static Identifier
RealmsWorldSlotButton. EMPTY_FRAME
static Identifier
RealmsWorldSlotButton. PANORAMA_0
static Identifier
RealmsWorldSlotButton. PANORAMA_2
static Identifier
RealmsWorldSlotButton. PANORAMA_3
static Identifier
RealmsWorldSlotButton. SLOT_FRAME
-
Uses of Identifier in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen declared as Identifier Modifier and Type Field Description private static Identifier
RealmsPendingInvitesScreen. ACCEPT_ICON
private static Identifier
RealmsResetWorldScreen. ADVENTURE_TEXTURE
private static Identifier
RealmsMainScreen. CONFIGURE_ICON
private static Identifier
RealmsMainScreen. CROSS_ICON
private static Identifier
RealmsPlayerScreen. CROSS_PLAYER_ICON
private static Identifier
RealmsMainScreen. DARKEN
private static Identifier
RealmsResetWorldScreen. EXPERIENCE_TEXTURE
private static Identifier
RealmsConfigureWorldScreen. EXPIRED_ICON
private static Identifier
RealmsMainScreen. EXPIRED_ICON
private static Identifier
RealmsConfigureWorldScreen. EXPIRES_SOON_ICON
private static Identifier
RealmsMainScreen. EXPIRES_SOON_ICON
private Identifier
RealmsResetWorldScreen.FrameButton. image
private static Identifier
RealmsResetWorldScreen. INSPIRATION_TEXTURE
private static Identifier
RealmsMainScreen. INVITATION_ICON
private static Identifier
RealmsMainScreen. INVITE_ICON
private static Identifier
RealmsNotificationsScreen. INVITE_ICON
private static Identifier
RealmsMainScreen. LEAVE_ICON
private static Identifier
RealmsSelectWorldTemplateScreen. LINK_ICONS
private static Identifier
RealmsResetWorldScreen. NEW_WORLD_TEXTURE
private static Identifier
RealmsMainScreen. NEWS_ICON
private static Identifier
RealmsNotificationsScreen. NEWS_NOTIFICATION
private static Identifier
RealmsConfigureWorldScreen. OFF_ICON
private static Identifier
RealmsMainScreen. OFF_ICON
private static Identifier
RealmsConfigureWorldScreen. ON_ICON
private static Identifier
RealmsMainScreen. ON_ICON
private static Identifier
RealmsPlayerScreen. OP_ICON
private static Identifier
RealmsPlayerScreen. OPTIONS_BACKGROUND
private static Identifier
RealmsBackupScreen. PLUS_ICON
private static Identifier
RealmsMainScreen. POPUP
private static Identifier
RealmsMainScreen. QUESTIONMARK
private static Identifier
RealmsMainScreen. REALMS
private static Identifier
RealmsPendingInvitesScreen. REJECT_ICON
private static Identifier
RealmsBackupScreen. RESTORE_ICON
private static Identifier
RealmsSelectWorldTemplateScreen. SLOT_FRAME
private static Identifier
RealmsResetWorldScreen. SLOT_FRAME_TEXTURE
private static Identifier
RealmsResetWorldScreen. SURVIVAL_SPAWN_TEXTURE
private static Identifier
RealmsSelectWorldTemplateScreen. TRAILER_ICONS
private static Identifier
RealmsMainScreen. TRIAL_ICON
private static Identifier
RealmsNotificationsScreen. TRIAL_ICON
private static Identifier
RealmsResetWorldScreen. UPLOAD_TEXTURE
private static Identifier
RealmsPlayerScreen. USER_ICON
private static Identifier
RealmsMainScreen. WIDGETS
private static Identifier
RealmsMainScreen. WORLD_ICON
Fields in net.minecraft.client.realms.gui.screen with type parameters of type Identifier Modifier and Type Field Description private static List<Identifier>
RealmsMainScreen. IMAGES
Methods in net.minecraft.client.realms.gui.screen with parameters of type Identifier Modifier and Type Method Description private void
RealmsResetWorldScreen. drawFrame(MatrixStack matrices, int x, int y, Text text, Identifier texture, boolean hovered, boolean mouseOver)
Constructors in net.minecraft.client.realms.gui.screen with parameters of type Identifier Constructor Description FrameButton(int x, int y, Text message, Identifier image, ButtonWidget.PressAction onPress)
-
Uses of Identifier in net.minecraft.client.realms.util
Fields in net.minecraft.client.realms.util declared as Identifier Modifier and Type Field Description private static Identifier
RealmsTextureManager. ISLES
-
Uses of Identifier in net.minecraft.client.render
Fields in net.minecraft.client.render declared as Identifier Modifier and Type Field Description static 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
Methods in net.minecraft.client.render that return types with arguments of type Identifier Modifier and Type Method Description protected Optional<Identifier>
RenderPhase.Texture. getId()
protected Optional<Identifier>
RenderPhase.TextureBase. getId()
protected Optional<Identifier>
RenderPhase.Textures. getId()
Methods in net.minecraft.client.render with parameters of type Identifier Modifier and Type Method Description RenderPhase.Textures.Builder
RenderPhase.Textures.Builder. add(Identifier id, boolean blur, boolean mipmap)
static RenderLayer
RenderLayer. getArmorCutoutNoCull(Identifier texture)
static RenderLayer
RenderLayer. getBeaconBeam(Identifier texture, boolean translucent)
static RenderLayer
RenderLayer. getBlockBreaking(Identifier texture)
static RenderLayer
RenderLayer. getEnergySwirl(Identifier texture, float x, float y)
static RenderLayer
RenderLayer. getEntityAlpha(Identifier texture)
static RenderLayer
RenderLayer. getEntityCutout(Identifier texture)
static RenderLayer
RenderLayer. getEntityCutoutNoCull(Identifier texture)
static RenderLayer
RenderLayer. getEntityCutoutNoCull(Identifier texture, boolean affectsOutline)
static RenderLayer
RenderLayer. getEntityCutoutNoCullZOffset(Identifier texture)
static RenderLayer
RenderLayer. getEntityCutoutNoCullZOffset(Identifier texture, boolean affectsOutline)
static RenderLayer
RenderLayer. getEntityDecal(Identifier texture)
static RenderLayer
RenderLayer. getEntityNoOutline(Identifier texture)
static RenderLayer
RenderLayer. getEntityShadow(Identifier texture)
static RenderLayer
RenderLayer. getEntitySmoothCutout(Identifier texture)
static RenderLayer
RenderLayer. getEntitySolid(Identifier texture)
static RenderLayer
RenderLayer. getEntityTranslucent(Identifier texture)
static RenderLayer
RenderLayer. getEntityTranslucent(Identifier texture, boolean affectsOutline)
static RenderLayer
RenderLayer. getEntityTranslucentCull(Identifier texture)
static RenderLayer
RenderLayer. getEyes(Identifier texture)
static RenderLayer
RenderLayer. getItemEntityTranslucentCull(Identifier texture)
static RenderLayer
RenderLayer. getOutline(Identifier texture)
static RenderLayer
RenderLayer. getText(Identifier texture)
static RenderLayer
RenderLayer. getTextSeeThrough(Identifier texture)
private void
GameRenderer. loadShader(Identifier id)
Constructors in net.minecraft.client.render with parameters of type Identifier Constructor Description Texture(Identifier id, boolean blur, boolean mipmap)
Constructor parameters in net.minecraft.client.render with type arguments of type Identifier Constructor Description Textures(ImmutableList<Triple<Identifier,Boolean,Boolean>> textures)
-
Uses of Identifier in net.minecraft.client.render.block
Methods in net.minecraft.client.render.block with parameters of type Identifier Modifier and Type Method Description static ModelIdentifier
BlockModels. getModelId(Identifier id, BlockState state)
-
Uses of Identifier in net.minecraft.client.render.block.entity
Fields in net.minecraft.client.render.block.entity declared as Identifier Modifier and Type Field Description static Identifier
BeaconBlockEntityRenderer. BEAM_TEXTURE
private static Identifier
EndGatewayBlockEntityRenderer. BEAM_TEXTURE
static Identifier
EndPortalBlockEntityRenderer. PORTAL_TEXTURE
static Identifier
EndPortalBlockEntityRenderer. SKY_TEXTURE
Fields in net.minecraft.client.render.block.entity with type parameters of type Identifier Modifier and Type Field Description private static Map<SkullBlock.SkullType,Identifier>
SkullBlockEntityRenderer. TEXTURES
Methods in net.minecraft.client.render.block.entity with parameters of type Identifier Modifier and Type Method Description static void
BeaconBlockEntityRenderer. renderBeam(MatrixStack matrices, VertexConsumerProvider vertexConsumers, Identifier textureId, float tickDelta, float heightScale, long worldTime, int yOffset, int maxY, float[] color, float innerRadius, float outerRadius)
-
Uses of Identifier in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity declared as Identifier Modifier and Type Field Description private static Identifier
BeeEntityRenderer. ANGRY_NECTAR_TEXTURE
private static Identifier
BeeEntityRenderer. ANGRY_TEXTURE
private static Identifier
GhastEntityRenderer. ANGRY_TEXTURE
private static Identifier
WolfEntityRenderer. ANGRY_TEXTURE
private static Identifier
RabbitEntityRenderer. BLACK_TEXTURE
private static Identifier
RabbitEntityRenderer. BROWN_TEXTURE
private static Identifier
RabbitEntityRenderer. CAERBANNOG_TEXTURE
private static Identifier
VexEntityRenderer. CHARGING_TEXTURE
private static Identifier
StriderEntityRenderer. COLD_TEXTURE
static Identifier[]
ShulkerEntityRenderer. COLORED_TEXTURES
static Identifier
EnderDragonEntityRenderer. CRYSTAL_BEAM_TEXTURE
private static Identifier
GuardianEntityRenderer. EXPLOSION_BEAM_TEXTURE
private static Identifier
EnderDragonEntityRenderer. EXPLOSION_TEXTURE
private static Identifier
EnderDragonEntityRenderer. EYE_TEXTURE
private static Identifier
RabbitEntityRenderer. GOLD_TEXTURE
private static Identifier
WitherEntityRenderer. INVULNERABLE_TEXTURE
private static Identifier
WitherSkullEntityRenderer. INVULNERABLE_TEXTURE
private static Identifier
BeeEntityRenderer. NECTAR_TEXTURE
private static Identifier
BeeEntityRenderer. PASSIVE_TEXTURE
private static Identifier
RabbitEntityRenderer. SALT_TEXTURE
private static Identifier
FoxEntityRenderer. SLEEPING_SNOW_TEXTURE
private static Identifier
FoxEntityRenderer. SLEEPING_TEXTURE
private static Identifier
FoxEntityRenderer. SNOW_TEXTURE
private static Identifier
WolfEntityRenderer. TAMED_TEXTURE
static Identifier
ArmorStandEntityRenderer. TEXTURE
static Identifier
ArrowEntityRenderer. TEXTURE
private static Identifier
BatEntityRenderer. TEXTURE
private static Identifier
BipedEntityRenderer. TEXTURE
private static Identifier
BlazeEntityRenderer. TEXTURE
private static Identifier
CaveSpiderEntityRenderer. TEXTURE
private static Identifier
ChickenEntityRenderer. TEXTURE
private static Identifier
CodEntityRenderer. TEXTURE
private static Identifier
CowEntityRenderer. TEXTURE
private static Identifier
CreeperEntityRenderer. TEXTURE
private static Identifier
DolphinEntityRenderer. TEXTURE
private static Identifier
DragonFireballEntityRenderer. TEXTURE
private static Identifier
DrownedEntityRenderer. TEXTURE
static Identifier
ElderGuardianEntityRenderer. TEXTURE
private static Identifier
EndCrystalEntityRenderer. TEXTURE
private static Identifier
EnderDragonEntityRenderer. TEXTURE
private static Identifier
EndermanEntityRenderer. TEXTURE
private static Identifier
EndermiteEntityRenderer. TEXTURE
private static Identifier
EvokerEntityRenderer. TEXTURE
private static Identifier
EvokerFangsEntityRenderer. TEXTURE
private static Identifier
ExperienceOrbEntityRenderer. TEXTURE
private static Identifier
FishingBobberEntityRenderer. TEXTURE
private static Identifier
FoxEntityRenderer. TEXTURE
private static Identifier
GhastEntityRenderer. TEXTURE
private static Identifier
GiantEntityRenderer. TEXTURE
private static Identifier
GlowSquidEntityRenderer. TEXTURE
private static Identifier
GoatEntityRenderer. TEXTURE
private static Identifier
GuardianEntityRenderer. TEXTURE
private static Identifier
HoglinEntityRenderer. TEXTURE
private static Identifier
HuskEntityRenderer. TEXTURE
private static Identifier
IllusionerEntityRenderer. TEXTURE
private static Identifier
IronGolemEntityRenderer. TEXTURE
private static Identifier
LeashKnotEntityRenderer. TEXTURE
private static Identifier
LlamaSpitEntityRenderer. TEXTURE
private static Identifier
MagmaCubeEntityRenderer. TEXTURE
private static Identifier
MinecartEntityRenderer. TEXTURE
private static Identifier
OcelotEntityRenderer. TEXTURE
private static Identifier
PhantomEntityRenderer. TEXTURE
private static Identifier
PigEntityRenderer. TEXTURE
private static Identifier
PillagerEntityRenderer. TEXTURE
private static Identifier
PolarBearEntityRenderer. TEXTURE
private static Identifier
PufferfishEntityRenderer. TEXTURE
private static Identifier
RavagerEntityRenderer. TEXTURE
private static Identifier
SalmonEntityRenderer. TEXTURE
private static Identifier
SheepEntityRenderer. TEXTURE
private static Identifier
ShulkerBulletEntityRenderer. TEXTURE
static Identifier
ShulkerEntityRenderer. TEXTURE
private static Identifier
SilverfishEntityRenderer. TEXTURE
private static Identifier
SkeletonEntityRenderer. TEXTURE
private static Identifier
SlimeEntityRenderer. TEXTURE
private static Identifier
SnowGolemEntityRenderer. TEXTURE
static Identifier
SpectralArrowEntityRenderer. TEXTURE
private static Identifier
SpiderEntityRenderer. TEXTURE
private static Identifier
SquidEntityRenderer. TEXTURE
private static Identifier
StrayEntityRenderer. TEXTURE
private static Identifier
StriderEntityRenderer. TEXTURE
static Identifier
TridentEntityRenderer. TEXTURE
private static Identifier
TurtleEntityRenderer. TEXTURE
private static Identifier
VexEntityRenderer. TEXTURE
private static Identifier
VillagerEntityRenderer. TEXTURE
private static Identifier
VindicatorEntityRenderer. TEXTURE
private static Identifier
WanderingTraderEntityRenderer. TEXTURE
private static Identifier
WitchEntityRenderer. TEXTURE
private static Identifier
WitherEntityRenderer. TEXTURE
private static Identifier
WitherSkeletonEntityRenderer. TEXTURE
private static Identifier
WitherSkullEntityRenderer. TEXTURE
private static Identifier
ZoglinEntityRenderer. TEXTURE
private static Identifier
ZombieBaseEntityRenderer. TEXTURE
private static Identifier
ZombieVillagerEntityRenderer. TEXTURE
private static Identifier[]
LlamaEntityRenderer. TEXTURES
static Identifier[]
ParrotEntityRenderer. TEXTURES
static Identifier
ArrowEntityRenderer. TIPPED_TEXTURE
private static Identifier
RabbitEntityRenderer. TOAST_TEXTURE
private static Identifier
RabbitEntityRenderer. WHITE_SPOTTED_TEXTURE
private static Identifier
RabbitEntityRenderer. WHITE_TEXTURE
private static Identifier
WolfEntityRenderer. WILD_TEXTURE
Fields in net.minecraft.client.render.entity with type parameters of type Identifier Modifier and Type Field Description private static Map<AxolotlEntity.Variant,Identifier>
AxolotlEntityRenderer. TEXTURES
private static Map<EntityType<?>,Identifier>
DonkeyEntityRenderer. TEXTURES
private static Map<HorseColor,Identifier>
HorseEntityRenderer. TEXTURES
private static Map<MooshroomEntity.Type,Identifier>
MooshroomEntityRenderer. TEXTURES
private static Map<PandaEntity.Gene,Identifier>
PandaEntityRenderer. TEXTURES
private static Map<EntityType<?>,Identifier>
PiglinEntityRenderer. TEXTURES
private static Map<EntityType<?>,Identifier>
ZombieHorseEntityRenderer. TEXTURES
private Map<BoatEntity.Type,com.mojang.datafixers.util.Pair<Identifier,BoatEntityModel>>
BoatEntityRenderer. texturesAndModels
Methods in net.minecraft.client.render.entity that return Identifier Modifier and Type Method Description Identifier
AreaEffectCloudEntityRenderer. getTexture(AreaEffectCloudEntity areaEffectCloudEntity)
Identifier
ArmorStandEntityRenderer. getTexture(ArmorStandEntity armorStandEntity)
Identifier
ArrowEntityRenderer. getTexture(ArrowEntity arrowEntity)
Identifier
AxolotlEntityRenderer. getTexture(AxolotlEntity axolotlEntity)
Identifier
BatEntityRenderer. getTexture(BatEntity batEntity)
Identifier
BeeEntityRenderer. getTexture(BeeEntity beeEntity)
Identifier
BipedEntityRenderer. getTexture(T t)
Identifier
BlazeEntityRenderer. getTexture(BlazeEntity blazeEntity)
Identifier
BoatEntityRenderer. getTexture(BoatEntity boatEntity)
Identifier
CatEntityRenderer. getTexture(CatEntity catEntity)
Identifier
CaveSpiderEntityRenderer. getTexture(CaveSpiderEntity caveSpiderEntity)
Identifier
ChickenEntityRenderer. getTexture(ChickenEntity chickenEntity)
Identifier
CodEntityRenderer. getTexture(CodEntity codEntity)
Identifier
CowEntityRenderer. getTexture(CowEntity cowEntity)
Identifier
CreeperEntityRenderer. getTexture(CreeperEntity creeperEntity)
Identifier
DolphinEntityRenderer. getTexture(DolphinEntity dolphinEntity)
Identifier
DonkeyEntityRenderer. getTexture(T t)
Identifier
DragonFireballEntityRenderer. getTexture(DragonFireballEntity dragonFireballEntity)
Identifier
DrownedEntityRenderer. getTexture(ZombieEntity zombieEntity)
Identifier
ElderGuardianEntityRenderer. getTexture(GuardianEntity guardianEntity)
Identifier
EndCrystalEntityRenderer. getTexture(EndCrystalEntity endCrystalEntity)
Identifier
EnderDragonEntityRenderer. getTexture(EnderDragonEntity enderDragonEntity)
Identifier
EndermanEntityRenderer. getTexture(EndermanEntity endermanEntity)
Identifier
EndermiteEntityRenderer. getTexture(EndermiteEntity endermiteEntity)
abstract Identifier
EntityRenderer. getTexture(T entity)
Identifier
EvokerEntityRenderer. getTexture(T t)
Identifier
EvokerFangsEntityRenderer. getTexture(EvokerFangsEntity evokerFangsEntity)
Identifier
ExperienceOrbEntityRenderer. getTexture(ExperienceOrbEntity experienceOrbEntity)
Identifier
FallingBlockEntityRenderer. getTexture(FallingBlockEntity fallingBlockEntity)
Identifier
FireworkEntityRenderer. getTexture(FireworkRocketEntity fireworkRocketEntity)
Identifier
FishingBobberEntityRenderer. getTexture(FishingBobberEntity fishingBobberEntity)
Identifier
FlyingItemEntityRenderer. getTexture(Entity entity)
Identifier
FoxEntityRenderer. getTexture(FoxEntity foxEntity)
Identifier
GhastEntityRenderer. getTexture(GhastEntity ghastEntity)
Identifier
GiantEntityRenderer. getTexture(GiantEntity giantEntity)
Identifier
GlowSquidEntityRenderer. getTexture(GlowSquidEntity glowSquidEntity)
Identifier
GoatEntityRenderer. getTexture(GoatEntity goatEntity)
Identifier
GuardianEntityRenderer. getTexture(GuardianEntity guardianEntity)
Identifier
HoglinEntityRenderer. getTexture(HoglinEntity hoglinEntity)
Identifier
HorseEntityRenderer. getTexture(HorseEntity horseEntity)
Identifier
HuskEntityRenderer. getTexture(ZombieEntity zombieEntity)
Identifier
IllusionerEntityRenderer. getTexture(IllusionerEntity illusionerEntity)
Identifier
IronGolemEntityRenderer. getTexture(IronGolemEntity ironGolemEntity)
Identifier
ItemEntityRenderer. getTexture(ItemEntity itemEntity)
Identifier
ItemFrameEntityRenderer. getTexture(T t)
Identifier
LeashKnotEntityRenderer. getTexture(LeashKnotEntity leashKnotEntity)
Identifier
LightningEntityRenderer. getTexture(LightningEntity lightningEntity)
Identifier
LlamaEntityRenderer. getTexture(LlamaEntity llamaEntity)
Identifier
LlamaSpitEntityRenderer. getTexture(LlamaSpitEntity llamaSpitEntity)
Identifier
MagmaCubeEntityRenderer. getTexture(MagmaCubeEntity magmaCubeEntity)
Identifier
MinecartEntityRenderer. getTexture(T t)
Identifier
MooshroomEntityRenderer. getTexture(MooshroomEntity mooshroomEntity)
Identifier
OcelotEntityRenderer. getTexture(OcelotEntity ocelotEntity)
Identifier
PaintingEntityRenderer. getTexture(PaintingEntity paintingEntity)
Identifier
PandaEntityRenderer. getTexture(PandaEntity pandaEntity)
Identifier
ParrotEntityRenderer. getTexture(ParrotEntity parrotEntity)
Identifier
PhantomEntityRenderer. getTexture(PhantomEntity phantomEntity)
Identifier
PigEntityRenderer. getTexture(PigEntity pigEntity)
Identifier
PiglinEntityRenderer. getTexture(MobEntity mobEntity)
Identifier
PillagerEntityRenderer. getTexture(PillagerEntity pillagerEntity)
Identifier
PlayerEntityRenderer. getTexture(AbstractClientPlayerEntity abstractClientPlayerEntity)
Identifier
PolarBearEntityRenderer. getTexture(PolarBearEntity polarBearEntity)
Identifier
PufferfishEntityRenderer. getTexture(PufferfishEntity pufferfishEntity)
Identifier
RabbitEntityRenderer. getTexture(RabbitEntity rabbitEntity)
Identifier
RavagerEntityRenderer. getTexture(RavagerEntity ravagerEntity)
Identifier
SalmonEntityRenderer. getTexture(SalmonEntity salmonEntity)
Identifier
SheepEntityRenderer. getTexture(SheepEntity sheepEntity)
Identifier
ShulkerBulletEntityRenderer. getTexture(ShulkerBulletEntity shulkerBulletEntity)
Identifier
ShulkerEntityRenderer. getTexture(ShulkerEntity shulkerEntity)
Identifier
SilverfishEntityRenderer. getTexture(SilverfishEntity silverfishEntity)
Identifier
SkeletonEntityRenderer. getTexture(AbstractSkeletonEntity abstractSkeletonEntity)
Identifier
SlimeEntityRenderer. getTexture(SlimeEntity slimeEntity)
Identifier
SnowGolemEntityRenderer. getTexture(SnowGolemEntity snowGolemEntity)
Identifier
SpectralArrowEntityRenderer. getTexture(SpectralArrowEntity spectralArrowEntity)
Identifier
SpiderEntityRenderer. getTexture(T t)
Identifier
SquidEntityRenderer. getTexture(T t)
Identifier
StrayEntityRenderer. getTexture(AbstractSkeletonEntity abstractSkeletonEntity)
Identifier
StriderEntityRenderer. getTexture(StriderEntity striderEntity)
Identifier
TntEntityRenderer. getTexture(TntEntity tntEntity)
Identifier
TridentEntityRenderer. getTexture(TridentEntity tridentEntity)
Identifier
TropicalFishEntityRenderer. getTexture(TropicalFishEntity tropicalFishEntity)
Identifier
TurtleEntityRenderer. getTexture(TurtleEntity turtleEntity)
Identifier
VexEntityRenderer. getTexture(VexEntity vexEntity)
Identifier
VillagerEntityRenderer. getTexture(VillagerEntity villagerEntity)
Identifier
VindicatorEntityRenderer. getTexture(VindicatorEntity vindicatorEntity)
Identifier
WanderingTraderEntityRenderer. getTexture(WanderingTraderEntity wanderingTraderEntity)
Identifier
WitchEntityRenderer. getTexture(WitchEntity witchEntity)
Identifier
WitherEntityRenderer. getTexture(WitherEntity witherEntity)
Identifier
WitherSkeletonEntityRenderer. getTexture(AbstractSkeletonEntity abstractSkeletonEntity)
Identifier
WitherSkullEntityRenderer. getTexture(WitherSkullEntity witherSkullEntity)
Identifier
WolfEntityRenderer. getTexture(WolfEntity wolfEntity)
Identifier
ZoglinEntityRenderer. getTexture(ZoglinEntity zoglinEntity)
Identifier
ZombieBaseEntityRenderer. getTexture(ZombieEntity zombieEntity)
Identifier
ZombieHorseEntityRenderer. getTexture(HorseBaseEntity horseBaseEntity)
Identifier
ZombieVillagerEntityRenderer. getTexture(ZombieVillagerEntity zombieVillagerEntity)
-
Uses of Identifier in net.minecraft.client.render.entity.feature
Fields in net.minecraft.client.render.entity.feature declared as Identifier Modifier and Type Field Description private static Identifier[]
LlamaDecorFeatureRenderer. LLAMA_DECOR
private static Identifier
CatCollarFeatureRenderer. SKIN
private static Identifier
CreeperChargeFeatureRenderer. SKIN
private static Identifier
DrownedOverlayFeatureRenderer. SKIN
private static Identifier
ElytraFeatureRenderer. SKIN
private static Identifier
SheepWoolFeatureRenderer. SKIN
private static Identifier
StrayOverlayFeatureRenderer. SKIN
private static Identifier
WitherArmorFeatureRenderer. SKIN
private static Identifier
WolfCollarFeatureRenderer. SKIN
private Identifier
SaddleFeatureRenderer. TEXTURE
private static Identifier
StuckStingersFeatureRenderer. TEXTURE
static Identifier
TridentRiptideFeatureRenderer. TEXTURE
private static Identifier
LlamaDecorFeatureRenderer. TRADER_LLAMA_DECOR
Fields in net.minecraft.client.render.entity.feature with type parameters of type Identifier Modifier and Type Field Description private static Map<String,Identifier>
ArmorFeatureRenderer. ARMOR_TEXTURE_CACHE
private static Map<IronGolemEntity.Crack,Identifier>
IronGolemCrackFeatureRenderer. DAMAGE_TO_TEXTURE
private static Int2ObjectMap<Identifier>
VillagerClothingFeatureRenderer. LEVEL_TO_ID
private static Map<HorseMarking,Identifier>
HorseMarkingFeatureRenderer. TEXTURES
Methods in net.minecraft.client.render.entity.feature that return Identifier Modifier and Type Method Description private 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)
Identifier
FeatureRendererContext. getTexture(T entity)
Methods in net.minecraft.client.render.entity.feature with parameters of type Identifier Modifier and Type Method Description private Identifier
VillagerClothingFeatureRenderer. findTexture(String keyType, Identifier keyId)
protected static <T extends LivingEntity>
voidFeatureRenderer. render(EntityModel<T> contextModel, EntityModel<T> model, Identifier texture, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, T entity, float limbAngle, float limbDistance, float age, float headYaw, float headPitch, float tickDelta, float red, float green, float blue)
protected static <T extends LivingEntity>
voidFeatureRenderer. renderModel(EntityModel<T> model, Identifier texture, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, T entity, float red, float green, float blue)
Constructors in net.minecraft.client.render.entity.feature with parameters of type Identifier Constructor Description SaddleFeatureRenderer(FeatureRendererContext<T,M> context, M model, Identifier texture)
-
Uses of Identifier in net.minecraft.client.render.entity.model
Fields in net.minecraft.client.render.entity.model declared as Identifier Modifier and Type Field Description private Identifier
EntityModelLayer. id
static Identifier
TridentEntityModel. TEXTURE
Methods in net.minecraft.client.render.entity.model that return Identifier Modifier and Type Method Description Identifier
EntityModelLayer. getId()
Constructors in net.minecraft.client.render.entity.model with parameters of type Identifier Constructor Description EntityModelLayer(Identifier id, String name)
Constructor parameters in net.minecraft.client.render.entity.model with type arguments of type Identifier Constructor Description 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)
EntityModel(Function<Identifier,RenderLayer> layerFactory)
SinglePartEntityModel(Function<Identifier,RenderLayer> layerFactory)
-
Uses of Identifier in net.minecraft.client.render.item
Fields in net.minecraft.client.render.item declared as Identifier Modifier and Type Field Description static Identifier
ItemRenderer. ENCHANTED_ITEM_GLINT
-
Uses of Identifier in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model with type parameters of type Identifier Modifier and Type Field Description private Map<Identifier,SpriteAtlasTexture>
SpriteAtlasManager. atlases
private Map<Triple<Identifier,AffineTransformation,Boolean>,BakedModel>
ModelLoader. bakedModelCache
private Map<Identifier,BakedModel>
ModelLoader. bakedModels
static List<Identifier>
ModelLoader. BLOCK_DESTRUCTION_STAGE_TEXTURES
static List<Identifier>
ModelLoader. BLOCK_DESTRUCTION_STAGES
private Map<Identifier,BakedModel>
BakedModelManager. models
private Map<Identifier,UnbakedModel>
ModelLoader. modelsToBake
private Set<Identifier>
ModelLoader. modelsToLoad
private Map<Identifier,com.mojang.datafixers.util.Pair<SpriteAtlasTexture,SpriteAtlasTexture.Data>>
ModelLoader. spriteAtlasData
private static Map<Identifier,StateManager<Block,BlockState>>
ModelLoader. STATIC_DEFINITIONS
private Map<Identifier,UnbakedModel>
ModelLoader. unbakedModels
Methods in net.minecraft.client.render.model that return types with arguments of type Identifier Modifier and Type Method Description Map<Identifier,BakedModel>
ModelLoader. getBakedModelMap()
Collection<Identifier>
MultipartUnbakedModel. getModelDependencies()
Collection<Identifier>
UnbakedModel. getModelDependencies()
Method parameters in net.minecraft.client.render.model with type arguments of type Identifier Modifier and Type Method Description Collection<SpriteIdentifier>
MultipartUnbakedModel. getTextureDependencies(Function<Identifier,UnbakedModel> unbakedModelGetter, Set<com.mojang.datafixers.util.Pair<String,String>> unresolvedTextureReferences)
Collection<SpriteIdentifier>
UnbakedModel. getTextureDependencies(Function<Identifier,UnbakedModel> unbakedModelGetter, Set<com.mojang.datafixers.util.Pair<String,String>> unresolvedTextureReferences)
-
Uses of Identifier in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as Identifier Modifier and Type Field Description private Identifier[]
ModelOverrideList. conditionTypes
private Identifier
ModelVariant. location
private Identifier
ModelOverride. modelId
protected @Nullable Identifier
JsonUnbakedModel. parentId
private Identifier
ModelOverride.Condition. type
Methods in net.minecraft.client.render.model.json that return Identifier Modifier and Type Method Description protected Identifier
ModelVariant.Deserializer. deserializeModel(JsonObject object)
Identifier
ModelVariant. getLocation()
Identifier
ModelOverride. getModelId()
Identifier
ModelOverride.Condition. getType()
Methods in net.minecraft.client.render.model.json that return types with arguments of type Identifier Modifier and Type Method Description Collection<Identifier>
JsonUnbakedModel. getModelDependencies()
Collection<Identifier>
WeightedUnbakedModel. getModelDependencies()
Methods in net.minecraft.client.render.model.json with parameters of type Identifier Modifier and Type Method Description BakedModel
JsonUnbakedModel. bake(ModelLoader loader, Function<SpriteIdentifier,Sprite> textureGetter, ModelBakeSettings rotationContainer, Identifier modelId)
BakedModel
JsonUnbakedModel. bake(ModelLoader loader, JsonUnbakedModel parent, Function<SpriteIdentifier,Sprite> textureGetter, ModelBakeSettings settings, Identifier id, boolean hasDepth)
@Nullable BakedModel
WeightedUnbakedModel. bake(ModelLoader loader, Function<SpriteIdentifier,Sprite> textureGetter, ModelBakeSettings rotationContainer, Identifier modelId)
private static BakedQuad
JsonUnbakedModel. createQuad(ModelElement element, ModelElementFace elementFace, Sprite sprite, Direction side, ModelBakeSettings settings, Identifier id)
private static com.mojang.datafixers.util.Either<SpriteIdentifier,String>
JsonUnbakedModel.Deserializer. resolveReference(Identifier id, String name)
Method parameters in net.minecraft.client.render.model.json with type arguments of type Identifier Modifier and Type Method Description private @Nullable BakedModel
ModelOverrideList. bakeOverridingModel(ModelLoader loader, JsonUnbakedModel parent, Function<Identifier,UnbakedModel> unbakedModelGetter, ModelOverride override)
Collection<SpriteIdentifier>
JsonUnbakedModel. getTextureDependencies(Function<Identifier,UnbakedModel> unbakedModelGetter, Set<com.mojang.datafixers.util.Pair<String,String>> unresolvedTextureReferences)
Collection<SpriteIdentifier>
WeightedUnbakedModel. getTextureDependencies(Function<Identifier,UnbakedModel> unbakedModelGetter, Set<com.mojang.datafixers.util.Pair<String,String>> unresolvedTextureReferences)
Constructors in net.minecraft.client.render.model.json with parameters of type Identifier Constructor Description Condition(Identifier type, float threshold)
JsonUnbakedModel(@Nullable Identifier parentId, List<ModelElement> elements, Map<String,com.mojang.datafixers.util.Either<SpriteIdentifier,String>> textureMap, boolean ambientOcclusion, @Nullable JsonUnbakedModel.GuiLight guiLight, ModelTransformation transformations, List<ModelOverride> overrides)
ModelOverride(Identifier modelId, List<ModelOverride.Condition> conditions)
ModelVariant(Identifier location, AffineTransformation rotation, boolean uvLock, int weight)
Constructor parameters in net.minecraft.client.render.model.json with type arguments of type Identifier Constructor Description ModelOverrideList(ModelLoader modelLoader, JsonUnbakedModel parent, Function<Identifier,UnbakedModel> unbakedModelGetter, List<ModelOverride> overrides)
-
Uses of Identifier in net.minecraft.client.resource
Fields in net.minecraft.client.resource declared as Identifier Modifier and Type Field Description private static Identifier
FoliageColormapResourceSupplier. FOLIAGE_COLORMAP
private static Identifier
VideoWarningManager. GPU_WARNLIST_ID
private static Identifier
GrassColormapResourceSupplier. GRASS_COLORMAP_LOC
static Identifier
Format4ResourcePack. IRON_GOLEM_TEXTURE
static Identifier
Format4ResourcePack. OLD_BANNER_BASE_TEXTURE
static Identifier
Format4ResourcePack. OLD_SHIELD_BASE_TEXTURE
private static Identifier
SplashTextResourceSupplier. RESOURCE_ID
Fields in net.minecraft.client.resource with type parameters of type Identifier Modifier and Type Field Description private Map<Identifier,File>
ResourceIndex. field_21556
private Map<Identifier,Identifier>
Format3ResourcePack. idMap
private Map<Identifier,Identifier>
Format3ResourcePack. idMap
private static Map<String,com.mojang.datafixers.util.Pair<ChestType,Identifier>>
Format4ResourcePack. NEW_TO_OLD_CHEST_TEXTURES
static Map<Identifier,Identifier>
Format3ResourcePack. NEW_TO_OLD_MAP
static Map<Identifier,Identifier>
Format3ResourcePack. NEW_TO_OLD_MAP
Methods in net.minecraft.client.resource that return Identifier Modifier and Type Method Description private static Identifier
Format3ResourcePack. getMetadataLocation(Identifier id)
private Identifier
Format3ResourcePack. getRedirectedId(Identifier id)
Methods in net.minecraft.client.resource that return types with arguments of type Identifier Modifier and Type Method Description Collection<Identifier>
DefaultClientResourcePack. findResources(ResourceType type, String namespace, String prefix, int maxDepth, Predicate<String> pathFilter)
Collection<Identifier>
Format3ResourcePack. findResources(ResourceType type, String namespace, String prefix, int maxDepth, Predicate<String> pathFilter)
Collection<Identifier>
Format4ResourcePack. findResources(ResourceType type, String namespace, String prefix, int maxDepth, Predicate<String> pathFilter)
Collection<Identifier>
DirectResourceIndex. getFilesRecursively(String string, String string2, int int2, Predicate<String> predicate)
Collection<Identifier>
ResourceIndex. getFilesRecursively(String string, String string2, int int2, Predicate<String> predicate)
Methods in net.minecraft.client.resource with parameters of type Identifier Modifier and Type Method Description boolean
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)
File
DirectResourceIndex. getResource(Identifier identifier)
@Nullable File
ResourceIndex. getResource(Identifier identifier)
InputStream
Format3ResourcePack. open(ResourceType type, Identifier id)
InputStream
Format4ResourcePack. open(ResourceType type, Identifier id)
Constructor parameters in net.minecraft.client.resource with type arguments of type Identifier Constructor Description Format3ResourcePack(ResourcePack parent, Map<Identifier,Identifier> idMap)
Format3ResourcePack(ResourcePack parent, Map<Identifier,Identifier> idMap)
-
Uses of Identifier in net.minecraft.client.search
Fields in net.minecraft.client.search with type parameters of type Identifier Modifier and Type Field Description private Function<T,Stream<Identifier>>
IdentifierSearchableContainer. identifierFinder
Constructor parameters in net.minecraft.client.search with type arguments of type Identifier Constructor Description IdentifierSearchableContainer(Function<T,Stream<Identifier>> function)
-
Uses of Identifier in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as Identifier Modifier and Type Field Description protected Identifier
AbstractSoundInstance. id
private Identifier
Sound. id
private Identifier
WeightedSoundSet. id
Fields in net.minecraft.client.sound with type parameters of type Identifier Modifier and Type Field Description private Map<Identifier,CompletableFuture<StaticSound>>
SoundLoader. loadedSounds
private Map<Identifier,WeightedSoundSet>
SoundManager.SoundList. loadedSounds
private Map<Identifier,WeightedSoundSet>
SoundManager. sounds
private static Set<Identifier>
SoundSystem. unknownSounds
Methods in net.minecraft.client.sound that return Identifier Modifier and Type Method Description Identifier
AbstractSoundInstance. getId()
Identifier
SoundInstance. getId()
Identifier
Sound. getIdentifier()
Identifier
Sound. getLocation()
Identifier
WeightedSoundSet. method_35812()
Methods in net.minecraft.client.sound that return types with arguments of type Identifier Modifier and Type Method Description Collection<Identifier>
SoundManager. getKeys()
Methods in net.minecraft.client.sound with parameters of type Identifier Modifier and Type Method Description @Nullable WeightedSoundSet
SoundManager. get(Identifier id)
private static boolean
SoundManager. isSoundResourcePresent(Sound sound, Identifier id, ResourceManager resourceManager)
CompletableFuture<StaticSound>
SoundLoader. loadStatic(Identifier id)
CompletableFuture<AudioStream>
SoundLoader. loadStreamed(Identifier id, boolean repeatInstantly)
private void
SoundManager.SoundList. register(Identifier id, SoundEntry entry, ResourceManager resourceManager)
void
SoundManager. stopSounds(@Nullable Identifier id, @Nullable SoundCategory soundCategory)
void
SoundSystem. stopSounds(@Nullable Identifier identifier, @Nullable SoundCategory soundCategory)
Method parameters in net.minecraft.client.sound with type arguments of type Identifier Modifier and Type Method Description void
SoundManager.SoundList. addTo(Map<Identifier,WeightedSoundSet> map, SoundSystem soundSystem)
Constructors in net.minecraft.client.sound with parameters of type Identifier Constructor Description AbstractSoundInstance(Identifier soundId, SoundCategory category)
PositionedSoundInstance(Identifier id, SoundCategory category, float volume, float pitch, boolean repeat, int repeatDelay, SoundInstance.AttenuationType attenuationType, double x, double y, double z, boolean looping)
WeightedSoundSet(Identifier id, @Nullable String subtitle)
-
Uses of Identifier in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as Identifier Modifier and Type Field Description static Identifier
SpriteAtlasTexture. BLOCK_ATLAS_TEXTURE
Deprecated.private Identifier
Sprite. id
private Identifier
Sprite.Info. id
private Identifier
SpriteAtlasTexture. id
protected Identifier
ResourceTexture. location
static Identifier
TextureManager. MISSING_IDENTIFIER
private static Identifier
MissingSprite. MISSINGNO
private static Identifier
PaintingManager. PAINTING_BACK_ID
static Identifier
SpriteAtlasTexture. PARTICLE_ATLAS_TEXTURE
Deprecated.Fields in net.minecraft.client.texture with type parameters of type Identifier Modifier and Type Field Description (package private) Set<Identifier>
SpriteAtlasTexture.Data. spriteIds
private Map<Identifier,Sprite>
SpriteAtlasTexture. sprites
private Set<Identifier>
SpriteAtlasTexture. spritesToLoad
private Map<Identifier,AbstractTexture>
TextureManager. textures
Methods in net.minecraft.client.texture that return Identifier Modifier and Type Method Description Identifier
Sprite. getId()
Identifier
Sprite.Info. getId()
Identifier
SpriteAtlasTexture. getId()
static Identifier
MissingSprite. getMissingSpriteId()
private Identifier
SpriteAtlasTexture. getTexturePath(Identifier id)
Identifier
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)
Identifier
TextureManager. registerDynamicTexture(String prefix, NativeImageBackedTexture texture)
private Identifier
SpriteAtlasHolder. toSpriteId(Identifier objectId)
Methods in net.minecraft.client.texture that return types with arguments of type Identifier Modifier and Type Method Description protected Stream<Identifier>
PaintingManager. getSprites()
protected abstract Stream<Identifier>
SpriteAtlasHolder. getSprites()
protected Stream<Identifier>
StatusEffectSpriteManager. getSprites()
Methods in net.minecraft.client.texture with parameters of type Identifier Modifier and Type Method Description void
TextureManager. bindTexture(Identifier id)
private void
TextureManager. bindTextureInner(Identifier id)
private void
TextureManager. closeTexture(Identifier id, AbstractTexture texture)
void
TextureManager. destroyTexture(Identifier id)
protected Sprite
SpriteAtlasHolder. getSprite(Identifier objectId)
Sprite
SpriteAtlasTexture. getSprite(Identifier id)
AbstractTexture
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)
CompletableFuture<Void>
TextureManager. loadTextureAsync(Identifier id, Executor executor)
AbstractTexture
TextureManager. method_34590(Identifier identifier, AbstractTexture abstractTexture)
void
PlayerSkinProvider.SkinTextureAvailableCallback. onSkinTextureAvailable(com.mojang.authlib.minecraft.MinecraftProfileTexture.Type type, Identifier identifier, com.mojang.authlib.minecraft.MinecraftProfileTexture texture)
void
AbstractTexture. registerTexture(TextureManager textureManager, ResourceManager resourceManager, Identifier identifier, Executor executor)
void
AsyncTexture. registerTexture(TextureManager textureManager, ResourceManager resourceManager, Identifier identifier, Executor executor)
void
TextureManager. registerTexture(Identifier id, AbstractTexture texture)
private Identifier
SpriteAtlasHolder. toSpriteId(Identifier objectId)
Method parameters in net.minecraft.client.texture with type arguments of type Identifier Modifier and Type Method Description private Collection<Sprite.Info>
SpriteAtlasTexture. loadSprites(ResourceManager resourceManager, Set<Identifier> ids)
SpriteAtlasTexture.Data
SpriteAtlasTexture. stitch(ResourceManager resourceManager, Stream<Identifier> idStream, Profiler profiler, int mipmapLevel)
Constructors in net.minecraft.client.texture with parameters of type Identifier Constructor Description AsyncTexture(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)
SpriteAtlasTexture(Identifier id)
Constructor parameters in net.minecraft.client.texture with type arguments of type Identifier Constructor Description Data(Set<Identifier> spriteIds, int width, int height, int maxLevel, List<Sprite> sprites)
-
Uses of Identifier in net.minecraft.client.toast
Fields in net.minecraft.client.toast declared as Identifier Modifier and Type Field Description static Identifier
Toast. TEXTURE
-
Uses of Identifier in net.minecraft.client.util
Subclasses of Identifier in net.minecraft.client.util Modifier and Type Class Description class
ModelIdentifier
Fields in net.minecraft.client.util declared as Identifier Modifier and Type Field Description private static Identifier
DefaultSkinHelper. ALEX_SKIN
private Identifier
SpriteIdentifier. atlas
private static Identifier
DefaultSkinHelper. STEVE_SKIN
private Identifier
SpriteIdentifier. texture
Methods in net.minecraft.client.util that return Identifier Modifier and Type Method Description Identifier
SpriteIdentifier. getAtlasId()
static Identifier
DefaultSkinHelper. getTexture()
static Identifier
DefaultSkinHelper. getTexture(UUID uuid)
Identifier
SpriteIdentifier. getTextureId()
Methods in net.minecraft.client.util with parameters of type Identifier Modifier and Type Method Description static int[]
RawTextureDataLoader. loadRawTextureData(ResourceManager resourceManager, Identifier identifier)
Deprecated.Method parameters in net.minecraft.client.util with type arguments of type Identifier Modifier and Type Method Description RenderLayer
SpriteIdentifier. getRenderLayer(Function<Identifier,RenderLayer> layerFactory)
VertexConsumer
SpriteIdentifier. getVertexConsumer(VertexConsumerProvider vertexConsumers, Function<Identifier,RenderLayer> layerFactory)
VertexConsumer
SpriteIdentifier. method_30001(VertexConsumerProvider vertexConsumerProvider, Function<Identifier,RenderLayer> function, boolean bool)
Constructors in net.minecraft.client.util with parameters of type Identifier Constructor Description ModelIdentifier(Identifier id, String variant)
SpriteIdentifier(Identifier atlas, Identifier texture)
-
Uses of Identifier in net.minecraft.command
Fields in net.minecraft.command declared as Identifier Modifier and Type Field Description private Identifier
StorageDataObject. id
Methods in net.minecraft.command that return types with arguments of type Identifier Modifier and Type Method Description Stream<Identifier>
DataCommandStorage. getIds()
Stream<Identifier>
DataCommandStorage.PersistentState. getIds(String namespace)
Stream<Identifier>
CommandSource. getRecipeIds()
Collection<Identifier>
CommandSource. getSoundIds()
Methods in net.minecraft.command with parameters of type Identifier Modifier and Type Method Description NbtCompound
DataCommandStorage. get(Identifier id)
void
DataCommandStorage. set(Identifier id, NbtCompound nbt)
Method parameters in net.minecraft.command with type arguments of type Identifier Modifier and Type Method Description static <T> void
CommandSource. forEachMatching(Iterable<T> candidates, String string, String string2, Function<T,Identifier> identifier, Consumer<T> action)
static <T> void
CommandSource. forEachMatching(Iterable<T> candidates, String string, Function<T,Identifier> identifier, Consumer<T> action)
static <T> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
CommandSource. suggestFromIdentifier(Iterable<T> candidates, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, Function<T,Identifier> identifier, Function<T,com.mojang.brigadier.Message> tooltip)
static <T> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
CommandSource. suggestFromIdentifier(Stream<T> candidates, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, Function<T,Identifier> identifier, Function<T,com.mojang.brigadier.Message> tooltip)
static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
CommandSource. suggestIdentifiers(Iterable<Identifier> candidates, com.mojang.brigadier.suggestion.SuggestionsBuilder builder)
static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
CommandSource. suggestIdentifiers(Iterable<Identifier> candidates, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, String string)
static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
CommandSource. suggestIdentifiers(Stream<Identifier> stream, com.mojang.brigadier.suggestion.SuggestionsBuilder builder)
Constructors in net.minecraft.command with parameters of type Identifier Constructor Description StorageDataObject(DataCommandStorage storage, Identifier id)
-
Uses of Identifier in net.minecraft.command.argument
Fields in net.minecraft.command.argument declared as Identifier Modifier and Type Field Description private Identifier
BlockArgumentParser. blockId
Identifier
ArgumentTypes.Entry. id
private Identifier
ItemStringReader. id
private Identifier
BlockArgumentParser. tagId
Fields in net.minecraft.command.argument with type parameters of type Identifier Modifier and Type Field Description private static Map<Identifier,ArgumentTypes.Entry<?>>
ArgumentTypes. idMap
Methods in net.minecraft.command.argument that return Identifier Modifier and Type Method Description static Identifier
EntitySummonArgumentType. getEntitySummon(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name)
Identifier
ItemStringReader. getId()
static Identifier
IdentifierArgumentType. getIdentifier(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name)
@Nullable Identifier
BlockArgumentParser. getTagId()
Identifier
DimensionArgumentType. parse(com.mojang.brigadier.StringReader stringReader)
Identifier
EntitySummonArgumentType. parse(com.mojang.brigadier.StringReader stringReader)
Identifier
IdentifierArgumentType. parse(com.mojang.brigadier.StringReader stringReader)
private static Identifier
EntitySummonArgumentType. validate(Identifier identifier)
Methods in net.minecraft.command.argument that return types with arguments of type Identifier Modifier and Type Method Description com.mojang.datafixers.util.Pair<Identifier,com.mojang.datafixers.util.Either<CommandFunction,Tag<CommandFunction>>>
CommandFunctionArgumentType.FunctionArgument. getFunctionOrTag(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext)
static com.mojang.datafixers.util.Pair<Identifier,com.mojang.datafixers.util.Either<CommandFunction,Tag<CommandFunction>>>
CommandFunctionArgumentType. getFunctionOrTag(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string)
Methods in net.minecraft.command.argument with parameters of type Identifier Modifier and Type Method Description private static @Nullable ArgumentTypes.Entry<?>
ArgumentTypes. byId(Identifier id)
private static CommandFunction
CommandFunctionArgumentType. getFunction(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, Identifier id)
private static Tag<CommandFunction>
CommandFunctionArgumentType. getFunctionTag(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, Identifier id)
private static Identifier
EntitySummonArgumentType. validate(Identifier identifier)
Constructors in net.minecraft.command.argument with parameters of type Identifier Constructor Description Entry(Class<T> argumentClass, ArgumentSerializer<T> serializer, Identifier id)
-
Uses of Identifier in net.minecraft.command.suggestion
Fields in net.minecraft.command.suggestion declared as Identifier Modifier and Type Field Description private static Identifier
SuggestionProviders. ASK_SERVER_NAME
private Identifier
SuggestionProviders.LocalProvider. name
Fields in net.minecraft.command.suggestion with type parameters of type Identifier Modifier and Type Field Description private static Map<Identifier,com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource>>
SuggestionProviders. REGISTRY
Methods in net.minecraft.command.suggestion that return Identifier Modifier and Type Method Description static Identifier
SuggestionProviders. computeName(com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> provider)
Methods in net.minecraft.command.suggestion with parameters of type Identifier Modifier and Type Method Description static com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource>
SuggestionProviders. byId(Identifier id)
static <S extends CommandSource>
com.mojang.brigadier.suggestion.SuggestionProvider<S>SuggestionProviders. register(Identifier name, com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> provider)
Constructors in net.minecraft.command.suggestion with parameters of type Identifier Constructor Description LocalProvider(Identifier name, com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> suggestionProvider)
-
Uses of Identifier in net.minecraft.data.client
Fields in net.minecraft.data.client with type parameters of type Identifier Modifier and Type Field Description private BiConsumer<Identifier,Supplier<JsonElement>>
ItemModelGenerator. writer
Methods in net.minecraft.data.client with parameters of type Identifier Modifier and Type Method Description private static Path
BlockStateDefinitionProvider. getModelJsonPath(Path root, Identifier id)
Constructor parameters in net.minecraft.data.client with type arguments of type Identifier Constructor Description ItemModelGenerator(BiConsumer<Identifier,Supplier<JsonElement>> writer)
-
Uses of Identifier in net.minecraft.data.client.model
Fields in net.minecraft.data.client.model declared as Identifier Modifier and Type Field Description private @Nullable Identifier
BlockStateModelGenerator.BlockTexturePool. baseModelId
private Identifier
BlockStateModelGenerator.BuiltinModelPool. modelId
private Identifier
SimpleModelSupplier. parent
Fields in net.minecraft.data.client.model with type parameters of type Identifier Modifier and Type Field Description static Map<BooleanProperty,Function<Identifier,BlockStateVariant>>
BlockStateModelGenerator. CONNECTION_VARIANT_FUNCTIONS
A map from a boolean property about connection on one direction to a function that creates a block state variant for connection on that direction with a given connection model.private Map<TextureKey,Identifier>
Texture. entries
private Map<Model,Identifier>
BlockStateModelGenerator.BlockTexturePool. knownModels
static VariantSetting<Identifier>
VariantSettings. MODEL
private BiConsumer<Identifier,Supplier<JsonElement>>
BlockStateModelGenerator. modelCollector
private Optional<Identifier>
Model. parent
Methods in net.minecraft.data.client.model that return types with arguments of type Identifier Modifier and Type Method Description private Map<TextureKey,Identifier>
Model. createTextureMap(Texture texture)
private List<Identifier>
BlockStateModelGenerator. getFireFloorModels(Block texture)
private List<Identifier>
BlockStateModelGenerator. getFireSideModels(Block texture)
private List<Identifier>
BlockStateModelGenerator. getFireUpModels(Block texture)
Methods in net.minecraft.data.client.model with parameters of type Identifier Modifier and Type Method Description static Texture
Texture. all(Identifier id)
Texture
Texture. copyAndAdd(TextureKey key, Identifier id)
BlockStateSupplier
BlockStateModelGenerator.StateFactory. create(Block block, Identifier modelId, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)
private static BlockStateSupplier
BlockStateModelGenerator. createAxisRotatedBlockState(Block block, Identifier modelId)
private static BlockStateSupplier
BlockStateModelGenerator. createAxisRotatedBlockState(Block block, Identifier verticalModelId, Identifier horizontalModelId)
private static VariantsBlockStateSupplier
BlockStateModelGenerator. createBlockStateWithRandomHorizontalRotations(Block block, Identifier modelId)
private static VariantsBlockStateSupplier
BlockStateModelGenerator. createBlockStateWithTwoModelAndRandomInversion(Block block, Identifier firstModelId, Identifier secondModelId)
private static BlockStateVariantMap
BlockStateModelGenerator. createBooleanModelMap(BooleanProperty property, Identifier trueModel, Identifier falseModel)
private static BlockStateSupplier
BlockStateModelGenerator. createButtonBlockState(Block buttonBlock, Identifier regularModelId, Identifier pressedModelId)
private static BlockStateSupplier
BlockStateModelGenerator. createDeepslateState(Block block, Identifier modelId, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)
private static BlockStateSupplier
BlockStateModelGenerator. createDoorBlockState(Block doorBlock, Identifier bottomModelId, Identifier bottomHingeModelId, Identifier topModelId, Identifier topHingeModelId)
private static BlockStateSupplier
BlockStateModelGenerator. createFenceBlockState(Block fenceBlock, Identifier postModelId, Identifier sideModelId)
private static BlockStateSupplier
BlockStateModelGenerator. createFenceGateBlockState(Block fenceGateBlock, Identifier openModelId, Identifier closedModelId, Identifier openWallModelId, Identifier closedWallModelId)
private static BlockStateVariant[]
BlockStateModelGenerator. createModelVariantWithRandomHorizontalRotations(Identifier modelId)
private static BlockStateSupplier
BlockStateModelGenerator. createOrientableTrapdoorBlockState(Block trapdoorBlock, Identifier topModelId, Identifier bottomModelId, Identifier openModelId)
private static BlockStateSupplier
BlockStateModelGenerator. createPressurePlateBlockState(Block pressurePlateBlock, Identifier upModelId, Identifier downModelId)
private static VariantsBlockStateSupplier
BlockStateModelGenerator. createSingletonBlockState(Block block, Identifier modelId)
private static BlockStateSupplier
BlockStateModelGenerator. createSlabBlockState(Block slabBlock, Identifier bottomModelId, Identifier topModelId, Identifier fullModelId)
private static BlockStateSupplier
BlockStateModelGenerator. createStairsBlockState(Block stairsBlock, Identifier innerModelId, Identifier regularModelId, Identifier outerModelId)
private static BlockStateSupplier
BlockStateModelGenerator. createStoneState(Block block, Identifier modelId, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)
private static BlockStateSupplier
BlockStateModelGenerator. createTrapdoorBlockState(Block trapdoorBlock, Identifier topModelId, Identifier bottomModelId, Identifier openModelId)
private static <T extends Comparable<T>>
BlockStateVariantMapBlockStateModelGenerator. createValueFencedModelMap(Property<T> property, T fence, Identifier higherOrEqualModelId, Identifier lowerModelId)
private static BlockStateSupplier
BlockStateModelGenerator. createWallBlockState(Block wallBlock, Identifier postModelId, Identifier lowSideModelId, Identifier tallSideModelId)
static Texture
Texture. crop(Identifier id)
static Texture
Texture. cross(Identifier id)
private static BlockStateVariantMap.QuadrupleProperty<Direction,DoubleBlockHalf,DoorHinge,Boolean>
BlockStateModelGenerator. fillDoorVariantMap(BlockStateVariantMap.QuadrupleProperty<Direction,DoubleBlockHalf,DoorHinge,Boolean> variantMap, DoubleBlockHalf targetHalf, Identifier regularModel, Identifier hingeModel)
static TexturedModel
TexturedModel. getCubeAll(Identifier id)
static Texture
Texture. layer0(Identifier id)
static Texture
Texture. method_32232(Identifier identifier)
Texture
Texture. method_35909(TextureKey textureKey, Identifier identifier)
static Texture
Texture. method_35910(Identifier identifier, Identifier identifier2)
static Texture
Texture. method_35911(Identifier identifier)
static Texture
Texture. of(TextureKey key, Identifier id)
static Texture
Texture. particle(Identifier id)
static Texture
Texture. plant(Identifier id)
Texture
Texture. put(TextureKey key, Identifier id)
static Texture
Texture. rail(Identifier id)
private void
BlockStateModelGenerator. registerAxisRotated(Block block, Identifier modelId)
private BlockStateModelGenerator.BuiltinModelPool
BlockStateModelGenerator. registerBuiltin(Identifier modelId, Block particleBlock)
private void
BlockStateModelGenerator. registerBuiltinWithParticle(Block block, Identifier particleSource)
private void
BlockStateModelGenerator. registerDoubleBlock(Block block, Identifier upperHalfModelId, Identifier lowerHalfModelId)
private void
BlockStateModelGenerator. registerParentedItemModel(Block block, Identifier parentModelId)
private void
BlockStateModelGenerator. registerParentedItemModel(Item item, Identifier parentModelId)
private void
BlockStateModelGenerator. registerPiston(Block piston, Identifier extendedModelId, Texture texture)
private void
BlockStateModelGenerator. registerTopSoil(Block topSoil, Identifier modelId, BlockStateVariant snowyVariant)
static Texture
Texture. sideEnd(Identifier side, Identifier end)
static Texture
Texture. texture(Identifier id)
static Texture
Texture. torch(Identifier id)
Identifier
Model. upload(Identifier id, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)
Constructors in net.minecraft.data.client.model with parameters of type Identifier Constructor Description BuiltinModelPool(Identifier modelId, Block block)
SimpleModelSupplier(Identifier parent)
Constructor parameters in net.minecraft.data.client.model with type arguments of type Identifier Constructor Description BlockStateModelGenerator(Consumer<BlockStateSupplier> blockStateCollector, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector, Consumer<Item> simpleItemModelExemptionCollector)
Model(Optional<Identifier> parent, Optional<String> variant, TextureKey[] requiredTextures)
-
Uses of Identifier in net.minecraft.data.report
Methods in net.minecraft.data.report with parameters of type Identifier Modifier and Type Method Description private static Path
BiomeListProvider. getPath(Path path, Identifier identifier)
-
Uses of Identifier in net.minecraft.data.server
Fields in net.minecraft.data.server with type parameters of type Identifier Modifier and Type Field Description private Map<Identifier,LootTable.Builder>
BlockLootTableGenerator. lootTables
private Map<Identifier,LootTable.Builder>
EntityLootTableGenerator. lootTables
private List<com.mojang.datafixers.util.Pair<Supplier<Consumer<BiConsumer<Identifier,LootTable.Builder>>>,LootContextType>>
LootTablesProvider. lootTypeGenerators
private Map<Identifier,Tag.Builder>
AbstractTagProvider. tagBuilders
Methods in net.minecraft.data.server with parameters of type Identifier Modifier and Type Method Description 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)
AbstractTagProvider.ObjectBuilder<T>
AbstractTagProvider.ObjectBuilder. method_35922(Identifier identifier)
AbstractTagProvider.ObjectBuilder<T>
AbstractTagProvider.ObjectBuilder. method_35923(Identifier identifier)
private void
EntityLootTableGenerator. register(Identifier identifier, LootTable.Builder builder)
Method parameters in net.minecraft.data.server with type arguments of type Identifier Modifier and Type Method Description void
BarterLootTableGenerator. accept(BiConsumer<Identifier,LootTable.Builder> biConsumer)
void
BlockLootTableGenerator. accept(BiConsumer<Identifier,LootTable.Builder> biConsumer)
void
ChestLootTableGenerator. accept(BiConsumer<Identifier,LootTable.Builder> biConsumer)
void
EntityLootTableGenerator. accept(BiConsumer<Identifier,LootTable.Builder> biConsumer)
void
FishingLootTableGenerator. accept(BiConsumer<Identifier,LootTable.Builder> biConsumer)
void
GiftLootTableGenerator. accept(BiConsumer<Identifier,LootTable.Builder> biConsumer)
-
Uses of Identifier in net.minecraft.data.server.recipe
Fields in net.minecraft.data.server.recipe declared as Identifier Modifier and Type Field Description private Identifier
CookingRecipeJsonFactory.CookingRecipeJsonProvider. advancementId
private Identifier
ShapedRecipeJsonFactory.ShapedRecipeJsonProvider. advancementId
private Identifier
ShapelessRecipeJsonFactory.ShapelessRecipeJsonProvider. advancementId
private Identifier
SingleItemRecipeJsonFactory.SingleItemRecipeJsonProvider. advancementId
private Identifier
SmithingRecipeJsonFactory.SmithingRecipeJsonProvider. advancementId
private Identifier
CookingRecipeJsonFactory.CookingRecipeJsonProvider. recipeId
private Identifier
ShapedRecipeJsonFactory.ShapedRecipeJsonProvider. recipeId
private Identifier
ShapelessRecipeJsonFactory.ShapelessRecipeJsonProvider. recipeId
private Identifier
SingleItemRecipeJsonFactory.SingleItemRecipeJsonProvider. recipeId
private Identifier
SmithingRecipeJsonFactory.SmithingRecipeJsonProvider. recipeId
Methods in net.minecraft.data.server.recipe that return Identifier Modifier and Type Method Description @Nullable Identifier
CookingRecipeJsonFactory.CookingRecipeJsonProvider. getAdvancementId()
@Nullable Identifier
RecipeJsonProvider. getAdvancementId()
@Nullable Identifier
ShapedRecipeJsonFactory.ShapedRecipeJsonProvider. getAdvancementId()
@Nullable Identifier
ShapelessRecipeJsonFactory.ShapelessRecipeJsonProvider. getAdvancementId()
@Nullable Identifier
SingleItemRecipeJsonFactory.SingleItemRecipeJsonProvider. getAdvancementId()
@Nullable Identifier
SmithingRecipeJsonFactory.SmithingRecipeJsonProvider. getAdvancementId()
Identifier
CookingRecipeJsonFactory.CookingRecipeJsonProvider. getRecipeId()
Identifier
RecipeJsonProvider. getRecipeId()
Identifier
ShapedRecipeJsonFactory.ShapedRecipeJsonProvider. getRecipeId()
Identifier
ShapelessRecipeJsonFactory.ShapelessRecipeJsonProvider. getRecipeId()
Identifier
SingleItemRecipeJsonFactory.SingleItemRecipeJsonProvider. getRecipeId()
Identifier
SmithingRecipeJsonFactory.SmithingRecipeJsonProvider. getRecipeId()
Methods in net.minecraft.data.server.recipe with parameters of type Identifier Modifier and Type Method Description void
CookingRecipeJsonFactory. offerTo(Consumer<RecipeJsonProvider> exporter, Identifier recipeId)
void
ShapedRecipeJsonFactory. offerTo(Consumer<RecipeJsonProvider> exporter, Identifier recipeId)
void
ShapelessRecipeJsonFactory. offerTo(Consumer<RecipeJsonProvider> exporter, Identifier recipeId)
void
SingleItemRecipeJsonFactory. offerTo(Consumer<RecipeJsonProvider> exporter, Identifier recipeId)
void
SmithingRecipeJsonFactory. offerTo(Consumer<RecipeJsonProvider> exporter, Identifier recipeId)
private void
CookingRecipeJsonFactory. validate(Identifier recipeId)
private void
ShapedRecipeJsonFactory. validate(Identifier recipeId)
private void
ShapelessRecipeJsonFactory. validate(Identifier recipeId)
private void
SingleItemRecipeJsonFactory. validate(Identifier recipeId)
private void
SmithingRecipeJsonFactory. validate(Identifier recipeId)
Constructors in net.minecraft.data.server.recipe with parameters of type Identifier Constructor Description CookingRecipeJsonProvider(Identifier recipeId, String group, Ingredient ingredient, Item result, float experience, int cookingTime, Advancement.Task builder, Identifier advancementId, RecipeSerializer<? extends AbstractCookingRecipe> serializer)
ShapedRecipeJsonProvider(Identifier recipeId, Item output, int outputCount, String group, List<String> pattern, Map<Character,Ingredient> inputs, Advancement.Task builder, Identifier advancementId)
ShapelessRecipeJsonProvider(Identifier recipeId, Item output, int outputCount, String group, List<Ingredient> inputs, Advancement.Task builder, Identifier advancementId)
SingleItemRecipeJsonProvider(Identifier recipeId, RecipeSerializer<?> serializer, String group, Ingredient input, Item output, int outputCount, Advancement.Task builder, Identifier advancementId)
SmithingRecipeJsonProvider(Identifier recipeId, RecipeSerializer<?> serializer, Ingredient base, Ingredient addition, Item result, Advancement.Task builder, Identifier advancementId)
-
Uses of Identifier in net.minecraft.entity
Fields in net.minecraft.entity declared as Identifier Modifier and Type Field Description private @Nullable Identifier
EntityType. lootTableId
Methods in net.minecraft.entity that return Identifier Modifier and Type Method Description static Identifier
EntityType. getId(EntityType<?> type)
Identifier
LivingEntity. getLootTable()
Identifier
EntityType. getLootTableId()
-
Uses of Identifier in net.minecraft.entity.ai.brain.task
Fields in net.minecraft.entity.ai.brain.task with type parameters of type Identifier Modifier and Type Field Description private static Map<VillagerProfession,Identifier>
GiveGiftsToHeroTask. GIFTS
-
Uses of Identifier in net.minecraft.entity.boss
Fields in net.minecraft.entity.boss declared as Identifier Modifier and Type Field Description private Identifier
CommandBossBar. id
Fields in net.minecraft.entity.boss with type parameters of type Identifier Modifier and Type Field Description private Map<Identifier,CommandBossBar>
BossBarManager. commandBossBars
Methods in net.minecraft.entity.boss that return Identifier Modifier and Type Method Description Identifier
CommandBossBar. getId()
Methods in net.minecraft.entity.boss that return types with arguments of type Identifier Modifier and Type Method Description Collection<Identifier>
BossBarManager. getIds()
Methods in net.minecraft.entity.boss with parameters of type Identifier Modifier and Type Method Description CommandBossBar
BossBarManager. add(Identifier id, Text displayName)
static CommandBossBar
CommandBossBar. fromNbt(NbtCompound nbt, Identifier id)
@Nullable CommandBossBar
BossBarManager. get(Identifier id)
Constructors in net.minecraft.entity.boss with parameters of type Identifier Constructor Description CommandBossBar(Identifier id, Text displayName)
-
Uses of Identifier in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob declared as Identifier Modifier and Type Field Description private Identifier
MobEntity. lootTable
Methods in net.minecraft.entity.mob that return Identifier Modifier and Type Method Description Identifier
MobEntity. getLootTable()
protected Identifier
MagmaCubeEntity. getLootTableId()
protected Identifier
MobEntity. getLootTableId()
protected Identifier
SlimeEntity. getLootTableId()
-
Uses of Identifier in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as Identifier Modifier and Type Field Description private static Identifier
RabbitEntity. KILLER_BUNNY
private static Identifier[]
TropicalFishEntity. LARGE_FISH_VARIETY_IDS
private static Identifier[]
TropicalFishEntity. SHAPE_IDS
private static Identifier[]
TropicalFishEntity. SMALL_FISH_VARIETY_IDS
Fields in net.minecraft.entity.passive with type parameters of type Identifier Modifier and Type Field Description static Map<Integer,Identifier>
CatEntity. TEXTURES
Methods in net.minecraft.entity.passive that return Identifier Modifier and Type Method Description Identifier
SheepEntity. getLootTableId()
Identifier
TropicalFishEntity. getShapeId()
Identifier
CatEntity. getTexture()
Identifier
TropicalFishEntity. getVarietyId()
-
Uses of Identifier in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type Identifier Modifier and Type Method Description void
PlayerEntity. increaseStat(Identifier stat, int amount)
void
PlayerEntity. incrementStat(Identifier stat)
void
PlayerEntity. unlockRecipes(Identifier[] ids)
-
Uses of Identifier in net.minecraft.entity.vehicle
Fields in net.minecraft.entity.vehicle declared as Identifier Modifier and Type Field Description private @Nullable Identifier
StorageMinecartEntity. lootTableId
Methods in net.minecraft.entity.vehicle with parameters of type Identifier Modifier and Type Method Description void
StorageMinecartEntity. setLootTable(Identifier id, long lootSeed)
-
Uses of Identifier in net.minecraft.item
Methods in net.minecraft.item that return Identifier Modifier and Type Method Description Identifier
HorseArmorItem. getEntityTexture()
Methods in net.minecraft.item with parameters of type Identifier Modifier and Type Method Description private static Item
Items. register(Identifier id, Item item)
-
Uses of Identifier in net.minecraft.loot
Fields in net.minecraft.loot with type parameters of type Identifier Modifier and Type Field Description private Function<Identifier,LootCondition>
LootTableReporter. conditionGetter
private Set<Identifier>
LootTableReporter. conditions
private static Set<Identifier>
LootTables. LOOT_TABLES
private static Set<Identifier>
LootTables. LOOT_TABLES_READ_ONLY
private Function<Identifier,LootTable>
LootTableReporter. tableGetter
private Map<Identifier,LootTable>
LootManager. tables
private Set<Identifier>
LootTableReporter. tables
Methods in net.minecraft.loot that return Identifier Modifier and Type Method Description private static Identifier
LootTables. register(String id)
private static Identifier
LootTables. registerLootTable(Identifier id)
Methods in net.minecraft.loot that return types with arguments of type Identifier Modifier and Type Method Description static Set<Identifier>
LootTables. getAll()
Set<Identifier>
LootManager. getTableIds()
Methods in net.minecraft.loot with parameters of type Identifier Modifier and Type Method Description @Nullable LootCondition
LootTableReporter. getCondition(Identifier id)
LootTable
LootManager. getTable(Identifier id)
@Nullable LootTable
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
LootTableReporter. withCondition(String name, Identifier id)
LootTableReporter
LootTableReporter. withTable(String name, Identifier id)
Method parameters in net.minecraft.loot with type arguments of type Identifier Modifier and Type Method Description protected void
LootManager. apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
Constructor parameters in net.minecraft.loot with type arguments of type Identifier Constructor Description 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(Multimap<String,String> messages, Supplier<String> nameFactory, LootContextType contextType, Function<Identifier,LootCondition> conditionGetter, Set<Identifier> conditions, Function<Identifier,LootTable> tableGetter, Set<Identifier> tables)
LootTableReporter(LootContextType contextType, Function<Identifier,LootCondition> conditionGetter, Function<Identifier,LootTable> tableFactory)
-
Uses of Identifier in net.minecraft.loot.condition
Fields in net.minecraft.loot.condition declared as Identifier Modifier and Type Field Description private Identifier
ReferenceLootCondition. id
Fields in net.minecraft.loot.condition with type parameters of type Identifier Modifier and Type Field Description private Map<Identifier,LootCondition>
LootConditionManager. conditions
Methods in net.minecraft.loot.condition that return types with arguments of type Identifier Modifier and Type Method Description Set<Identifier>
LootConditionManager. getIds()
Methods in net.minecraft.loot.condition with parameters of type Identifier Modifier and Type Method Description @Nullable LootCondition
LootConditionManager. get(Identifier id)
static LootCondition.Builder
ReferenceLootCondition. method_35555(Identifier identifier)
Method parameters in net.minecraft.loot.condition with type arguments of type Identifier Modifier and Type Method Description protected void
LootConditionManager. apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
Constructors in net.minecraft.loot.condition with parameters of type Identifier Constructor Description ReferenceLootCondition(Identifier id)
-
Uses of Identifier in net.minecraft.loot.context
Fields in net.minecraft.loot.context declared as Identifier Modifier and Type Field Description private Identifier
LootContextParameter. id
Fields in net.minecraft.loot.context with type parameters of type Identifier Modifier and Type Field Description private Function<Identifier,LootCondition>
LootContext. conditionGetter
private Map<Identifier,LootContext.Dropper>
LootContext.Builder. drops
private Map<Identifier,LootContext.Dropper>
LootContext. drops
private static BiMap<Identifier,LootContextType>
LootContextTypes. MAP
private Function<Identifier,LootTable>
LootContext. tableGetter
Methods in net.minecraft.loot.context that return Identifier Modifier and Type Method Description static @Nullable Identifier
LootContextTypes. getId(LootContextType type)
Identifier
LootContextParameter. getIdentifier()
Methods in net.minecraft.loot.context with parameters of type Identifier Modifier and Type Method Description void
LootContext. drop(Identifier id, Consumer<ItemStack> lootConsumer)
static @Nullable LootContextType
LootContextTypes. get(Identifier id)
LootCondition
LootContext. getCondition(Identifier id)
LootTable
LootContext. getSupplier(Identifier id)
LootContext.Builder
LootContext.Builder. putDrop(Identifier id, LootContext.Dropper value)
Constructors in net.minecraft.loot.context with parameters of type Identifier Constructor Description LootContextParameter(Identifier id)
Constructor parameters in net.minecraft.loot.context with type arguments of type Identifier Constructor Description LootContext(Random random, float luck, ServerWorld world, Function<Identifier,LootTable> tableGetter, Function<Identifier,LootCondition> conditionSetter, Map<LootContextParameter<?>,Object> parameters, Map<Identifier,LootContext.Dropper> drops)
-
Uses of Identifier in net.minecraft.loot.entry
Fields in net.minecraft.loot.entry declared as Identifier Modifier and Type Field Description private Identifier
LootTableEntry. id
private Identifier
DynamicEntry. name
Methods in net.minecraft.loot.entry with parameters of type Identifier Modifier and Type Method Description static LeafEntry.Builder<?>
DynamicEntry. builder(Identifier name)
static LeafEntry.Builder<?>
LootTableEntry. builder(Identifier id)
Constructors in net.minecraft.loot.entry with parameters of type Identifier Constructor Description DynamicEntry(Identifier name, int weight, int quality, LootCondition[] conditions, LootFunction[] functions)
LootTableEntry(Identifier id, int weight, int quality, LootCondition[] conditions, LootFunction[] functions)
-
Uses of Identifier in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as Identifier Modifier and Type Field Description private Identifier
SetLootTableLootFunction. id
static Identifier
ApplyBonusLootFunction.BinomialWithBonusCount. ID
static Identifier
ApplyBonusLootFunction.OreDrops. ID
static Identifier
ApplyBonusLootFunction.UniformBonusCount. ID
Fields in net.minecraft.loot.function with type parameters of type Identifier Modifier and Type Field Description private static Map<Identifier,ApplyBonusLootFunction.FormulaFactory>
ApplyBonusLootFunction. FACTORIES
private Map<Identifier,LootFunction>
LootFunctionManager. functions
Methods in net.minecraft.loot.function that return Identifier Modifier and Type Method Description Identifier
ApplyBonusLootFunction.BinomialWithBonusCount. getId()
Identifier
ApplyBonusLootFunction.Formula. getId()
Identifier
ApplyBonusLootFunction.OreDrops. getId()
Identifier
ApplyBonusLootFunction.UniformBonusCount. getId()
Methods in net.minecraft.loot.function that return types with arguments of type Identifier Modifier and Type Method Description Set<Identifier>
LootFunctionManager. getFunctionIds()
Methods in net.minecraft.loot.function with parameters of type Identifier Modifier and Type Method Description @Nullable LootFunction
LootFunctionManager. get(Identifier id)
LootFunction
LootFunctionManager. method_35507(Identifier identifier, LootFunction lootFunction)
static ConditionalLootFunction.Builder<?>
SetLootTableLootFunction. method_35534(Identifier identifier)
static ConditionalLootFunction.Builder<?>
SetLootTableLootFunction. method_35535(Identifier identifier, long long2)
Method parameters in net.minecraft.loot.function with type arguments of type Identifier Modifier and Type Method Description protected void
LootFunctionManager. apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
Constructors in net.minecraft.loot.function with parameters of type Identifier Constructor Description SetLootTableLootFunction(LootCondition[] conditions, Identifier id, long seed)
-
Uses of Identifier in net.minecraft.loot.provider.nbt
Fields in net.minecraft.loot.provider.nbt declared as Identifier Modifier and Type Field Description private Identifier
StorageLootNbtProvider. source
Constructors in net.minecraft.loot.provider.nbt with parameters of type Identifier Constructor Description StorageLootNbtProvider(Identifier source)
-
Uses of Identifier in net.minecraft.network
Methods in net.minecraft.network that return Identifier Modifier and Type Method Description Identifier
PacketByteBuf. readIdentifier()
Reads an identifier from this buf.Methods in net.minecraft.network with parameters of type Identifier Modifier and Type Method Description PacketByteBuf
PacketByteBuf. writeIdentifier(Identifier id)
Writes an identifier to this buf. -
Uses of Identifier in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as Identifier Modifier and Type Field Description private Identifier
UpdateJigsawC2SPacket. attachmentType
static Identifier
CustomPayloadC2SPacket. BRAND
private Identifier
CustomPayloadC2SPacket. channel
private Identifier
UpdateJigsawC2SPacket. pool
private Identifier
CraftRequestC2SPacket. recipe
private Identifier
RecipeBookDataC2SPacket. recipeId
private @Nullable Identifier
AdvancementTabC2SPacket. tabToOpen
private Identifier
UpdateJigsawC2SPacket. targetPool
Methods in net.minecraft.network.packet.c2s.play that return Identifier Modifier and Type Method Description Identifier
UpdateJigsawC2SPacket. getAttachmentType()
Identifier
UpdateJigsawC2SPacket. getPool()
Identifier
CraftRequestC2SPacket. getRecipe()
Identifier
RecipeBookDataC2SPacket. getRecipeId()
@Nullable Identifier
AdvancementTabC2SPacket. getTabToOpen()
Identifier
UpdateJigsawC2SPacket. getTargetPool()
Identifier
CustomPayloadC2SPacket. method_36169()
Constructors in net.minecraft.network.packet.c2s.play with parameters of type Identifier Constructor Description AdvancementTabC2SPacket(AdvancementTabC2SPacket.Action action, @Nullable Identifier tab)
CustomPayloadC2SPacket(Identifier channel, PacketByteBuf data)
UpdateJigsawC2SPacket(BlockPos pos, Identifier attachmentType, Identifier targetPool, Identifier pool, String finalState, JigsawBlockEntity.Joint jointType)
-
Uses of Identifier in net.minecraft.network.packet.s2c.login
Fields in net.minecraft.network.packet.s2c.login declared as Identifier Modifier and Type Field Description private Identifier
LoginQueryRequestS2CPacket. channel
Methods in net.minecraft.network.packet.s2c.login that return Identifier Modifier and Type Method Description Identifier
LoginQueryRequestS2CPacket. method_36176()
Constructors in net.minecraft.network.packet.s2c.login with parameters of type Identifier Constructor Description LoginQueryRequestS2CPacket(int int2, Identifier identifier, PacketByteBuf packetByteBuf)
-
Uses of Identifier in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as Identifier Modifier and Type Field Description static Identifier
CustomPayloadS2CPacket. BRAND
private Identifier
CustomPayloadS2CPacket. channel
static Identifier
CustomPayloadS2CPacket. DEBUG_BEE
static Identifier
CustomPayloadS2CPacket. DEBUG_BRAIN
static Identifier
CustomPayloadS2CPacket. DEBUG_GAME_EVENT
static Identifier
CustomPayloadS2CPacket. DEBUG_GAME_EVENT_LISTENERS
static Identifier
CustomPayloadS2CPacket. DEBUG_GAME_TEST_ADD_MARKER
static Identifier
CustomPayloadS2CPacket. DEBUG_GAME_TEST_CLEAR
static Identifier
CustomPayloadS2CPacket. DEBUG_GOAL_SELECTOR
static Identifier
CustomPayloadS2CPacket. DEBUG_HIVE
static Identifier
CustomPayloadS2CPacket. DEBUG_NEIGHBORS_UPDATE
static Identifier
CustomPayloadS2CPacket. DEBUG_PATH
static Identifier
CustomPayloadS2CPacket. DEBUG_POI_ADDED
static Identifier
CustomPayloadS2CPacket. DEBUG_POI_REMOVED
static Identifier
CustomPayloadS2CPacket. DEBUG_POI_TICKET_COUNT
static Identifier
CustomPayloadS2CPacket. DEBUG_RAIDS
static Identifier
CustomPayloadS2CPacket. DEBUG_STRUCTURES
static Identifier
CustomPayloadS2CPacket. DEBUG_VILLAGE_SECTIONS
static Identifier
CustomPayloadS2CPacket. DEBUG_WORLDGEN_ATTEMPT
private Identifier
PlaySoundIdS2CPacket. id
private Identifier
CraftFailedResponseS2CPacket. recipeId
private @Nullable Identifier
StopSoundS2CPacket. soundId
private @Nullable Identifier
SelectAdvancementTabS2CPacket. tabId
Fields in net.minecraft.network.packet.s2c.play with type parameters of type Identifier Modifier and Type Field Description private List<Identifier>
UnlockRecipesS2CPacket. recipeIdsToChange
private List<Identifier>
UnlockRecipesS2CPacket. recipeIdsToInit
private Map<Identifier,Advancement.Task>
AdvancementUpdateS2CPacket. toEarn
private Set<Identifier>
AdvancementUpdateS2CPacket. toRemove
private Map<Identifier,AdvancementProgress>
AdvancementUpdateS2CPacket. toSetProgress
Methods in net.minecraft.network.packet.s2c.play that return Identifier Modifier and Type Method Description Identifier
CustomPayloadS2CPacket. getChannel()
Identifier
CraftFailedResponseS2CPacket. getRecipeId()
Identifier
PlaySoundIdS2CPacket. getSoundId()
@Nullable Identifier
StopSoundS2CPacket. getSoundId()
@Nullable Identifier
SelectAdvancementTabS2CPacket. getTabId()
Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type Identifier Modifier and Type Method Description Set<Identifier>
AdvancementUpdateS2CPacket. getAdvancementIdsToRemove()
Map<Identifier,Advancement.Task>
AdvancementUpdateS2CPacket. getAdvancementsToEarn()
Map<Identifier,AdvancementProgress>
AdvancementUpdateS2CPacket. getAdvancementsToProgress()
List<Identifier>
UnlockRecipesS2CPacket. getRecipeIdsToChange()
List<Identifier>
UnlockRecipesS2CPacket. getRecipeIdsToInit()
Constructors in net.minecraft.network.packet.s2c.play with parameters of type Identifier Constructor Description CustomPayloadS2CPacket(Identifier channel, PacketByteBuf data)
PlaySoundIdS2CPacket(Identifier sound, SoundCategory category, Vec3d pos, float volume, float pitch)
SelectAdvancementTabS2CPacket(@Nullable Identifier tabId)
StopSoundS2CPacket(@Nullable Identifier soundId, @Nullable SoundCategory category)
Constructor parameters in net.minecraft.network.packet.s2c.play with type arguments of type Identifier Constructor Description AdvancementUpdateS2CPacket(boolean clearCurrent, Collection<Advancement> toEarn, Set<Identifier> toRemove, Map<Identifier,AdvancementProgress> toSetProgress)
AdvancementUpdateS2CPacket(boolean clearCurrent, Collection<Advancement> toEarn, Set<Identifier> toRemove, Map<Identifier,AdvancementProgress> toSetProgress)
UnlockRecipesS2CPacket(UnlockRecipesS2CPacket.Action action, Collection<Identifier> recipeIdsToChange, Collection<Identifier> recipeIdsToInit, RecipeBookOptions options)
-
Uses of Identifier in net.minecraft.predicate
Fields in net.minecraft.predicate with type parameters of type Identifier Modifier and Type Field Description private Map<Identifier,PlayerPredicate.AdvancementPredicate>
PlayerPredicate. advancements
private Map<Identifier,PlayerPredicate.AdvancementPredicate>
PlayerPredicate.Builder. advancements
private Object2BooleanMap<Identifier>
PlayerPredicate.Builder. recipes
private Object2BooleanMap<Identifier>
PlayerPredicate. recipes
Methods in net.minecraft.predicate that return Identifier Modifier and Type Method Description private static <T> Identifier
PlayerPredicate. getStatId(Stat<T> stat)
Methods in net.minecraft.predicate with parameters of type Identifier Modifier and Type Method Description private static <T> Stat<T>
PlayerPredicate. getStat(StatType<T> type, Identifier id)
PlayerPredicate.Builder
PlayerPredicate.Builder. method_35314(Identifier identifier, Map<String,Boolean> map)
PlayerPredicate.Builder
PlayerPredicate.Builder. method_35315(Identifier identifier, boolean bool)
PlayerPredicate.Builder
PlayerPredicate.Builder. method_35316(Identifier identifier, boolean bool)
Constructor parameters in net.minecraft.predicate with type arguments of type Identifier Constructor Description PlayerPredicate(NumberRange.IntRange experienceLevel, @Nullable GameMode gamemode, Map<Stat<?>,NumberRange.IntRange> stats, Object2BooleanMap<Identifier> recipes, Map<Identifier,PlayerPredicate.AdvancementPredicate> advancements)
-
Uses of Identifier in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as Identifier Modifier and Type Field Description private Identifier
AdvancementEntityPredicateDeserializer. advancementId
private Identifier
EntityPredicate.Builder. catType
private @Nullable Identifier
EntityPredicate. catType
Methods in net.minecraft.predicate.entity that return Identifier Modifier and Type Method Description Identifier
AdvancementEntityPredicateDeserializer. getAdvancementId()
Methods in net.minecraft.predicate.entity with parameters of type Identifier Modifier and Type Method Description EntityPredicate.Builder
EntityPredicate.Builder. catType(@Nullable Identifier catType)
EntityPredicate.Builder
EntityPredicate.Builder. type(Identifier catType)
Constructors in net.minecraft.predicate.entity with parameters of type Identifier Constructor Description AdvancementEntityPredicateDeserializer(Identifier advancementId, LootConditionManager conditionManager)
EntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, PlayerPredicate player, FishingHookPredicate fishingHook, @Nullable String team, @Nullable Identifier catType)
EntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, PlayerPredicate player, FishingHookPredicate fishingHook, EntityPredicate vehicle, EntityPredicate targetedEntity, @Nullable String team, @Nullable Identifier catType)
-
Uses of Identifier in net.minecraft.recipe
Fields in net.minecraft.recipe declared as Identifier Modifier and Type Field Description protected Identifier
AbstractCookingRecipe. id
protected Identifier
CuttingRecipe. id
private Identifier
ShapedRecipe. id
private Identifier
ShapelessRecipe. id
private Identifier
SmithingRecipe. id
private Identifier
SpecialCraftingRecipe. id
Fields in net.minecraft.recipe with type parameters of type Identifier Modifier and Type Field Description private Function<Identifier,T>
SpecialRecipeSerializer. id
private Map<RecipeType<?>,Map<Identifier,Recipe<?>>>
RecipeManager. recipes
Methods in net.minecraft.recipe that return Identifier Modifier and Type Method Description Identifier
AbstractCookingRecipe. getId()
Identifier
CuttingRecipe. getId()
Identifier
Recipe. getId()
Identifier
ShapedRecipe. getId()
Identifier
ShapelessRecipe. getId()
Identifier
SmithingRecipe. getId()
Identifier
SpecialCraftingRecipe. getId()
Methods in net.minecraft.recipe that return types with arguments of type Identifier Modifier and Type Method Description private <C extends Inventory, T extends Recipe<C>>
Map<Identifier,Recipe<C>>RecipeManager. getAllOfType(RecipeType<T> type)
Stream<Identifier>
RecipeManager. keys()
Methods in net.minecraft.recipe with parameters of type Identifier Modifier and Type Method Description T
CookingRecipeSerializer.RecipeFactory. create(Identifier id, String group, Ingredient input, ItemStack output, float experience, int cookTime)
T
CuttingRecipe.Serializer.RecipeFactory. create(Identifier id, String group, Ingredient input, ItemStack output)
static Recipe<?>
RecipeManager. deserialize(Identifier id, JsonObject json)
Optional<? extends Recipe<?>>
RecipeManager. get(Identifier id)
T
CookingRecipeSerializer. read(Identifier identifier, JsonObject jsonObject)
T
CookingRecipeSerializer. read(Identifier identifier, PacketByteBuf packetByteBuf)
T
CuttingRecipe.Serializer. read(Identifier identifier, JsonObject jsonObject)
T
CuttingRecipe.Serializer. read(Identifier identifier, PacketByteBuf packetByteBuf)
T
RecipeSerializer. read(Identifier id, JsonObject json)
T
RecipeSerializer. read(Identifier id, PacketByteBuf buf)
ShapedRecipe
ShapedRecipe.Serializer. read(Identifier identifier, JsonObject jsonObject)
ShapedRecipe
ShapedRecipe.Serializer. read(Identifier identifier, PacketByteBuf packetByteBuf)
ShapelessRecipe
ShapelessRecipe.Serializer. read(Identifier identifier, JsonObject jsonObject)
ShapelessRecipe
ShapelessRecipe.Serializer. read(Identifier identifier, PacketByteBuf packetByteBuf)
SmithingRecipe
SmithingRecipe.Serializer. read(Identifier identifier, JsonObject jsonObject)
SmithingRecipe
SmithingRecipe.Serializer. read(Identifier identifier, PacketByteBuf packetByteBuf)
T
SpecialRecipeSerializer. read(Identifier id, JsonObject json)
T
SpecialRecipeSerializer. read(Identifier id, PacketByteBuf buf)
Method parameters in net.minecraft.recipe with type arguments of type Identifier Modifier and Type Method Description protected void
RecipeManager. apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
Constructor parameters in net.minecraft.recipe with type arguments of type Identifier Constructor Description SpecialRecipeSerializer(Function<Identifier,T> id)
-
Uses of Identifier in net.minecraft.recipe.book
Fields in net.minecraft.recipe.book with type parameters of type Identifier Modifier and Type Field Description protected Set<Identifier>
RecipeBook. recipes
protected Set<Identifier>
RecipeBook. toBeDisplayed
Methods in net.minecraft.recipe.book with parameters of type Identifier Modifier and Type Method Description protected void
RecipeBook. add(Identifier id)
boolean
RecipeBook. contains(Identifier id)
protected void
RecipeBook. display(Identifier id)
protected void
RecipeBook. remove(Identifier id)
-
Uses of Identifier in net.minecraft.resource
Fields in net.minecraft.resource declared as Identifier Modifier and Type Field Description private Identifier
ResourceImpl. id
Methods in net.minecraft.resource that return Identifier Modifier and Type Method Description Identifier
Resource. getId()
Returns the location of this resource.Identifier
ResourceImpl. getId()
Returns the location of this resource.(package private) static Identifier
NamespaceResourceManager. getMetadataPath(Identifier id)
Methods in net.minecraft.resource that return types with arguments of type Identifier Modifier and Type Method Description Collection<Identifier>
DefaultResourcePack. findResources(ResourceType type, String namespace, String prefix, int maxDepth, Predicate<String> pathFilter)
Collection<Identifier>
DirectoryResourcePack. findResources(ResourceType type, String namespace, String prefix, int maxDepth, Predicate<String> pathFilter)
Collection<Identifier>
NamespaceResourceManager. findResources(String startingPath, Predicate<String> pathPredicate)
Returns a sorted list of identifiers matching a path predicate.Collection<Identifier>
ReloadableResourceManagerImpl. findResources(String startingPath, Predicate<String> pathPredicate)
Returns a sorted list of identifiers matching a path predicate.Collection<Identifier>
ResourceManager.Empty. findResources(String startingPath, Predicate<String> pathPredicate)
Returns a sorted list of identifiers matching a path predicate.Collection<Identifier>
ResourceManager. findResources(String startingPath, Predicate<String> pathPredicate)
Returns a sorted list of identifiers matching a path predicate.Collection<Identifier>
ResourcePack. findResources(ResourceType type, String namespace, String prefix, int maxDepth, Predicate<String> pathFilter)
Collection<Identifier>
ZipResourcePack. findResources(ResourceType type, String namespace, String prefix, int maxDepth, Predicate<String> pathFilter)
protected Map<Identifier,JsonElement>
JsonDataLoader. prepare(ResourceManager resourceManager, Profiler profiler)
Methods in net.minecraft.resource with parameters of type Identifier Modifier and Type Method Description boolean
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)
List<Resource>
NamespaceResourceManager. getAllResources(Identifier id)
Gets all of the available resources to the corresponding resource identifier.List<Resource>
ReloadableResourceManagerImpl. getAllResources(Identifier id)
Gets all of the available resources to the corresponding resource identifier.List<Resource>
ResourceManager.Empty. getAllResources(Identifier id)
Gets all of the available resources to the corresponding resource identifier.List<Resource>
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)
Resource
DefaultResourcePack. getResource(Identifier id)
Finds and returns the corresponding resource for a resource's identifier.Resource
NamespaceResourceManager. getResource(Identifier id)
Finds and returns the corresponding resource for a resource's identifier.Resource
ReloadableResourceManagerImpl. getResource(Identifier id)
Finds and returns the corresponding resource for a resource's identifier.Resource
ResourceFactory. getResource(Identifier id)
Finds and returns the corresponding resource for a resource's identifier.Resource
ResourceManager.Empty. getResource(Identifier id)
Finds and returns the corresponding resource for a resource's identifier.private boolean
NamespaceResourceManager. isPathAbsolute(Identifier id)
InputStream
AbstractFileResourcePack. open(ResourceType type, Identifier id)
InputStream
DefaultResourcePack. open(ResourceType type, Identifier id)
protected InputStream
NamespaceResourceManager. open(Identifier id, ResourcePack pack)
InputStream
ResourcePack. open(ResourceType type, Identifier id)
private void
NamespaceResourceManager. validate(Identifier id)
Method parameters in net.minecraft.resource with type arguments of type Identifier Modifier and Type Method Description private void
DirectoryResourcePack. findFiles(File file, int maxDepth, String namespace, List<Identifier> found, String prefix, Predicate<String> pathFilter)
private static void
DefaultResourcePack. getIdentifiers(Collection<Identifier> results, int maxDepth, String namespace, Path root, String prefix, Predicate<String> pathFilter)
Constructors in net.minecraft.resource with parameters of type Identifier Constructor Description DebugInputStream(InputStream parent, Identifier id, String packName)
ResourceImpl(String packName, Identifier id, InputStream inputStream, @Nullable InputStream metaInputStream)
-
Uses of Identifier in net.minecraft.scoreboard
Methods in net.minecraft.scoreboard with parameters of type Identifier Modifier and Type Method Description private static <T> Optional<ScoreboardCriterion>
ScoreboardCriterion. getOrCreateStatCriterion(StatType<T> statType, Identifier id)
-
Uses of Identifier in net.minecraft.screen
Fields in net.minecraft.screen declared as Identifier Modifier and Type Field Description static Identifier
PlayerScreenHandler. BLOCK_ATLAS_TEXTURE
private static Identifier[]
PlayerScreenHandler. EMPTY_ARMOR_SLOT_TEXTURES
static Identifier
PlayerScreenHandler. EMPTY_BOOTS_SLOT_TEXTURE
static Identifier
PlayerScreenHandler. EMPTY_CHESTPLATE_SLOT_TEXTURE
static Identifier
PlayerScreenHandler. EMPTY_HELMET_SLOT_TEXTURE
static Identifier
PlayerScreenHandler. EMPTY_LEGGINGS_SLOT_TEXTURE
static Identifier
PlayerScreenHandler. EMPTY_OFFHAND_ARMOR_SLOT
-
Uses of Identifier in net.minecraft.screen.slot
Methods in net.minecraft.screen.slot that return types with arguments of type Identifier Modifier and Type Method Description @Nullable com.mojang.datafixers.util.Pair<Identifier,Identifier>
Slot. getBackgroundSprite()
@Nullable com.mojang.datafixers.util.Pair<Identifier,Identifier>
Slot. getBackgroundSprite()
-
Uses of Identifier in net.minecraft.server
Methods in net.minecraft.server with parameters of type Identifier Modifier and Type Method Description @Nullable Advancement
ServerAdvancementLoader. get(Identifier id)
Method parameters in net.minecraft.server with type arguments of type Identifier Modifier and Type Method Description protected void
ServerAdvancementLoader. apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
-
Uses of Identifier in net.minecraft.server.command
Methods in net.minecraft.server.command that return types with arguments of type Identifier Modifier and Type Method Description Stream<Identifier>
ServerCommandSource. getRecipeIds()
Collection<Identifier>
ServerCommandSource. getSoundIds()
Methods in net.minecraft.server.command with parameters of type Identifier Modifier and Type Method Description private 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)
Method parameters in net.minecraft.server.command with type arguments of type Identifier Modifier and Type Method Description private static int
ScheduleCommand. execute(ServerCommandSource source, com.mojang.datafixers.util.Pair<Identifier,com.mojang.datafixers.util.Either<CommandFunction,Tag<CommandFunction>>> function, int time, boolean replace)
-
Uses of Identifier in net.minecraft.server.function
Fields in net.minecraft.server.function declared as Identifier Modifier and Type Field Description private Identifier
CommandFunction. id
private @Nullable Identifier
CommandFunction.LazyContainer. id
private static Identifier
CommandFunctionManager. LOAD_FUNCTION
private static Identifier
CommandFunctionManager. TICK_FUNCTION
Fields in net.minecraft.server.function with type parameters of type Identifier Modifier and Type Field Description private Map<Identifier,CommandFunction>
FunctionLoader. functions
Methods in net.minecraft.server.function that return Identifier Modifier and Type Method Description Identifier
CommandFunction. getId()
@Nullable Identifier
CommandFunction.LazyContainer. getId()
Methods in net.minecraft.server.function that return types with arguments of type Identifier Modifier and Type Method Description Iterable<Identifier>
CommandFunctionManager. getAllFunctions()
Map<Identifier,CommandFunction>
FunctionLoader. getFunctions()
Iterable<Identifier>
CommandFunctionManager. getFunctionTags()
Methods in net.minecraft.server.function with parameters of type Identifier Modifier and Type Method Description static 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)
Optional<CommandFunction>
FunctionLoader. get(Identifier id)
Optional<CommandFunction>
CommandFunctionManager. getFunction(Identifier id)
Tag<CommandFunction>
FunctionLoader. getOrCreateTag(Identifier id)
Tag<CommandFunction>
CommandFunctionManager. getTaggedFunctions(Identifier tag)
private static List<String>
FunctionLoader. readLines(ResourceManager resourceManager, Identifier id)
Constructors in net.minecraft.server.function with parameters of type Identifier Constructor Description CommandFunction(Identifier id, CommandFunction.Element[] elements)
LazyContainer(@Nullable Identifier id)
-
Uses of Identifier in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type Identifier Modifier and Type Method Description private static void
DebugInfoSender. sendToAll(ServerWorld world, PacketByteBuf buf, Identifier channel)
void
ServerPlayerEntity. unlockRecipes(Identifier[] ids)
Method parameters in net.minecraft.server.network with type arguments of type Identifier Modifier and Type Method Description private void
ServerRecipeBook. sendUnlockRecipesPacket(UnlockRecipesS2CPacket.Action action, ServerPlayerEntity player, List<Identifier> recipeIds)
-
Uses of Identifier in net.minecraft.server.world
Fields in net.minecraft.server.world with type parameters of type Identifier Modifier and Type Field Description private Function<T,Identifier>
SimpleTickScheduler. identifierProvider
private Function<T,Identifier>
ServerTickScheduler. idToName
Method parameters in net.minecraft.server.world with type arguments of type Identifier Modifier and Type Method Description static <T> SimpleTickScheduler<T>
SimpleTickScheduler. fromNbt(NbtList ticks, Function<T,Identifier> function, Function<Identifier,T> function2)
private static <T> NbtList
ServerTickScheduler. serializeScheduledTicks(Function<T,Identifier> identifierProvider, Iterable<ScheduledTick<T>> scheduledTicks, long time)
Constructor parameters in net.minecraft.server.world with type arguments of type Identifier Constructor Description ServerTickScheduler(ServerWorld world, Predicate<T> invalidObjPredicate, Function<T,Identifier> idToName, Consumer<ScheduledTick<T>> tickConsumer)
SimpleTickScheduler(Function<T,Identifier> identifierProvider, List<SimpleTickScheduler.Tick<T>> scheduledTicks)
SimpleTickScheduler(Function<T,Identifier> identifierProvider, List<ScheduledTick<T>> scheduledTicks, long startTime)
-
Uses of Identifier in net.minecraft.sound
Fields in net.minecraft.sound declared as Identifier Modifier and Type Field Description private Identifier
SoundEvent. id
Methods in net.minecraft.sound that return Identifier Modifier and Type Method Description Identifier
SoundEvent. getId()
Constructors in net.minecraft.sound with parameters of type Identifier Constructor Description SoundEvent(Identifier id)
-
Uses of Identifier in net.minecraft.stat
Fields in net.minecraft.stat with type parameters of type Identifier Modifier and Type Field Description static StatType<Identifier>
Stats. CUSTOM
Methods in net.minecraft.stat that return Identifier Modifier and Type Method Description private static <T> Identifier
ServerStatHandler. getStatId(Stat<T> stat)
private static Identifier
Stats. register(String id, StatFormatter formatter)
Methods in net.minecraft.stat with parameters of type Identifier Modifier and Type Method Description private static <T> String
Stat. getName(@Nullable Identifier id)
-
Uses of Identifier in net.minecraft.structure
Fields in net.minecraft.structure declared as Identifier Modifier and Type Field Description private static Identifier[]
ShipwreckGenerator. BEACHED_TEMPLATES
private static Identifier[]
OceanRuinGenerator. BIG_BRICK_RUINS
private static Identifier[]
OceanRuinGenerator. BIG_CRACKED_RUINS
private static Identifier[]
OceanRuinGenerator. BIG_MOSSY_RUINS
private static Identifier[]
OceanRuinGenerator. BIG_WARM_RUINS
private static Identifier
IglooGenerator. BOTTOM_TEMPLATE
private static Identifier[]
OceanRuinGenerator. BRICK_RUINS
private static Identifier[]
OceanRuinGenerator. CRACKED_RUINS
private static Identifier[]
NetherFossilGenerator. FOSSILS
private static Identifier
IglooGenerator. MIDDLE_TEMPLATE
private static Identifier[]
OceanRuinGenerator. MOSSY_RUINS
private static Identifier[]
ShipwreckGenerator. REGULAR_TEMPLATES
private static Identifier
IglooGenerator. TOP_TEMPLATE
private static Identifier[]
OceanRuinGenerator. WARM_RUINS
Fields in net.minecraft.structure with type parameters of type Identifier Modifier and Type Field Description private static Map<Identifier,BlockPos>
IglooGenerator. field_14406
private static Map<Identifier,BlockPos>
IglooGenerator. field_14408
private Map<Identifier,Structure>
StructureManager. structures
Methods in net.minecraft.structure that return Identifier Modifier and Type Method Description private static Identifier
OceanRuinGenerator. getRandomBigWarmRuin(Random random)
private static Identifier
OceanRuinGenerator. getRandomWarmRuin(Random random)
private static Identifier
EndCityGenerator.Piece. method_35425(String string)
protected Identifier
EndCityGenerator.Piece. method_35470()
protected Identifier
SimpleStructurePiece. method_35470()
protected Identifier
WoodlandMansionGenerator.Piece. method_35470()
private static Identifier
WoodlandMansionGenerator.Piece. method_35474(String string)
Methods in net.minecraft.structure with parameters of type Identifier Modifier and Type Method Description protected boolean
MineshaftGenerator.MineshaftCorridor. addChest(StructureWorldAccess world, BlockBox boundingBox, Random random, int int2, int int3, int z, Identifier lootTableId)
protected boolean
StructurePiece. addChest(ServerWorldAccess world, BlockBox boundingBox, Random random, BlockPos pos, Identifier lootTableId, @Nullable BlockState block)
protected boolean
StructurePiece. addChest(StructureWorldAccess world, BlockBox boundingBox, Random random, int int2, int int3, int z, Identifier lootTableId)
protected boolean
StructurePiece. addDispenser(StructureWorldAccess world, BlockBox boundingBox, Random random, int x, int int2, int int3, Direction facing, Identifier lootTableId)
private Path
StructureManager. getAndCheckStructurePath(Identifier id, String extension)
@Nullable Structure
StructureManager. getStructure(Identifier id)
Structure
StructureManager. getStructureOrBlank(Identifier id)
Path
StructureManager. getStructurePath(Identifier id, String extension)
private @Nullable Structure
StructureManager. loadStructureFromFile(Identifier id)
private @Nullable Structure
StructureManager. loadStructureFromResource(Identifier id)
private static StructurePlacementData
IglooGenerator.Piece. method_35428(BlockRotation blockRotation, Identifier identifier)
private static BlockPos
IglooGenerator.Piece. method_35430(Identifier identifier, BlockPos blockPos, int int2)
private static StructurePlacementData
RuinedPortalStructurePiece. method_35449(ServerWorld world, NbtCompound nbt, Identifier id)
boolean
StructureManager. saveStructure(Identifier id)
void
StructureManager. unloadStructure(Identifier id)
Constructors in net.minecraft.structure with parameters of type Identifier Constructor Description Piece(StructureManager manager, Identifier identifier, BlockPos pos, BlockRotation rotation, int yOffset)
Piece(StructureManager manager, Identifier template, BlockPos pos, BlockRotation rotation)
Piece(StructureManager structureManager, Identifier template, BlockPos pos, BlockRotation rotation, float integrity, OceanRuinFeature.BiomeType biomeType, boolean large)
Piece(StructureManager manager, Identifier identifier, BlockPos pos, BlockRotation rotation, boolean grounded)
RuinedPortalStructurePiece(StructureManager structureManager, BlockPos blockPos, RuinedPortalStructurePiece.VerticalPlacement verticalPlacement, RuinedPortalStructurePiece.Properties properties, Identifier identifier, Structure structure, BlockRotation blockRotation, BlockMirror blockMirror, BlockPos blockPos2)
SimpleStructurePiece(StructurePieceType structurePieceType, int int2, StructureManager structureManager, Identifier identifier, String string, StructurePlacementData structurePlacementData, BlockPos blockPos)
Constructor parameters in net.minecraft.structure with type arguments of type Identifier Constructor Description SimpleStructurePiece(StructurePieceType structurePieceType, NbtCompound nbtCompound, ServerWorld serverWorld, Function<Identifier,StructurePlacementData> function)
-
Uses of Identifier in net.minecraft.structure.pool
Fields in net.minecraft.structure.pool declared as Identifier Modifier and Type Field Description private Identifier
StructurePool. id
private Identifier
StructurePool. terminatorsId
Fields in net.minecraft.structure.pool with type parameters of type Identifier Modifier and Type Field Description protected com.mojang.datafixers.util.Either<Identifier,Structure>
SinglePoolElement. field_24015
private static com.mojang.serialization.Codec<com.mojang.datafixers.util.Either<Identifier,Structure>>
SinglePoolElement. field_24951
Methods in net.minecraft.structure.pool that return Identifier Modifier and Type Method Description Identifier
StructurePool. getId()
Identifier
StructurePool. getTerminatorsId()
Methods in net.minecraft.structure.pool that return types with arguments of type Identifier Modifier and Type Method Description protected static <E extends SinglePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E,com.mojang.datafixers.util.Either<Identifier,Structure>>SinglePoolElement. method_28882()
Method parameters in net.minecraft.structure.pool with type arguments of type Identifier Modifier and Type Method Description private static <T> com.mojang.serialization.DataResult<T>
SinglePoolElement. method_28877(com.mojang.datafixers.util.Either<Identifier,Structure> either, com.mojang.serialization.DynamicOps<T> dynamicOps, T t)
Constructors in net.minecraft.structure.pool with parameters of type Identifier Constructor Description StructurePool(Identifier id, Identifier terminatorsId, List<com.mojang.datafixers.util.Pair<Function<StructurePool.Projection,? extends StructurePoolElement>,Integer>> elementCounts, StructurePool.Projection projection)
StructurePool(Identifier id, Identifier terminatorsId, List<com.mojang.datafixers.util.Pair<StructurePoolElement,Integer>> elementCounts)
Constructor parameters in net.minecraft.structure.pool with type arguments of type Identifier Constructor Description LegacySinglePoolElement(com.mojang.datafixers.util.Either<Identifier,Structure> either, Supplier<StructureProcessorList> processors, StructurePool.Projection projection)
SinglePoolElement(com.mojang.datafixers.util.Either<Identifier,Structure> either, Supplier<StructureProcessorList> processors, StructurePool.Projection projection)
-
Uses of Identifier in net.minecraft.tag
Fields in net.minecraft.tag declared as Identifier Modifier and Type Field Description protected Identifier
RequiredTagList.TagWrapper. id
private Identifier
Tag.ObjectEntry. id
private Identifier
Tag.OptionalObjectEntry. id
private Identifier
Tag.OptionalTagEntry. id
private Identifier
Tag.TagEntry. id
Fields in net.minecraft.tag with type parameters of type Identifier Modifier and Type Field Description private Map<Identifier,IntList>
TagGroup.Serialized. contents
private Function<Identifier,Optional<T>>
TagGroupLoader. registryGetter
Methods in net.minecraft.tag that return Identifier Modifier and Type Method Description Identifier
RequiredTagList.TagWrapper. getId()
Identifier
Tag.Identified. getId()
<T, E extends Exception>
IdentifierTagManager. getTagId(RegistryKey<? extends Registry<T>> registryKey, Tag<T> tag, Supplier<E> exceptionSupplier)
@Nullable Identifier
TagGroup. getUncheckedTagId(Tag<T> tag)
default @Nullable Identifier
TagGroup. method_34894(Tag.Identified<T> identified)
Methods in net.minecraft.tag that return types with arguments of type Identifier Modifier and Type Method Description Set<Identifier>
RequiredTagList. 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.Map<Identifier,Tag.Builder>
TagGroupLoader. loadTags(ResourceManager manager)
Methods in net.minecraft.tag with parameters of type Identifier Modifier and Type Method Description Tag.Builder
Tag.Builder. add(Identifier id, String source)
Tag.Builder
Tag.Builder. addOptional(Identifier id, String ource)
Tag.Builder
Tag.Builder. addOptionalTag(Identifier id, String source)
Tag.Builder
Tag.Builder. addTag(Identifier id, String source)
default @Nullable Tag<T>
TagGroup. getTag(Identifier id)
<T, E extends Exception>
Tag<T>TagManager. getTag(RegistryKey<? extends Registry<T>> registryKey, Identifier id, Function<Identifier,E> exceptionFactory)
Tag<T>
TagGroup. getTagOrEmpty(Identifier id)
private static boolean
TagGroupLoader. method_32836(Multimap<Identifier,Identifier> multimap, Identifier identifier, Identifier identifier2)
private static void
TagGroupLoader. method_32839(Map<Identifier,Tag.Builder> map, Multimap<Identifier,Identifier> multimap, Set<Identifier> set, Identifier identifier, BiConsumer<Identifier,Tag.Builder> biConsumer)
private static void
TagGroupLoader. method_32844(Multimap<Identifier,Identifier> multimap, Identifier identifier, Identifier identifier2)
default boolean
TagGroup. method_34895(Identifier identifier)
Method parameters in net.minecraft.tag with type arguments of type Identifier Modifier and Type Method Description <T> com.mojang.datafixers.util.Either<Collection<Tag.TrackedEntry>,Tag<T>>
Tag.Builder. build(Function<Identifier,Tag<T>> tagGetter, Function<Identifier,T> objectGetter)
TagGroup<T>
TagGroupLoader. buildGroup(Map<Identifier,Tag.Builder> tags)
static <T> TagGroup<T>
TagGroup. create(Map<Identifier,Tag<T>> tags)
<T, E extends Exception>
Tag<T>TagManager. getTag(RegistryKey<? extends Registry<T>> registryKey, Identifier id, Function<Identifier,E> exceptionFactory)
void
Tag.Builder. method_32826(Consumer<Identifier> consumer)
void
Tag.Builder. method_32828(Consumer<Identifier> consumer)
default void
Tag.Entry. method_32831(Consumer<Identifier> consumer)
void
Tag.TagEntry. method_32831(Consumer<Identifier> consumer)
boolean
Tag.Entry. method_32832(Predicate<Identifier> predicate, Predicate<Identifier> predicate2)
boolean
Tag.ObjectEntry. method_32832(Predicate<Identifier> predicate, Predicate<Identifier> predicate2)
boolean
Tag.OptionalObjectEntry. method_32832(Predicate<Identifier> predicate, Predicate<Identifier> predicate2)
boolean
Tag.OptionalTagEntry. method_32832(Predicate<Identifier> predicate, Predicate<Identifier> predicate2)
boolean
Tag.TagEntry. method_32832(Predicate<Identifier> predicate, Predicate<Identifier> predicate2)
default void
Tag.Entry. method_32833(Consumer<Identifier> consumer)
void
Tag.OptionalTagEntry. method_32833(Consumer<Identifier> consumer)
private static boolean
TagGroupLoader. method_32836(Multimap<Identifier,Identifier> multimap, Identifier identifier, Identifier identifier2)
private static boolean
TagGroupLoader. method_32836(Multimap<Identifier,Identifier> multimap, Identifier identifier, Identifier identifier2)
private static void
TagGroupLoader. method_32839(Map<Identifier,Tag.Builder> map, Multimap<Identifier,Identifier> multimap, Set<Identifier> set, Identifier identifier, BiConsumer<Identifier,Tag.Builder> biConsumer)
private static void
TagGroupLoader. method_32839(Map<Identifier,Tag.Builder> map, Multimap<Identifier,Identifier> multimap, Set<Identifier> set, Identifier identifier, BiConsumer<Identifier,Tag.Builder> biConsumer)
private static void
TagGroupLoader. method_32839(Map<Identifier,Tag.Builder> map, Multimap<Identifier,Identifier> multimap, Set<Identifier> set, Identifier identifier, BiConsumer<Identifier,Tag.Builder> biConsumer)
private static void
TagGroupLoader. method_32839(Map<Identifier,Tag.Builder> map, Multimap<Identifier,Identifier> multimap, Set<Identifier> set, Identifier identifier, BiConsumer<Identifier,Tag.Builder> biConsumer)
private static void
TagGroupLoader. method_32839(Map<Identifier,Tag.Builder> map, Multimap<Identifier,Identifier> multimap, Set<Identifier> set, Identifier identifier, BiConsumer<Identifier,Tag.Builder> biConsumer)
private static void
TagGroupLoader. method_32844(Multimap<Identifier,Identifier> multimap, Identifier identifier, Identifier identifier2)
private static void
TagGroupLoader. method_32844(Multimap<Identifier,Identifier> multimap, Identifier identifier, Identifier identifier2)
<T> boolean
Tag.Entry. resolve(Function<Identifier,Tag<T>> tagGetter, Function<Identifier,T> objectGetter, Consumer<T> collector)
<T> boolean
Tag.ObjectEntry. resolve(Function<Identifier,Tag<T>> tagGetter, Function<Identifier,T> objectGetter, Consumer<T> collector)
<T> boolean
Tag.OptionalObjectEntry. resolve(Function<Identifier,Tag<T>> tagGetter, Function<Identifier,T> objectGetter, Consumer<T> collector)
<T> boolean
Tag.OptionalTagEntry. resolve(Function<Identifier,Tag<T>> tagGetter, Function<Identifier,T> objectGetter, Consumer<T> collector)
<T> boolean
Tag.TagEntry. resolve(Function<Identifier,Tag<T>> tagGetter, Function<Identifier,T> objectGetter, Consumer<T> collector)
(package private) void
RequiredTagList.TagWrapper. updateDelegate(Function<Identifier,Tag<T>> tagFactory)
Constructors in net.minecraft.tag with parameters of type Identifier Constructor Description ObjectEntry(Identifier id)
OptionalObjectEntry(Identifier id)
OptionalTagEntry(Identifier id)
TagEntry(Identifier id)
TagWrapper(Identifier id)
Constructor parameters in net.minecraft.tag with type arguments of type Identifier Constructor Description Serialized(Map<Identifier,IntList> contents)
TagGroupLoader(Function<Identifier,Optional<T>> registryGetter, String dataType)
-
Uses of Identifier in net.minecraft.text
Fields in net.minecraft.text declared as Identifier Modifier and Type Field Description static Identifier
Style. DEFAULT_FONT_ID
The identifier for the default font of a style.private @Nullable Identifier
Style. font
private Identifier
NbtText.StorageNbtText. id
Methods in net.minecraft.text that return Identifier Modifier and Type Method Description Identifier
Style. getFont()
Returns the font of this style.private static @Nullable Identifier
Style.Serializer. getFont(JsonObject root)
Identifier
NbtText.StorageNbtText. getId()
Methods in net.minecraft.text with parameters of type Identifier Modifier and Type Method Description Style
Style. withFont(@Nullable Identifier font)
Returns a new style with the font provided and all other attributes of this style.Constructors in net.minecraft.text with parameters of type Identifier Constructor Description StorageNbtText(String rawPath, boolean interpret, Identifier id)
StorageNbtText(String rawPath, NbtPathArgumentType.NbtPath path, boolean interpret, Identifier id)
Style(@Nullable TextColor color, @Nullable Boolean bold, @Nullable Boolean italic, @Nullable Boolean underlined, @Nullable Boolean strikethrough, @Nullable Boolean obfuscated, @Nullable ClickEvent clickEvent, @Nullable HoverEvent hoverEvent, @Nullable String insertion, @Nullable Identifier font)
-
Uses of Identifier in net.minecraft.util
Fields in net.minecraft.util with type parameters of type Identifier Modifier and Type Field Description static com.mojang.serialization.Codec<Identifier>
Identifier. CODEC
Methods in net.minecraft.util that return Identifier Modifier and Type Method Description Identifier
Identifier.Serializer. deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext)
static Identifier
Identifier. fromCommandInput(com.mojang.brigadier.StringReader reader)
static Identifier
Identifier. splitOn(String id, char delimiter)
static @Nullable Identifier
Identifier. tryParse(String id)
Parses a string into anIdentifier
.Methods in net.minecraft.util that return types with arguments of type Identifier Modifier and Type Method Description private static com.mojang.serialization.DataResult<Identifier>
Identifier. validate(String id)
Methods in net.minecraft.util with parameters of type Identifier Modifier and Type Method Description int
Identifier. compareTo(Identifier identifier)
static String
Util. createTranslationKey(String type, @Nullable Identifier id)
JsonElement
Identifier.Serializer. serialize(Identifier identifier, Type type, JsonSerializationContext jsonSerializationContext)
-
Uses of Identifier in net.minecraft.util.dynamic
Methods in net.minecraft.util.dynamic that return types with arguments of type Identifier Modifier and Type Method Description Collection<Identifier>
RegistryOps.EntryLoader. getKnownEntryPaths(RegistryKey<? extends Registry<?>> key)
Collection<Identifier>
RegistryOps.EntryLoader.Impl. getKnownEntryPaths(RegistryKey<? extends Registry<?>> key)
Methods in net.minecraft.util.dynamic with parameters of type Identifier Modifier and Type Method Description private <E> com.mojang.serialization.DataResult<Supplier<E>>
RegistryOps. readSupplier(RegistryKey<? extends Registry<E>> key, MutableRegistry<E> registry, com.mojang.serialization.Codec<E> codec, Identifier elementId)
Reads a supplier for a registry element. -
Uses of Identifier in net.minecraft.util.registry
Fields in net.minecraft.util.registry declared as Identifier Modifier and Type Field Description private Identifier
DefaultedRegistry. defaultId
private Identifier
RegistryKey. registry
The identifier of the registry in the root registry.static Identifier
Registry. ROOT_KEY
private Identifier
RegistryKey. value
The identifier of the value in the registry specified byRegistryKey.registry
.Fields in net.minecraft.util.registry with type parameters of type Identifier Modifier and Type Field Description static Registry<Identifier>
Registry. CUSTOM_STAT
static RegistryKey<Registry<Identifier>>
Registry. CUSTOM_STAT_KEY
private static Map<Identifier,Supplier<?>>
Registry. DEFAULT_ENTRIES
private static Map<Identifier,Supplier<?>>
BuiltinRegistries. DEFAULT_VALUE_SUPPLIERS
private BiMap<Identifier,T>
SimpleRegistry. idToEntry
Methods in net.minecraft.util.registry that return Identifier Modifier and Type Method Description Identifier
DefaultedRegistry. getDefaultId()
@NotNull Identifier
DefaultedRegistry. getId(T entry)
abstract @Nullable Identifier
Registry. getId(T entry)
@Nullable Identifier
SimpleRegistry. getId(T entry)
Identifier
RegistryKey. getValue()
Methods in net.minecraft.util.registry that return types with arguments of type Identifier Modifier and Type Method Description static <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()
Set<Identifier>
SimpleRegistry. getIds()
Methods in net.minecraft.util.registry with parameters of type Identifier Modifier and Type Method Description static <V, T extends V>
TBuiltinRegistries. add(Registry<V> registry, Identifier id, T object)
abstract boolean
Registry. containsId(Identifier id)
boolean
SimpleRegistry. containsId(Identifier id)
T
DefaultedRegistry. get(@Nullable Identifier id)
abstract T
Registry. get(@Nullable Identifier id)
T
SimpleRegistry. get(@Nullable Identifier id)
Optional<T>
DefaultedRegistry. getOrEmpty(@Nullable Identifier id)
Optional<T>
Registry. getOrEmpty(@Nullable Identifier id)
private static <T> RegistryKey<T>
RegistryKey. of(Identifier registry, Identifier value)
static <T> RegistryKey<T>
RegistryKey. of(RegistryKey<? extends Registry<T>> registry, Identifier value)
Creates a registry key for a value in a registry with a registry key for the value-holding registry in the root registry and an identifier of the value.static <T> RegistryKey<Registry<T>>
RegistryKey. ofRegistry(Identifier registry)
Creates a registry key for a registry in the root registry (registry of all registries) with an identifier for the registry.static <V, T extends V>
TRegistry. register(Registry<V> registry, Identifier id, T entry)
Constructors in net.minecraft.util.registry with parameters of type Identifier Constructor Description RegistryKey(Identifier registry, Identifier value)
-
Uses of Identifier in net.minecraft.world
Methods in net.minecraft.world that return Identifier Modifier and Type Method Description private @Nullable Identifier
MobSpawnerLogic. getEntityId(@Nullable World world, BlockPos pos)
-
Uses of Identifier in net.minecraft.world.biome.source
Fields in net.minecraft.world.biome.source declared as Identifier Modifier and Type Field Description private Identifier
MultiNoiseBiomeSource.Preset. id
Fields in net.minecraft.world.biome.source with type parameters of type Identifier Modifier and Type Field Description private static Map<Identifier,MultiNoiseBiomeSource.Preset>
MultiNoiseBiomeSource.Preset. BY_IDENTIFIER
Constructors in net.minecraft.world.biome.source with parameters of type Identifier Constructor Description Preset(Identifier id, com.mojang.datafixers.util.Function3<MultiNoiseBiomeSource.Preset,Registry<Biome>,Long,MultiNoiseBiomeSource> biomeSourceFunction)
-
Uses of Identifier in net.minecraft.world.dimension
Fields in net.minecraft.world.dimension declared as Identifier Modifier and Type Field Description private Identifier
DimensionType. infiniburn
static Identifier
DimensionType. OVERWORLD_ID
private Identifier
DimensionType. skyProperties
static Identifier
DimensionType. THE_END_ID
static Identifier
DimensionType. THE_NETHER_ID
Methods in net.minecraft.world.dimension that return Identifier Modifier and Type Method Description Identifier
DimensionType. getSkyProperties()
Methods in net.minecraft.world.dimension with parameters of type Identifier Modifier and Type Method Description static DimensionType
DimensionType. create(OptionalLong fixedTime, boolean hasSkylight, boolean hasCeiling, boolean ultrawarm, boolean natural, double coordinateScale, boolean hasEnderDragonFight, boolean piglinSafe, boolean bedWorks, boolean respawnAnchorWorks, boolean hasRaids, int minimumY, int height, int logicalHeight, BiomeAccessType biomeAccessType, Identifier infiniburn, Identifier skyProperties, float ambientLight)
Constructors in net.minecraft.world.dimension with parameters of type Identifier Constructor Description 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.DimensionType(OptionalLong fixedTime, boolean hasSkylight, boolean hasCeiling, boolean ultrawarm, boolean natural, double coordinateScale, boolean piglinSafe, boolean bedWorks, boolean respawnAnchorWorks, boolean hasRaids, int minimumY, int height, int logicalHeight, Identifier infiniburn, Identifier skyProperties, float ambientLight)
-
Uses of Identifier in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as Identifier Modifier and Type Field Description private static Identifier
StructureFeature. JIGSAW_ID
Identifier
VegetationPatchFeatureConfig. replaceable
Identifier
RootSystemFeatureConfig. rootReplaceable
Fields in net.minecraft.world.gen.feature with type parameters of type Identifier Modifier and Type Field Description private 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
List<Identifier>
FossilFeatureConfig. fossilStructures
List<Identifier>
FossilFeatureConfig. overlayStructures
Constructors in net.minecraft.world.gen.feature with parameters of type Identifier Constructor Description RootSystemFeatureConfig(Supplier<ConfiguredFeature<?,?>> feature, int requiredVerticalSpaceForTree, int rootRadius, Identifier rootReplaceable, BlockStateProvider rootStateProvider, int rootPlacementAttempts, int maxRootColumnHeight, int hangingRootRadius, int hangingRootVerticalSpan, BlockStateProvider hangingRootStateProvider, int hangingRootPlacementAttempts)
VegetationPatchFeatureConfig(Identifier replaceable, BlockStateProvider groundState, Supplier<ConfiguredFeature<?,?>> vegetationFeature, VerticalSurfaceType surface, IntProvider depth, float extraBottomBlockChance, int verticalRange, float vegetationChance, IntProvider horizontalRadius, float extraEdgeColumnChance)
Constructor parameters in net.minecraft.world.gen.feature with type arguments of type Identifier Constructor Description FossilFeatureConfig(List<Identifier> fossilStructures, List<Identifier> overlayStructures, Supplier<StructureProcessorList> fossilProcessors, Supplier<StructureProcessorList> overlayProcessors, int maxEmptyCorners)
FossilFeatureConfig(List<Identifier> fossilStructures, List<Identifier> overlayStructures, StructureProcessorList fossilProcessors, StructureProcessorList overlayProcessors, int maxEmptyCorners)
-
Uses of Identifier in net.minecraft.world.timer
Fields in net.minecraft.world.timer declared as Identifier Modifier and Type Field Description private Identifier
TimerCallback.Serializer. id
private Identifier
FunctionTagTimerCallback. name
private Identifier
FunctionTimerCallback. name
Fields in net.minecraft.world.timer with type parameters of type Identifier Modifier and Type Field Description private Map<Identifier,TimerCallback.Serializer<C,?>>
TimerCallbackSerializer. serializersByType
Methods in net.minecraft.world.timer that return Identifier Modifier and Type Method Description Identifier
TimerCallback.Serializer. getId()
Constructors in net.minecraft.world.timer with parameters of type Identifier Constructor Description FunctionTagTimerCallback(Identifier name)
FunctionTimerCallback(Identifier name)
Serializer(Identifier id, Class<?> callbackClass)