Modifier and Type | Field and Description |
---|---|
private static java.util.List<ResourceLocation> |
RealmsMainScreen.field_227918_e_ |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
DisplayInfo.background |
private ResourceLocation |
AdvancementRewards.Builder.function |
private ResourceLocation |
Advancement.id |
private static ResourceLocation |
FunctionManager.LOAD_TAG_ID |
private ResourceLocation[] |
AdvancementRewards.loot |
private ResourceLocation |
Advancement.Builder.parentId |
private ResourceLocation[] |
AdvancementRewards.recipes |
private static ResourceLocation |
FunctionManager.TICK_TAG_ID |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,Advancement> |
AdvancementList.advancements |
private java.util.Map<ResourceLocation,FunctionObject> |
FunctionManager.functions |
private java.util.List<ResourceLocation> |
AdvancementRewards.Builder.loot |
private static com.google.gson.reflect.TypeToken<java.util.Map<ResourceLocation,AdvancementProgress>> |
PlayerAdvancements.MAP_TOKEN |
private java.util.List<ResourceLocation> |
AdvancementRewards.Builder.recipes |
private static java.util.Map<ResourceLocation,ICriterionTrigger<?>> |
CriteriaTriggers.REGISTRY |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
DisplayInfo.getBackground() |
ResourceLocation |
ICriterionTrigger.getId() |
ResourceLocation |
Advancement.getId() |
ResourceLocation |
ICriterionInstance.getId() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<ResourceLocation,FunctionObject> |
FunctionManager.getFunctions() |
Modifier and Type | Method and Description |
---|---|
AdvancementRewards.Builder |
AdvancementRewards.Builder.addRecipe(ResourceLocation recipeIn) |
Advancement |
Advancement.Builder.build(ResourceLocation id) |
java.util.Optional<FunctionObject> |
FunctionManager.get(ResourceLocation p_215361_1_) |
static <T extends ICriterionInstance> |
CriteriaTriggers.get(ResourceLocation id) |
Advancement |
AdvancementList.getAdvancement(ResourceLocation id) |
Advancement |
AdvancementManager.getAdvancement(ResourceLocation id) |
private FunctionObject |
FunctionManager.load(FunctionObject function,
java.lang.Throwable error,
ResourceLocation id) |
private static java.util.List<java.lang.String> |
FunctionManager.readLines(IResourceManager p_195449_0_,
ResourceLocation p_195449_1_) |
static AdvancementRewards.Builder |
AdvancementRewards.Builder.recipe(ResourceLocation recipeIn) |
Advancement.Builder |
Advancement.Builder.withDisplay(IItemProvider itemIn,
ITextComponent title,
ITextComponent description,
ResourceLocation background,
FrameType frame,
boolean showToast,
boolean announceToChat,
boolean hidden) |
Advancement.Builder |
Advancement.Builder.withDisplay(ItemStack stack,
ITextComponent title,
ITextComponent description,
ResourceLocation background,
FrameType frame,
boolean showToast,
boolean announceToChat,
boolean hidden) |
Advancement.Builder |
Advancement.Builder.withParentId(ResourceLocation parentIdIn) |
Modifier and Type | Method and Description |
---|---|
protected void |
AdvancementManager.apply(java.util.Map<ResourceLocation,com.google.gson.JsonObject> objectIn,
IResourceManager resourceManagerIn,
IProfiler profilerIn) |
void |
AdvancementList.loadAdvancements(java.util.Map<ResourceLocation,Advancement.Builder> advancementsIn) |
void |
AdvancementList.removeAll(java.util.Set<ResourceLocation> ids) |
boolean |
Advancement.Builder.resolveParent(java.util.function.Function<ResourceLocation,Advancement> lookup) |
Constructor and Description |
---|
Advancement(ResourceLocation id,
Advancement parentIn,
DisplayInfo displayIn,
AdvancementRewards rewardsIn,
java.util.Map<java.lang.String,Criterion> criteriaIn,
java.lang.String[][] requirementsIn) |
AdvancementRewards(int experience,
ResourceLocation[] loot,
ResourceLocation[] recipes,
FunctionObject.CacheableFunction function) |
AdvancementRewards(int experience,
ResourceLocation[] loot,
ResourceLocation[] recipes,
FunctionObject.CacheableFunction function) |
Builder(ResourceLocation parentIdIn,
DisplayInfo displayIn,
AdvancementRewards rewardsIn,
java.util.Map<java.lang.String,Criterion> criteriaIn,
java.lang.String[][] requirementsIn) |
DisplayInfo(ItemStack icon,
ITextComponent title,
ITextComponent description,
ResourceLocation background,
FrameType frame,
boolean showToast,
boolean announceToChat,
boolean hidden) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
EntityPredicate.catType |
private ResourceLocation |
EntityPredicate.Builder.catType |
private ResourceLocation |
CriterionInstance.criterion |
private ResourceLocation |
RightClickBlockWithItemTrigger.field_226692_a_ |
private static ResourceLocation |
SlideDownBlockTrigger.field_227147_a_ |
private ResourceLocation |
KilledTrigger.id |
private ResourceLocation |
PositionTrigger.id |
private static ResourceLocation |
EffectsChangedTrigger.ID |
private static ResourceLocation |
ChanneledLightningTrigger.ID |
private static ResourceLocation |
NetherTravelTrigger.ID |
private static ResourceLocation |
UsedEnderEyeTrigger.ID |
private static ResourceLocation |
PlayerHurtEntityTrigger.ID |
private static ResourceLocation |
RecipeUnlockedTrigger.ID |
private static ResourceLocation |
EnchantedItemTrigger.ID |
private static ResourceLocation |
PlacedBlockTrigger.ID |
private static ResourceLocation |
KilledByCrossbowTrigger.ID |
private static ResourceLocation |
UsedTotemTrigger.ID |
private static ResourceLocation |
ItemDurabilityTrigger.ID |
private static ResourceLocation |
SummonedEntityTrigger.ID |
private static ResourceLocation |
VillagerTradeTrigger.ID |
private static ResourceLocation |
BrewedPotionTrigger.ID |
private static ResourceLocation |
ConstructBeaconTrigger.ID |
private static ResourceLocation |
ConsumeItemTrigger.ID |
private static ResourceLocation |
ChangeDimensionTrigger.ID |
private static ResourceLocation |
LevitationTrigger.ID |
private static ResourceLocation |
TameAnimalTrigger.ID |
private static ResourceLocation |
FishingRodHookedTrigger.ID |
private static ResourceLocation |
BredAnimalsTrigger.ID |
static ResourceLocation |
TickTrigger.ID |
private static ResourceLocation |
ShotCrossbowTrigger.ID |
private static ResourceLocation |
EnterBlockTrigger.ID |
private static ResourceLocation |
BeeNestDestroyedTrigger.ID |
private static ResourceLocation |
ImpossibleTrigger.ID |
private static ResourceLocation |
FilledBucketTrigger.ID |
private static ResourceLocation |
InventoryChangeTrigger.ID |
private static ResourceLocation |
CuredZombieVillagerTrigger.ID |
private static ResourceLocation |
EntityHurtPlayerTrigger.ID |
private ResourceLocation |
RecipeUnlockedTrigger.Instance.recipe |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<ResourceLocation,java.util.function.Function<com.google.gson.JsonObject,ItemPredicate>> |
ItemPredicate.custom_predicates |
private it.unimi.dsi.fastutil.objects.Object2BooleanMap<ResourceLocation> |
PlayerPredicate.field_226993_e_ |
private java.util.Map<ResourceLocation,PlayerPredicate.IAdvancementPredicate> |
PlayerPredicate.field_226994_f_ |
private it.unimi.dsi.fastutil.objects.Object2BooleanMap<ResourceLocation> |
PlayerPredicate.Default.field_227010_d_ |
private java.util.Map<ResourceLocation,PlayerPredicate.IAdvancementPredicate> |
PlayerPredicate.Default.field_227011_e_ |
private static java.util.Map<ResourceLocation,java.util.function.Function<com.google.gson.JsonObject,ItemPredicate>> |
ItemPredicate.unmod_predicates |
Modifier and Type | Method and Description |
---|---|
private static <T> ResourceLocation |
PlayerPredicate.func_226996_a_(Stat<T> p_226996_0_) |
ResourceLocation |
EffectsChangedTrigger.getId() |
ResourceLocation |
ChanneledLightningTrigger.getId() |
ResourceLocation |
NetherTravelTrigger.getId() |
ResourceLocation |
SlideDownBlockTrigger.getId() |
ResourceLocation |
UsedEnderEyeTrigger.getId() |
ResourceLocation |
KilledTrigger.getId() |
ResourceLocation |
PlayerHurtEntityTrigger.getId() |
ResourceLocation |
RecipeUnlockedTrigger.getId() |
ResourceLocation |
EnchantedItemTrigger.getId() |
ResourceLocation |
PlacedBlockTrigger.getId() |
ResourceLocation |
KilledByCrossbowTrigger.getId() |
ResourceLocation |
UsedTotemTrigger.getId() |
ResourceLocation |
ItemDurabilityTrigger.getId() |
ResourceLocation |
SummonedEntityTrigger.getId() |
ResourceLocation |
VillagerTradeTrigger.getId() |
ResourceLocation |
RightClickBlockWithItemTrigger.getId() |
ResourceLocation |
BrewedPotionTrigger.getId() |
ResourceLocation |
ConstructBeaconTrigger.getId() |
ResourceLocation |
ConsumeItemTrigger.getId() |
ResourceLocation |
ChangeDimensionTrigger.getId() |
ResourceLocation |
LevitationTrigger.getId() |
ResourceLocation |
TameAnimalTrigger.getId() |
ResourceLocation |
CriterionInstance.getId() |
ResourceLocation |
FishingRodHookedTrigger.getId() |
ResourceLocation |
BredAnimalsTrigger.getId() |
ResourceLocation |
PositionTrigger.getId() |
ResourceLocation |
TickTrigger.getId() |
ResourceLocation |
ShotCrossbowTrigger.getId() |
ResourceLocation |
EnterBlockTrigger.getId() |
ResourceLocation |
BeeNestDestroyedTrigger.getId() |
ResourceLocation |
ImpossibleTrigger.getId() |
ResourceLocation |
FilledBucketTrigger.getId() |
ResourceLocation |
InventoryChangeTrigger.getId() |
ResourceLocation |
CuredZombieVillagerTrigger.getId() |
ResourceLocation |
EntityHurtPlayerTrigger.getId() |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<ResourceLocation,java.util.function.Function<com.google.gson.JsonObject,ItemPredicate>> |
ItemPredicate.getPredicates() |
Modifier and Type | Method and Description |
---|---|
EntityPredicate.Builder |
EntityPredicate.Builder.func_217986_a(ResourceLocation catTypeIn) |
EntityPredicate.Builder |
EntityPredicate.Builder.func_217988_b(ResourceLocation catTypeIn) |
private static <T> Stat<T> |
PlayerPredicate.func_226997_a_(StatType<T> p_226997_0_,
ResourceLocation p_226997_1_) |
static void |
ItemPredicate.register(ResourceLocation name,
java.util.function.Function<com.google.gson.JsonObject,ItemPredicate> deserializer) |
Constructor and Description |
---|
CriterionInstance(ResourceLocation criterionIn) |
EntityPredicate(EntityTypePredicate p_i225735_1_,
DistancePredicate p_i225735_2_,
LocationPredicate p_i225735_3_,
MobEffectsPredicate p_i225735_4_,
NBTPredicate p_i225735_5_,
EntityFlagsPredicate p_i225735_6_,
EntityEquipmentPredicate p_i225735_7_,
PlayerPredicate p_i225735_8_,
java.lang.String p_i225735_9_,
ResourceLocation p_i225735_10_) |
Instance(ResourceLocation recipe) |
Instance(ResourceLocation p_i225743_1_,
BlockPredicate p_i225743_2_,
StatePropertiesPredicate p_i225743_3_,
ItemPredicate p_i225743_4_) |
Instance(ResourceLocation criterionIn,
EntityPredicate entity,
DamageSourcePredicate killingBlow) |
Instance(ResourceLocation criterionIn,
LocationPredicate location) |
KilledTrigger(ResourceLocation id) |
PositionTrigger(ResourceLocation id) |
RightClickBlockWithItemTrigger(ResourceLocation p_i225742_1_) |
Constructor and Description |
---|
PlayerPredicate(MinMaxBounds.IntBound p_i225770_1_,
GameType p_i225770_2_,
java.util.Map<Stat<?>,MinMaxBounds.IntBound> p_i225770_3_,
it.unimi.dsi.fastutil.objects.Object2BooleanMap<ResourceLocation> p_i225770_4_,
java.util.Map<ResourceLocation,PlayerPredicate.IAdvancementPredicate> p_i225770_5_) |
PlayerPredicate(MinMaxBounds.IntBound p_i225770_1_,
GameType p_i225770_2_,
java.util.Map<Stat<?>,MinMaxBounds.IntBound> p_i225770_3_,
it.unimi.dsi.fastutil.objects.Object2BooleanMap<ResourceLocation> p_i225770_4_,
java.util.Map<ResourceLocation,PlayerPredicate.IAdvancementPredicate> p_i225770_5_) |
Modifier and Type | Field and Description |
---|---|
static ResourceLocation |
ShulkerBoxBlock.CONTENTS |
private ResourceLocation |
Block.lootTable |
private ResourceLocation |
Block.Properties.lootTable |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,java.util.function.Supplier<? extends Block>> |
FlowerPotBlock.fullPots |
private java.util.function.Supplier<ResourceLocation> |
Block.lootTableSupplier |
private java.util.function.Supplier<ResourceLocation> |
Block.Properties.lootTableSupplier |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
Block.getLootTable() |
Modifier and Type | Method and Description |
---|---|
protected Stat<ResourceLocation> |
TrappedChestBlock.getOpenStat() |
protected Stat<ResourceLocation> |
ChestBlock.getOpenStat() |
java.util.Set<ResourceLocation> |
Block.getTags() |
Modifier and Type | Method and Description |
---|---|
void |
FlowerPotBlock.addPlant(ResourceLocation flower,
java.util.function.Supplier<? extends Block> fullPot) |
Modifier and Type | Field and Description |
---|---|
static ResourceLocation |
Minecraft.DEFAULT_FONT_RENDERER_NAME |
static ResourceLocation |
Minecraft.standardGalacticFontRenderer |
Modifier and Type | Method and Description |
---|---|
java.util.function.Function<ResourceLocation,TextureAtlasSprite> |
Minecraft.getAtlasSpriteGetter(ResourceLocation locationIn) |
Modifier and Type | Method and Description |
---|---|
java.util.function.Function<ResourceLocation,TextureAtlasSprite> |
Minecraft.getAtlasSpriteGetter(ResourceLocation locationIn) |
private void |
KeyboardListener.setEntityClipboardString(ResourceLocation entityIdIn,
Vec3d pos,
CompoundNBT compound) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
SoundEventAccessor.location |
private ResourceLocation |
Sound.name |
protected ResourceLocation |
LocatableSound.positionedSoundLocation |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,java.util.concurrent.CompletableFuture<AudioStreamBuffer>> |
AudioStreamManager.bufferCache |
private java.util.Map<ResourceLocation,SoundEventAccessor> |
SoundHandler.Loader.field_217948_a |
private java.util.Map<ResourceLocation,SoundEventAccessor> |
SoundHandler.soundRegistry |
private static java.util.Set<ResourceLocation> |
SoundEngine.UNABLE_TO_PLAY |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
Sound.getSoundAsOggLocation() |
ResourceLocation |
Sound.getSoundLocation() |
ResourceLocation |
ISound.getSoundLocation() |
ResourceLocation |
LocatableSound.getSoundLocation() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ResourceLocation> |
SoundHandler.getAvailableSounds() |
Modifier and Type | Method and Description |
---|---|
private static boolean |
SoundHandler.func_215292_b(Sound p_215292_0_,
ResourceLocation p_215292_1_,
IResourceManager p_215292_2_) |
java.util.concurrent.CompletableFuture<AudioStreamBuffer> |
AudioStreamManager.func_217909_a(ResourceLocation p_217909_1_) |
java.util.concurrent.CompletableFuture<IAudioStream> |
AudioStreamManager.func_217917_b(ResourceLocation p_217917_1_) |
private void |
SoundHandler.Loader.func_217944_a(ResourceLocation p_217944_1_,
SoundList p_217944_2_,
IResourceManager p_217944_3_) |
SoundEventAccessor |
SoundHandler.getAccessor(ResourceLocation location) |
void |
SoundEngine.stop(ResourceLocation soundName,
SoundCategory category) |
void |
SoundHandler.stop(ResourceLocation id,
SoundCategory category) |
Modifier and Type | Method and Description |
---|---|
void |
SoundHandler.Loader.func_217946_a(java.util.Map<ResourceLocation,SoundEventAccessor> p_217946_1_,
SoundEngine p_217946_2_) |
Constructor and Description |
---|
LocatableSound(ResourceLocation soundId,
SoundCategory categoryIn) |
SimpleSound(ResourceLocation soundIdIn,
SoundCategory categoryIn,
float volumeIn,
float pitchIn,
boolean repeatIn,
int repeatDelayIn,
ISound.AttenuationType attenuationTypeIn,
float xIn,
float yIn,
float zIn,
boolean globalIn) |
SoundEventAccessor(ResourceLocation locationIn,
java.lang.String subtitleIn) |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
AbstractClientPlayerEntity.getLocationCape() |
ResourceLocation |
AbstractClientPlayerEntity.getLocationElytra() |
ResourceLocation |
AbstractClientPlayerEntity.getLocationSkin() |
static ResourceLocation |
AbstractClientPlayerEntity.getLocationSkin(java.lang.String username) |
Modifier and Type | Method and Description |
---|---|
static DownloadingTexture |
AbstractClientPlayerEntity.getDownloadImageSkin(ResourceLocation resourceLocationIn,
java.lang.String username) |
Modifier and Type | Field and Description |
---|---|
static ResourceLocation |
AbstractGui.BACKGROUND_LOCATION |
static ResourceLocation |
AbstractGui.GUI_ICONS_LOCATION |
private static ResourceLocation |
ResourceLoadProgressGui.MOJANG_LOGO_TEXTURE |
protected static ResourceLocation |
IngameGui.PUMPKIN_BLUR_TEX_PATH |
static ResourceLocation |
SpectatorGui.SPECTATOR_WIDGETS |
static ResourceLocation |
AbstractGui.STATS_ICON_LOCATION |
private static ResourceLocation |
MapItemRenderer.TEXTURE_MAP_ICONS |
protected static ResourceLocation |
IngameGui.VIGNETTE_TEX_PATH |
private static ResourceLocation |
SpectatorGui.WIDGETS |
protected static ResourceLocation |
IngameGui.WIDGETS_TEX_PATH |
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation |
AdvancementsScreen.TABS |
private static ResourceLocation |
AdvancementEntryGui.WIDGETS |
private static ResourceLocation |
AdvancementsScreen.WINDOW |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
Font.id |
private ResourceLocation |
FontTexture.textureLocation |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,FontRenderer> |
FontResourceManager.fontRenderers |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
FontTexture.getTextureLocation() |
Modifier and Type | Method and Description |
---|---|
FontRenderer |
FontResourceManager.getFontRenderer(ResourceLocation id) |
Constructor and Description |
---|
Font(TextureManager textureManagerIn,
ResourceLocation resourceLocationIn) |
FontTexture(ResourceLocation resourceLocationIn,
boolean coloredIn) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
TrueTypeGlyphProviderFactory.file |
private ResourceLocation |
TextureGlyphProvider.Factory.file |
private ResourceLocation |
UnicodeTextureGlyphProvider.Factory.sizes |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,NativeImage> |
UnicodeTextureGlyphProvider.field_211845_e |
Modifier and Type | Method and Description |
---|---|
private ResourceLocation |
UnicodeTextureGlyphProvider.getTextureFor(char p_211623_1_) |
Modifier and Type | Method and Description |
---|---|
private NativeImage |
UnicodeTextureGlyphProvider.loadTexture(ResourceLocation p_211255_1_) |
Constructor and Description |
---|
Factory(ResourceLocation textureLocationIn,
int heightIn,
int ascentIn,
java.util.List<java.lang.String> listCharRowsIn) |
Factory(ResourceLocation p_i49760_1_,
java.lang.String p_i49760_2_) |
TrueTypeGlyphProviderFactory(ResourceLocation p_i49753_1_,
float p_i49753_2_,
float p_i49753_3_,
float p_i49753_4_,
float p_i49753_5_,
java.lang.String p_i49753_6_) |
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation |
BossOverlayGui.GUI_BARS_TEXTURES |
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation |
RecipeWidget.RECIPE_BOOK |
protected static ResourceLocation |
RecipeBookGui.RECIPE_BOOK |
private static ResourceLocation |
RecipeOverlayGui.RECIPE_BOOK_TEXTURE |
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation |
MainMenuScreen.ACCESSIBILITY_TEXTURES |
static ResourceLocation |
ReadBookScreen.BOOK_TEXTURES |
private static ResourceLocation |
DemoScreen.DEMO_BACKGROUND_LOCATION |
private static ResourceLocation |
EnchantmentScreen.ENCHANTMENT_TABLE_BOOK_TEXTURE |
private static ResourceLocation |
EnchantmentScreen.ENCHANTMENT_TABLE_GUI_TEXTURE |
private static ResourceLocation |
WinGameScreen.field_194401_g |
private static ResourceLocation |
GrindstoneScreen.field_214110_k |
private static ResourceLocation |
LoomScreen.field_214113_k |
private static ResourceLocation |
ServerSelectionList.field_214359_c |
private static ResourceLocation |
ServerSelectionList.field_214360_d |
private static ResourceLocation |
WorldSelectionList.field_214378_c |
private static ResourceLocation |
WorldSelectionList.field_214379_d |
private ResourceLocation |
CreateBuffetWorldScreen.BiomeList.BiomeEntry.field_214394_b |
private ResourceLocation |
WorldSelectionList.Entry.field_214452_e |
private static ResourceLocation |
HopperScreen.HOPPER_GUI_TEXTURE |
private static ResourceLocation |
WinGameScreen.MINECRAFT_LOGO |
private static ResourceLocation |
MainMenuScreen.MINECRAFT_TITLE_EDITION |
private static ResourceLocation |
MainMenuScreen.MINECRAFT_TITLE_TEXTURES |
private static ResourceLocation |
MainMenuScreen.PANORAMA_OVERLAY_TEXTURES |
private ResourceLocation |
ServerSelectionList.NormalEntry.serverIcon |
private static ResourceLocation |
WinGameScreen.VIGNETTE_TEXTURE |
Modifier and Type | Field and Description |
---|---|
private static java.util.List<ResourceLocation> |
CreateBuffetWorldScreen.BUFFET_GENERATORS |
private Stat<ResourceLocation> |
StatsScreen.CustomStatsList.Entry.field_214405_b |
Modifier and Type | Method and Description |
---|---|
protected void |
ServerSelectionList.NormalEntry.drawTextureAt(int p_178012_1_,
int p_178012_2_,
ResourceLocation p_178012_3_) |
Constructor and Description |
---|
BiomeEntry(ResourceLocation p_i50811_2_) |
Constructor and Description |
---|
Entry(Stat<ResourceLocation> p_i50466_2_) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,Tag<Item>> |
CreativeScreen.tagSearchResults |
Modifier and Type | Method and Description |
---|---|
com.mojang.datafixers.util.Pair<ResourceLocation,ResourceLocation> |
CreativeScreen.CreativeSlot.func_225517_c_() |
com.mojang.datafixers.util.Pair<ResourceLocation,ResourceLocation> |
CreativeScreen.CreativeSlot.func_225517_c_() |
Modifier and Type | Method and Description |
---|---|
Slot |
CreativeScreen.CreativeSlot.setBackground(ResourceLocation atlas,
ResourceLocation sprite) |
Constructor and Description |
---|
AbstractFurnaceScreen(T screenContainer,
AbstractRecipeBookGui recipeGuiIn,
PlayerInventory inv,
ITextComponent titleIn,
ResourceLocation guiTextureIn) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
PlayerMenuObject.resourceLocation |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
TeleportToTeam.TeamSelectionObject.location |
Modifier and Type | Field and Description |
---|---|
static ResourceLocation |
IToast.TEXTURE_TOASTS |
Modifier and Type | Field and Description |
---|---|
protected ResourceLocation |
ToggleWidget.resourceLocation |
static ResourceLocation |
Widget.WIDGETS_LOCATION |
Modifier and Type | Method and Description |
---|---|
void |
ToggleWidget.initTextureValues(int xTexStartIn,
int yTexStartIn,
int xDiffTexIn,
int yDiffTexIn,
ResourceLocation resourceLocationIn) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
ImageButton.resourceLocation |
private static ResourceLocation |
CheckboxButton.TEXTURE |
Constructor and Description |
---|
ImageButton(int xIn,
int yIn,
int widthIn,
int heightIn,
int xTexStartIn,
int yTexStartIn,
int yDiffTextIn,
ResourceLocation resourceLocationIn,
Button.IPressable onPressIn) |
ImageButton(int xIn,
int yIn,
int widthIn,
int heightIn,
int xTexStartIn,
int yTexStartIn,
int yDiffTextIn,
ResourceLocation resourceLocationIn,
int p_i51135_9_,
int p_i51135_10_,
Button.IPressable onPressIn) |
ImageButton(int xIn,
int yIn,
int widthIn,
int heightIn,
int xTexStartIn,
int yTexStartIn,
int yDiffTextIn,
ResourceLocation resourceLocationIn,
int p_i51136_9_,
int p_i51136_10_,
Button.IPressable onPressIn,
java.lang.String textIn) |
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation |
AbstractResourcePackList.field_214367_b |
Modifier and Type | Method and Description |
---|---|
java.util.stream.Stream<ResourceLocation> |
ClientSuggestionProvider.getRecipeResourceLocations() |
java.util.Collection<ResourceLocation> |
ClientSuggestionProvider.getSoundResourceLocations() |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<com.mojang.authlib.minecraft.MinecraftProfileTexture.Type,ResourceLocation> |
NetworkPlayerInfo.playerTextures |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
NetworkPlayerInfo.getLocationCape() |
ResourceLocation |
NetworkPlayerInfo.getLocationElytra() |
ResourceLocation |
NetworkPlayerInfo.getLocationSkin() |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,IParticleFactory<?>> |
ParticleManager.factories |
private java.util.Map<ResourceLocation,ParticleManager.AnimatedSpriteImpl> |
ParticleManager.sprites |
private java.util.List<ResourceLocation> |
TexturesParticle.textures |
Modifier and Type | Method and Description |
---|---|
java.util.List<ResourceLocation> |
TexturesParticle.getTextures() |
Modifier and Type | Method and Description |
---|---|
private void |
ParticleManager.loadTextureLists(IResourceManager manager,
ResourceLocation particleId,
java.util.Map<ResourceLocation,java.util.List<ResourceLocation>> textures) |
Modifier and Type | Method and Description |
---|---|
private void |
ParticleManager.loadTextureLists(IResourceManager manager,
ResourceLocation particleId,
java.util.Map<ResourceLocation,java.util.List<ResourceLocation>> textures) |
private void |
ParticleManager.loadTextureLists(IResourceManager manager,
ResourceLocation particleId,
java.util.Map<ResourceLocation,java.util.List<ResourceLocation>> textures) |
Constructor and Description |
---|
TexturesParticle(java.util.List<ResourceLocation> p_i51017_1_) |
Modifier and Type | Field and Description |
---|---|
private java.util.Optional<ResourceLocation> |
RenderState.TextureState.texture |
Modifier and Type | Method and Description |
---|---|
protected java.util.Optional<ResourceLocation> |
RenderState.TextureState.texture() |
Constructor and Description |
---|
RenderSkyboxCube(ResourceLocation texture) |
TextureState(ResourceLocation p_i225988_1_,
boolean p_i225988_2_,
boolean p_i225988_3_) |
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation |
WolfRenderer.ANGRY_WOLF_TEXTURES |
private static ResourceLocation |
BatRenderer.BAT_TEXTURES |
private static ResourceLocation |
TurtleRenderer.BIG_SEA_TURTLE |
private static ResourceLocation |
RabbitRenderer.BLACK |
private static ResourceLocation |
BlazeRenderer.BLAZE_TEXTURES |
private static ResourceLocation[] |
BoatRenderer.BOAT_TEXTURES |
private static ResourceLocation |
FishRenderer.BOBBER |
private static ResourceLocation |
RabbitRenderer.BROWN |
private static ResourceLocation |
RabbitRenderer.CAERBANNOG |
private static ResourceLocation |
CaveSpiderRenderer.CAVE_SPIDER_TEXTURES |
private static ResourceLocation |
ChickenRenderer.CHICKEN_TEXTURES |
private static ResourceLocation |
CodRenderer.COD_LOCATION |
private static ResourceLocation |
CowRenderer.COW_TEXTURES |
private static ResourceLocation |
CreeperRenderer.CREEPER_TEXTURES |
private static ResourceLocation |
BipedRenderer.DEFAULT_RES_LOC |
private static ResourceLocation |
DolphinRenderer.DOLPHIN_LOCATION |
private static ResourceLocation |
EnderDragonRenderer.DRAGON_EXPLODING_TEXTURES |
private static ResourceLocation |
DragonFireballRenderer.DRAGON_FIREBALL_TEXTURE |
private static ResourceLocation |
EnderDragonRenderer.DRAGON_TEXTURES |
private static ResourceLocation |
DrownedRenderer.DROWNED_LOCATION |
private static ResourceLocation |
EnderCrystalRenderer.ENDER_CRYSTAL_TEXTURES |
static ResourceLocation |
EnderDragonRenderer.ENDERCRYSTAL_BEAM_TEXTURES |
private static ResourceLocation |
EndermanRenderer.ENDERMAN_TEXTURES |
private static ResourceLocation |
EndermiteRenderer.ENDERMITE_TEXTURES |
private static ResourceLocation |
EvokerRenderer.EVOKER_ILLAGER |
private static ResourceLocation |
EvokerFangsRenderer.EVOKER_ILLAGER_FANGS |
private static ResourceLocation |
ExperienceOrbRenderer.EXPERIENCE_ORB_TEXTURES |
static ResourceLocation |
ShulkerRenderer.field_204402_a |
private static ResourceLocation |
AbstractZombieRenderer.field_217771_a |
private static ResourceLocation |
PillagerRenderer.field_217772_a |
private static ResourceLocation |
VillagerRenderer.field_217779_a |
private static ResourceLocation |
WanderingTraderRenderer.field_217780_a |
private static ResourceLocation |
BeeRenderer.field_229040_a_ |
private static ResourceLocation |
BeeRenderer.field_229041_g_ |
private static ResourceLocation |
BeeRenderer.field_229042_h_ |
private static ResourceLocation |
BeeRenderer.field_229043_i_ |
private static ResourceLocation |
EnderDragonRenderer.field_229052_g_ |
private static ResourceLocation |
FoxRenderer.FOX |
private static ResourceLocation |
GhastRenderer.GHAST_SHOOTING_TEXTURES |
private static ResourceLocation |
GhastRenderer.GHAST_TEXTURES |
private static ResourceLocation |
RabbitRenderer.GOLD |
private static ResourceLocation |
GuardianRenderer.GUARDIAN_BEAM_TEXTURE |
static ResourceLocation |
ElderGuardianRenderer.GUARDIAN_ELDER_TEXTURE |
private static ResourceLocation |
GuardianRenderer.GUARDIAN_TEXTURE |
private static ResourceLocation |
HuskRenderer.HUSK_ZOMBIE_TEXTURES |
private static ResourceLocation |
IllusionerRenderer.ILLUSIONIST |
private static ResourceLocation |
WitherRenderer.INVULNERABLE_WITHER_TEXTURES |
private static ResourceLocation |
WitherSkullRenderer.INVULNERABLE_WITHER_TEXTURES |
private static ResourceLocation |
IronGolemRenderer.IRON_GOLEM_TEXTURES |
private static ResourceLocation |
LeashKnotRenderer.LEASH_KNOT_TEXTURES |
private static ResourceLocation |
LlamaSpitRenderer.LLAMA_SPIT_TEXTURE |
private static ResourceLocation[] |
LlamaRenderer.LLAMA_TEXTURES |
private static ResourceLocation |
MagmaCubeRenderer.MAGMA_CUBE_TEXTURES |
private static ResourceLocation |
MinecartRenderer.MINECART_TEXTURES |
private static ResourceLocation |
OcelotRenderer.OCELOT_TEXTURES |
static ResourceLocation[] |
ParrotRenderer.PARROT_TEXTURES |
private static ResourceLocation |
PhantomRenderer.PHANTOM_LOCATION |
private static ResourceLocation |
PigRenderer.PIG_TEXTURES |
private static ResourceLocation |
PolarBearRenderer.POLAR_BEAR_TEXTURE |
private static ResourceLocation |
PufferfishRenderer.PUFFERFISH_TEXTURES |
private static ResourceLocation |
RavagerRenderer.RAVAGER_TEXTURES |
static ResourceLocation |
TippedArrowRenderer.RES_ARROW |
static ResourceLocation |
SpectralArrowRenderer.RES_SPECTRAL_ARROW |
static ResourceLocation |
TippedArrowRenderer.RES_TIPPED_ARROW |
private static ResourceLocation |
SalmonRenderer.SALMON_LOCATION |
private static ResourceLocation |
RabbitRenderer.SALT |
private static ResourceLocation |
SheepRenderer.SHEARED_SHEEP_TEXTURES |
static ResourceLocation[] |
ShulkerRenderer.SHULKER_ENDERGOLEM_TEXTURE |
private static ResourceLocation |
ShulkerBulletRenderer.SHULKER_SPARK_TEXTURE |
private static ResourceLocation |
SilverfishRenderer.SILVERFISH_TEXTURES |
private static ResourceLocation |
SkeletonRenderer.SKELETON_TEXTURES |
private static ResourceLocation |
FoxRenderer.SLEEPING_FOX |
private static ResourceLocation |
FoxRenderer.SLEEPING_SNOW_FOX |
private static ResourceLocation |
SlimeRenderer.SLIME_TEXTURES |
private static ResourceLocation |
FoxRenderer.SNOW_FOX |
private static ResourceLocation |
SnowManRenderer.SNOW_MAN_TEXTURES |
private static ResourceLocation |
SpiderRenderer.SPIDER_TEXTURES |
private static ResourceLocation |
SquidRenderer.SQUID_TEXTURES |
private static ResourceLocation |
StrayRenderer.STRAY_SKELETON_TEXTURES |
private static ResourceLocation |
WolfRenderer.TAMED_WOLF_TEXTURES |
static ResourceLocation |
ArmorStandRenderer.TEXTURE_ARMOR_STAND |
private static ResourceLocation |
RabbitRenderer.TOAST |
static ResourceLocation |
TridentRenderer.TRIDENT |
private static ResourceLocation |
VexRenderer.VEX_CHARGING_TEXTURE |
private static ResourceLocation |
VexRenderer.VEX_TEXTURE |
private static ResourceLocation |
VindicatorRenderer.VINDICATOR_TEXTURE |
private static ResourceLocation |
RabbitRenderer.WHITE |
private static ResourceLocation |
RabbitRenderer.WHITE_SPLOTCHED |
private static ResourceLocation |
WitchRenderer.WITCH_TEXTURES |
private static ResourceLocation |
WitherSkeletonRenderer.WITHER_SKELETON_TEXTURES |
private static ResourceLocation |
WitherRenderer.WITHER_TEXTURES |
private static ResourceLocation |
WitherSkullRenderer.WITHER_TEXTURES |
private static ResourceLocation |
WolfRenderer.WOLF_TEXTURES |
private static ResourceLocation |
PigZombieRenderer.ZOMBIE_PIGMAN_TEXTURE |
private static ResourceLocation |
GiantZombieRenderer.ZOMBIE_TEXTURES |
private static ResourceLocation |
ZombieVillagerRenderer.ZOMBIE_VILLAGER_TEXTURES |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<EntityType<?>,ResourceLocation> |
ChestedHorseRenderer.field_195635_a |
private static java.util.Map<MooshroomEntity.Type,ResourceLocation> |
MooshroomRenderer.field_217774_a |
private static java.util.Map<PandaEntity.Type,ResourceLocation> |
PandaRenderer.field_217777_a |
private static java.util.Map<java.lang.String,ResourceLocation> |
HorseRenderer.LAYERED_LOCATION_CACHE |
private static java.util.Map<EntityType<?>,ResourceLocation> |
UndeadHorseRenderer.UNDEAD_HORSE_TEXTURES |
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation |
CatCollarLayer.CAT_COLLAR |
static ResourceLocation |
SpinAttackEffectLayer.field_204836_a |
private static ResourceLocation |
BeeStingerLayer.field_229131_a_ |
private static ResourceLocation |
CreeperChargeLayer.LIGHTNING_TEXTURE |
private static ResourceLocation[] |
LlamaDecorLayer.LLAMA_DECOR_TEXTURES |
private static ResourceLocation |
DrownedOuterLayer.LOCATION_OUTER_LAYER |
private static ResourceLocation |
StayClothingLayer.STRAY_CLOTHES_TEXTURES |
private static ResourceLocation |
SaddleLayer.TEXTURE |
private static ResourceLocation |
SheepWoolLayer.TEXTURE |
private static ResourceLocation |
ElytraLayer.TEXTURE_ELYTRA |
private static ResourceLocation |
LlamaDecorLayer.TRADER_LLAMA |
private static ResourceLocation |
WitherAuraLayer.WITHER_ARMOR |
private static ResourceLocation |
WolfCollarLayer.WOLF_COLLAR |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,ResourceLocation> |
ArmorLayer.ARMOR_TEXTURE_RES_MAP |
private static it.unimi.dsi.fastutil.ints.Int2ObjectMap<ResourceLocation> |
VillagerLevelPendantLayer.field_215352_a |
private static java.util.Map<IronGolemEntity.Cracks,ResourceLocation> |
IronGolemCracksLayer.field_229134_a_ |
Modifier and Type | Method and Description |
---|---|
private ResourceLocation |
VillagerLevelPendantLayer.func_215351_a(java.lang.String p_215351_1_,
ResourceLocation p_215351_2_) |
protected abstract ResourceLocation |
EnergyLayer.func_225633_a_() |
protected ResourceLocation |
CreeperChargeLayer.func_225633_a_() |
protected ResourceLocation |
WitherAuraLayer.func_225633_a_() |
private ResourceLocation |
ArmorLayer.getArmorResource(ArmorItem armor,
boolean legSlotIn,
java.lang.String suffixOverlayIn)
Deprecated.
|
ResourceLocation |
ArmorLayer.getArmorResource(Entity entity,
ItemStack stack,
EquipmentSlotType slot,
java.lang.String type)
More generic ForgeHook version of the above function, it allows for Items to have more control over what texture they provide.
|
ResourceLocation |
ElytraLayer.getElytraTexture(ItemStack stack,
T entity)
Gets the texture to use with this ElytraLayer.
|
protected ResourceLocation |
LayerRenderer.getEntityTexture(T entityIn) |
Modifier and Type | Method and Description |
---|---|
private ResourceLocation |
VillagerLevelPendantLayer.func_215351_a(java.lang.String p_215351_1_,
ResourceLocation p_215351_2_) |
private void |
ArmorLayer.renderArmor(MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int packedLightIn,
boolean glintIn,
A modelIn,
float red,
float green,
float blue,
ResourceLocation armorResource) |
protected static <T extends LivingEntity> |
LayerRenderer.renderCopyCutoutModel(EntityModel<T> modelParentIn,
EntityModel<T> modelIn,
ResourceLocation textureLocationIn,
MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int packedLightIn,
T entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float partialTicks,
float red,
float green,
float blue) |
protected static <T extends LivingEntity> |
LayerRenderer.renderCutoutModel(EntityModel<T> modelIn,
ResourceLocation textureLocationIn,
MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int packedLightIn,
T entityIn,
float red,
float green,
float blue) |
Modifier and Type | Field and Description |
---|---|
static ResourceLocation |
TridentModel.TEXTURE_LOCATION |
Constructor and Description |
---|
AgeableModel(java.util.function.Function<ResourceLocation,RenderType> p_i225942_1_,
boolean p_i225942_2_,
float p_i225942_3_,
float p_i225942_4_,
float p_i225942_5_,
float p_i225942_6_,
float p_i225942_7_) |
BipedModel(java.util.function.Function<ResourceLocation,RenderType> renderTypeIn,
float modelSizeIn,
float yOffsetIn,
int textureWidthIn,
int textureHeightIn) |
EntityModel(java.util.function.Function<ResourceLocation,RenderType> p_i225945_1_) |
Modifier and Type | Class and Description |
---|---|
class |
ModelResourceLocation |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
Material.atlasLocation |
private ResourceLocation |
ItemOverride.location |
private ResourceLocation |
Variant.modelLocation |
protected ResourceLocation |
BlockModel.parentLocation |
private ResourceLocation |
Material.textureLocation |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<org.apache.commons.lang3.tuple.Triple<ResourceLocation,TransformationMatrix,java.lang.Boolean>,IBakedModel> |
ModelBakery.bakedModels |
static java.util.List<ResourceLocation> |
ModelBakery.DESTROY_LOCATIONS |
static java.util.List<ResourceLocation> |
ModelBakery.DESTROY_STAGES |
private java.util.Map<ResourceLocation,java.lang.Float> |
ItemOverride.mapResourceValues |
private java.util.Map<ResourceLocation,IBakedModel> |
ModelManager.modelRegistry |
protected java.util.function.Function<ResourceLocation,RenderType> |
Model.renderType |
private java.util.Map<ResourceLocation,com.mojang.datafixers.util.Pair<AtlasTexture,AtlasTexture.SheetData>> |
ModelBakery.sheetData |
private static java.util.Map<ResourceLocation,StateContainer<Block,BlockState>> |
ModelBakery.STATE_CONTAINER_OVERRIDES |
private java.util.Map<ResourceLocation,IBakedModel> |
ModelBakery.topBakedModels |
private java.util.Map<ResourceLocation,IUnbakedModel> |
ModelBakery.topUnbakedModels |
private java.util.Set<ResourceLocation> |
ModelBakery.unbakedModelLoadingQueue |
private java.util.Map<ResourceLocation,IUnbakedModel> |
ModelBakery.unbakedModels |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
Material.getAtlasLocation() |
ResourceLocation |
ItemOverride.getLocation() |
ResourceLocation |
Variant.getModelLocation() |
ResourceLocation |
BlockModel.getParentLocation() |
protected ResourceLocation |
Variant.Deserializer.getStringModel(com.google.gson.JsonObject json) |
ResourceLocation |
Material.getTextureLocation() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ResourceLocation> |
VariantList.getDependencies() |
java.util.Collection<ResourceLocation> |
BlockModel.getDependencies() |
java.util.Collection<ResourceLocation> |
IUnbakedModel.getDependencies() |
java.util.Set<ResourceLocation> |
ModelBakery.getSpecialModels() |
java.util.Map<ResourceLocation,IBakedModel> |
ModelBakery.getTopBakedModels() |
protected java.util.Map<ResourceLocation,java.lang.Float> |
ItemOverride.Deserializer.makeMapResourceValues(com.google.gson.JsonObject p_188025_1_) |
Modifier and Type | Method and Description |
---|---|
private void |
ModelBakery.addModelToCache(ResourceLocation locationIn) |
IBakedModel |
ModelBakery.bake(ResourceLocation locationIn,
IModelTransform transformIn)
Deprecated.
|
private static BakedQuad |
BlockModel.bakeFace(BlockPart partIn,
BlockPartFace partFaceIn,
TextureAtlasSprite spriteIn,
Direction directionIn,
IModelTransform transformIn,
ResourceLocation locationIn) |
IBakedModel |
BlockModel.bakeModel(ModelBakery modelBakeryIn,
BlockModel modelIn,
java.util.function.Function<Material,TextureAtlasSprite> spriteGetterIn,
IModelTransform transformIn,
ResourceLocation locationIn,
boolean p_228813_6_) |
IBakedModel |
VariantList.bakeModel(ModelBakery modelBakeryIn,
java.util.function.Function<Material,TextureAtlasSprite> spriteGetterIn,
IModelTransform transformIn,
ResourceLocation locationIn) |
IBakedModel |
BlockModel.bakeModel(ModelBakery modelBakeryIn,
java.util.function.Function<Material,TextureAtlasSprite> spriteGetterIn,
IModelTransform transformIn,
ResourceLocation locationIn)
Deprecated.
|
IBakedModel |
IUnbakedModel.bakeModel(ModelBakery modelBakeryIn,
java.util.function.Function<Material,TextureAtlasSprite> spriteGetterIn,
IModelTransform transformIn,
ResourceLocation locationIn) |
BakedQuad |
FaceBakery.bakeQuad(Vector3f posFrom,
Vector3f posTo,
BlockPartFace face,
TextureAtlasSprite sprite,
Direction facing,
IModelTransform transformIn,
BlockPartRotation partRotation,
boolean shade,
ResourceLocation modelLocationIn) |
IBakedModel |
BlockModel.bakeVanilla(ModelBakery modelBakeryIn,
BlockModel modelIn,
java.util.function.Function<Material,TextureAtlasSprite> spriteGetterIn,
IModelTransform transformIn,
ResourceLocation locationIn,
boolean p_228813_6_)
Deprecated.
|
private static com.mojang.datafixers.util.Either<Material,java.lang.String> |
BlockModel.Deserializer.findTexture(ResourceLocation locationIn,
java.lang.String nameIn) |
AtlasTexture |
ModelManager.getAtlasTexture(ResourceLocation locationIn) |
IBakedModel |
ModelBakery.getBakedModel(ResourceLocation locationIn,
IModelTransform transformIn,
java.util.function.Function<Material,TextureAtlasSprite> textureGetter) |
IBakedModel |
ModelManager.getModel(ResourceLocation modelLocation) |
RenderType |
Model.getRenderType(ResourceLocation locationIn) |
IUnbakedModel |
ModelBakery.getUnbakedModel(ResourceLocation modelLocation) |
private void |
ModelBakery.loadBlockstate(ResourceLocation blockstateLocation) |
protected BlockModel |
ModelBakery.loadModel(ResourceLocation location) |
static BakedQuad |
BlockModel.makeBakedQuad(BlockPart partIn,
BlockPartFace partFaceIn,
TextureAtlasSprite spriteIn,
Direction directionIn,
IModelTransform transformIn,
ResourceLocation locationIn) |
private void |
ModelBakery.putModel(ResourceLocation locationIn,
IUnbakedModel modelIn) |
static BlockFaceUV |
FaceBakery.updateFaceUV(BlockFaceUV blockFaceUVIn,
Direction facing,
TransformationMatrix modelRotationIn,
ResourceLocation modelLocationIn) |
Modifier and Type | Method and Description |
---|---|
IVertexBuilder |
Material.getBuffer(IRenderTypeBuffer bufferIn,
java.util.function.Function<ResourceLocation,RenderType> renderTypeGetter) |
RenderType |
Material.getRenderType(java.util.function.Function<ResourceLocation,RenderType> renderTypeGetter) |
java.util.Collection<Material> |
VariantList.getTextures(java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter,
java.util.Set<com.mojang.datafixers.util.Pair<java.lang.String,java.lang.String>> missingTextureErrors) |
java.util.Collection<Material> |
BlockModel.getTextures(java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter,
java.util.Set<com.mojang.datafixers.util.Pair<java.lang.String,java.lang.String>> missingTextureErrors) |
java.util.Collection<Material> |
IUnbakedModel.getTextures(java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter,
java.util.Set<com.mojang.datafixers.util.Pair<java.lang.String,java.lang.String>> missingTextureErrors) |
Constructor and Description |
---|
BlockModel(ResourceLocation p_i230056_1_,
java.util.List<BlockPart> p_i230056_2_,
java.util.Map<java.lang.String,com.mojang.datafixers.util.Either<Material,java.lang.String>> p_i230056_3_,
boolean p_i230056_4_,
BlockModel.GuiLight p_i230056_5_,
ItemCameraTransforms p_i230056_6_,
java.util.List<ItemOverride> p_i230056_7_) |
ItemOverride(ResourceLocation locationIn,
java.util.Map<ResourceLocation,java.lang.Float> propertyValues) |
Material(ResourceLocation atlasLocationIn,
ResourceLocation textureLocationIn) |
ModelResourceLocation(ResourceLocation location,
java.lang.String variantIn) |
Variant(ResourceLocation modelLocationIn,
TransformationMatrix rotationIn,
boolean uvLockIn,
int weightIn) |
Constructor and Description |
---|
ItemOverride(ResourceLocation locationIn,
java.util.Map<ResourceLocation,java.lang.Float> propertyValues) |
ItemOverrideList(ModelBakery modelBakeryIn,
BlockModel blockModelIn,
java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter,
java.util.List<ItemOverride> itemOverridesIn)
Deprecated.
|
ItemOverrideList(ModelBakery modelBakeryIn,
IUnbakedModel blockModelIn,
java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter,
java.util.function.Function<Material,TextureAtlasSprite> textureGetter,
java.util.List<ItemOverride> itemOverridesIn) |
Model(java.util.function.Function<ResourceLocation,RenderType> renderTypeIn) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ResourceLocation> |
Multipart.getDependencies() |
Modifier and Type | Method and Description |
---|---|
IBakedModel |
Multipart.bakeModel(ModelBakery modelBakeryIn,
java.util.function.Function<Material,TextureAtlasSprite> spriteGetterIn,
IModelTransform transformIn,
ResourceLocation locationIn) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Material> |
Multipart.getTextures(java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter,
java.util.Set<com.mojang.datafixers.util.Pair<java.lang.String,java.lang.String>> missingTextureErrors) |
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation |
MissingTextureSprite.LOCATION |
private static ResourceLocation |
PaintingSpriteUploader.LOCATION_BACK_SPRITE |
static ResourceLocation |
AtlasTexture.LOCATION_BLOCKS_TEXTURE
Deprecated.
|
static ResourceLocation |
AtlasTexture.LOCATION_PARTICLES_TEXTURE
Deprecated.
|
static ResourceLocation |
TextureManager.RESOURCE_LOCATION_EMPTY |
private ResourceLocation |
TextureAtlasSprite.Info.spriteLocation |
private ResourceLocation |
AtlasTexture.textureLocation |
protected ResourceLocation |
SimpleTexture.textureLocation |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,AtlasTexture> |
SpriteMap.atlasTextures |
private java.util.Map<ResourceLocation,Texture> |
TextureManager.mapTextureObjects |
private java.util.Map<ResourceLocation,TextureAtlasSprite> |
AtlasTexture.mapUploadedSprites |
(package private) java.util.Set<ResourceLocation> |
AtlasTexture.SheetData.spriteLocations |
private java.util.Set<ResourceLocation> |
AtlasTexture.sprites |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
TextureManager.getDynamicTextureLocation(java.lang.String name,
DynamicTexture texture) |
static ResourceLocation |
MissingTextureSprite.getLocation() |
ResourceLocation |
TextureAtlasSprite.getName() |
ResourceLocation |
TextureAtlasSprite.Info.getSpriteLocation() |
private ResourceLocation |
AtlasTexture.getSpritePath(ResourceLocation location) |
ResourceLocation |
AtlasTexture.getTextureLocation() |
private ResourceLocation |
SpriteUploader.resolveLocation(ResourceLocation locationIn) |
Modifier and Type | Method and Description |
---|---|
protected java.util.stream.Stream<ResourceLocation> |
PaintingSpriteUploader.getResourceLocations() |
protected java.util.stream.Stream<ResourceLocation> |
PotionSpriteUploader.getResourceLocations() |
protected abstract java.util.stream.Stream<ResourceLocation> |
SpriteUploader.getResourceLocations() |
Modifier and Type | Method and Description |
---|---|
void |
TextureManager.bindTexture(ResourceLocation resource) |
private void |
TextureManager.bindTextureRaw(ResourceLocation resource) |
void |
TextureManager.deleteTexture(ResourceLocation textureLocation) |
private Texture |
TextureManager.func_230183_b_(ResourceLocation p_230183_1_,
Texture p_230183_2_) |
AtlasTexture |
SpriteMap.getAtlasTexture(ResourceLocation locationIn) |
TextureAtlasSprite |
AtlasTexture.getSprite(ResourceLocation location) |
protected TextureAtlasSprite |
SpriteUploader.getSprite(ResourceLocation locationIn) |
private ResourceLocation |
AtlasTexture.getSpritePath(ResourceLocation location) |
Texture |
TextureManager.getTexture(ResourceLocation textureLocation) |
static SimpleTexture.TextureData |
SimpleTexture.TextureData.getTextureData(IResourceManager resourceManagerIn,
ResourceLocation locationIn) |
java.util.concurrent.CompletableFuture<java.lang.Void> |
TextureManager.loadAsync(ResourceLocation textureLocation,
java.util.concurrent.Executor executor) |
void |
TextureManager.loadTexture(ResourceLocation textureLocation,
Texture textureObj) |
void |
Texture.loadTexture(TextureManager textureManagerIn,
IResourceManager resourceManagerIn,
ResourceLocation resourceLocationIn,
java.util.concurrent.Executor executorIn) |
void |
PreloadedTexture.loadTexture(TextureManager textureManagerIn,
IResourceManager resourceManagerIn,
ResourceLocation resourceLocationIn,
java.util.concurrent.Executor executorIn) |
private ResourceLocation |
SpriteUploader.resolveLocation(ResourceLocation locationIn) |
Modifier and Type | Method and Description |
---|---|
private java.util.Collection<TextureAtlasSprite.Info> |
AtlasTexture.makeSprites(IResourceManager resourceManagerIn,
java.util.Set<ResourceLocation> spriteLocationsIn) |
AtlasTexture.SheetData |
AtlasTexture.stitch(IResourceManager resourceManagerIn,
java.util.stream.Stream<ResourceLocation> resourceLocationsIn,
IProfiler profilerIn,
int maxMipmapLevelIn) |
Constructor and Description |
---|
AtlasTexture(ResourceLocation textureLocationIn) |
DownloadingTexture(java.io.File cacheFileIn,
java.lang.String imageUrlIn,
ResourceLocation textureResourceLocation,
boolean legacySkinIn,
java.lang.Runnable processTaskIn) |
Info(ResourceLocation locationIn,
int widthIn,
int heightIn,
AnimationMetadataSection animationMetadataIn) |
PreloadedTexture(IResourceManager resourceManagerIn,
ResourceLocation locationIn,
java.util.concurrent.Executor executorIn) |
SimpleTexture(ResourceLocation textureResourceLocation) |
SpriteUploader(TextureManager textureManagerIn,
ResourceLocation atlasTextureLocation,
java.lang.String prefixIn) |
Constructor and Description |
---|
SheetData(java.util.Set<ResourceLocation> spriteLocationsIn,
int widthIn,
int heightIn,
int mipmapLevelIn,
java.util.List<TextureAtlasSprite> spritesIn) |
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation |
EndGatewayTileEntityRenderer.END_GATEWAY_BEAM_TEXTURE |
static ResourceLocation |
EndPortalTileEntityRenderer.END_PORTAL_TEXTURE |
static ResourceLocation |
EndPortalTileEntityRenderer.END_SKY_TEXTURE |
static ResourceLocation |
BeaconTileEntityRenderer.TEXTURE_BEACON_BEAM |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<SkullBlock.ISkullType,ResourceLocation> |
SkullTileEntityRenderer.SKINS |
Modifier and Type | Method and Description |
---|---|
static void |
BeaconTileEntityRenderer.renderBeamSegment(MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
ResourceLocation textureLocation,
float partialTicks,
float textureScale,
long totalWorldTime,
int yOffset,
int height,
float[] colors,
float beamRadius,
float glowRadius) |
Modifier and Type | Field and Description |
---|---|
static ResourceLocation |
LegacyResourcePackWrapperV4.BANNER_BASE |
private ResourceLocation |
ClientResourcePackInfo.field_195810_b |
private static ResourceLocation |
FoliageColorReloadListener.FOLIAGE_LOCATION |
private static ResourceLocation |
GrassColorReloadListener.GRASS_LOCATION |
static ResourceLocation |
LegacyResourcePackWrapperV4.OLD_IRON_GOLEM_LOCATION |
static ResourceLocation |
LegacyResourcePackWrapperV4.SHIELD_BASE |
private static ResourceLocation |
DefaultPlayerSkin.TEXTURE_ALEX |
private static ResourceLocation |
DefaultPlayerSkin.TEXTURE_STEVE |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,com.mojang.datafixers.util.Pair<ChestType,ResourceLocation>> |
LegacyResourcePackWrapperV4.CHESTS |
private java.util.Map<ResourceLocation,ResourceLocation> |
LegacyResourcePackWrapper.field_211855_c |
private java.util.Map<ResourceLocation,ResourceLocation> |
LegacyResourcePackWrapper.field_211855_c |
private java.util.Map<ResourceLocation,java.io.File> |
ResourceIndex.namespaceFiles |
static java.util.Map<ResourceLocation,ResourceLocation> |
LegacyResourcePackWrapper.NEW_TO_LEGACY_MAP |
static java.util.Map<ResourceLocation,ResourceLocation> |
LegacyResourcePackWrapper.NEW_TO_LEGACY_MAP |
Modifier and Type | Method and Description |
---|---|
static ResourceLocation |
DefaultPlayerSkin.getDefaultSkin(java.util.UUID playerUUID) |
static ResourceLocation |
DefaultPlayerSkin.getDefaultSkinLegacy() |
private static ResourceLocation |
LegacyResourcePackWrapper.getMetaFileLocation(ResourceLocation p_211850_0_) |
protected ResourceLocation |
JsonReloadListener.getPreparedPath(ResourceLocation rl) |
ResourceLocation |
SkinManager.loadSkin(com.mojang.authlib.minecraft.MinecraftProfileTexture profileTexture,
com.mojang.authlib.minecraft.MinecraftProfileTexture.Type textureType) |
ResourceLocation |
SkinManager.loadSkin(com.mojang.authlib.minecraft.MinecraftProfileTexture profileTexture,
com.mojang.authlib.minecraft.MinecraftProfileTexture.Type textureType,
SkinManager.ISkinAvailableCallback skinAvailableCallback) |
private ResourceLocation |
LegacyResourcePackWrapper.toLegacyLocation(ResourceLocation p_211851_1_) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ResourceLocation> |
VirtualAssetsPack.getAllResourceLocations(ResourcePackType type,
java.lang.String namespaceIn,
java.lang.String pathIn,
int maxDepthIn,
java.util.function.Predicate<java.lang.String> filterIn) |
java.util.Collection<ResourceLocation> |
LegacyResourcePackWrapperV4.getAllResourceLocations(ResourcePackType type,
java.lang.String namespaceIn,
java.lang.String pathIn,
int maxDepthIn,
java.util.function.Predicate<java.lang.String> filterIn) |
java.util.Collection<ResourceLocation> |
LegacyResourcePackWrapper.getAllResourceLocations(ResourcePackType type,
java.lang.String namespaceIn,
java.lang.String pathIn,
int maxDepthIn,
java.util.function.Predicate<java.lang.String> filterIn) |
java.util.Collection<ResourceLocation> |
FolderResourceIndex.getFiles(java.lang.String p_225639_1_,
java.lang.String p_225639_2_,
int p_225639_3_,
java.util.function.Predicate<java.lang.String> p_225639_4_) |
java.util.Collection<ResourceLocation> |
ResourceIndex.getFiles(java.lang.String p_225639_1_,
java.lang.String p_225639_2_,
int p_225639_3_,
java.util.function.Predicate<java.lang.String> p_225639_4_) |
protected java.util.Map<ResourceLocation,com.google.gson.JsonObject> |
JsonReloadListener.prepare(IResourceManager resourceManagerIn,
IProfiler profilerIn) |
Modifier and Type | Method and Description |
---|---|
java.io.File |
FolderResourceIndex.getFile(ResourceLocation location) |
java.io.File |
ResourceIndex.getFile(ResourceLocation location) |
protected java.io.InputStream |
VirtualAssetsPack.getInputStreamVanilla(ResourcePackType type,
ResourceLocation location) |
private static ResourceLocation |
LegacyResourcePackWrapper.getMetaFileLocation(ResourceLocation p_211850_0_) |
protected ResourceLocation |
JsonReloadListener.getPreparedPath(ResourceLocation rl) |
java.io.InputStream |
LegacyResourcePackWrapperV4.getResourceStream(ResourcePackType type,
ResourceLocation location) |
java.io.InputStream |
LegacyResourcePackWrapper.getResourceStream(ResourcePackType type,
ResourceLocation location) |
static int[] |
ColorMapLoader.loadColors(IResourceManager manager,
ResourceLocation location)
Deprecated.
|
void |
SkinManager.ISkinAvailableCallback.onSkinTextureAvailable(com.mojang.authlib.minecraft.MinecraftProfileTexture.Type p_onSkinTextureAvailable_1_,
ResourceLocation p_onSkinTextureAvailable_2_,
com.mojang.authlib.minecraft.MinecraftProfileTexture p_onSkinTextureAvailable_3_) |
boolean |
VirtualAssetsPack.resourceExists(ResourcePackType type,
ResourceLocation location) |
boolean |
LegacyResourcePackWrapperV4.resourceExists(ResourcePackType type,
ResourceLocation location) |
boolean |
LegacyResourcePackWrapper.resourceExists(ResourcePackType type,
ResourceLocation location) |
private ResourceLocation |
LegacyResourcePackWrapper.toLegacyLocation(ResourceLocation p_211851_1_) |
Constructor and Description |
---|
LegacyResourcePackWrapper(IResourcePack p_i49785_1_,
java.util.Map<ResourceLocation,ResourceLocation> p_i49785_2_) |
LegacyResourcePackWrapper(IResourcePack p_i49785_1_,
java.util.Map<ResourceLocation,ResourceLocation> p_i49785_2_) |
Modifier and Type | Method and Description |
---|---|
private void |
ShaderGroup.parseGroup(TextureManager p_152765_1_,
ResourceLocation p_152765_2_) |
Constructor and Description |
---|
ShaderGroup(TextureManager p_i1050_1_,
IResourceManager resourceManagerIn,
Framebuffer mainFramebufferIn,
ResourceLocation p_i1050_4_) |
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation |
Splashes.SPLASHES_LOCATION |
Modifier and Type | Field and Description |
---|---|
private java.util.function.Function<T,java.util.stream.Stream<ResourceLocation>> |
SearchTreeReloadable.field_217877_c |
Constructor and Description |
---|
SearchTree(java.util.function.Function<T,java.util.stream.Stream<java.lang.String>> nameFuncIn,
java.util.function.Function<T,java.util.stream.Stream<ResourceLocation>> idFuncIn) |
SearchTreeReloadable(java.util.function.Function<T,java.util.stream.Stream<ResourceLocation>> p_i50896_1_) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
TimedFunction.field_216318_a |
private ResourceLocation |
FunctionObject.id |
private ResourceLocation |
FunctionObject.CacheableFunction.id |
private ResourceLocation |
TimedFunctionTag.tagName |
private ResourceLocation |
ITimerCallback.Serializer.typeId |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,ITimerCallback.Serializer<C,?>> |
TimerCallbackSerializers.field_216344_c |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
ITimerCallback.Serializer.func_216310_a() |
ResourceLocation |
FunctionObject.getId() |
ResourceLocation |
FunctionObject.CacheableFunction.getId() |
Modifier and Type | Method and Description |
---|---|
java.util.stream.Stream<ResourceLocation> |
ISuggestionProvider.getRecipeResourceLocations() |
java.util.stream.Stream<ResourceLocation> |
CommandSource.getRecipeResourceLocations() |
java.util.Collection<ResourceLocation> |
ISuggestionProvider.getSoundResourceLocations() |
java.util.Collection<ResourceLocation> |
CommandSource.getSoundResourceLocations() |
Modifier and Type | Method and Description |
---|---|
static FunctionObject |
FunctionObject.create(ResourceLocation p_197000_0_,
FunctionManager p_197000_1_,
java.util.List<java.lang.String> p_197000_2_) |
Modifier and Type | Method and Description |
---|---|
static <T> java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> |
ISuggestionProvider.func_201725_a(java.util.stream.Stream<T> p_201725_0_,
com.mojang.brigadier.suggestion.SuggestionsBuilder builder,
java.util.function.Function<T,ResourceLocation> p_201725_2_,
java.util.function.Function<T,com.mojang.brigadier.Message> p_201725_3_) |
static <T> void |
ISuggestionProvider.func_210511_a(java.lang.Iterable<T> p_210511_0_,
java.lang.String p_210511_1_,
java.lang.String p_210511_2_,
java.util.function.Function<T,ResourceLocation> p_210511_3_,
java.util.function.Consumer<T> p_210511_4_) |
static <T> void |
ISuggestionProvider.func_210512_a(java.lang.Iterable<T> p_210512_0_,
java.lang.String p_210512_1_,
java.util.function.Function<T,ResourceLocation> p_210512_2_,
java.util.function.Consumer<T> p_210512_3_) |
static <T> java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> |
ISuggestionProvider.func_210514_a(java.lang.Iterable<T> p_210514_0_,
com.mojang.brigadier.suggestion.SuggestionsBuilder builder,
java.util.function.Function<T,ResourceLocation> p_210514_2_,
java.util.function.Function<T,com.mojang.brigadier.Message> p_210514_3_) |
static java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> |
ISuggestionProvider.func_212476_a(java.util.stream.Stream<ResourceLocation> p_212476_0_,
com.mojang.brigadier.suggestion.SuggestionsBuilder builder) |
static java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> |
ISuggestionProvider.suggestIterable(java.lang.Iterable<ResourceLocation> p_197014_0_,
com.mojang.brigadier.suggestion.SuggestionsBuilder builder) |
static java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> |
ISuggestionProvider.suggestIterable(java.lang.Iterable<ResourceLocation> p_197006_0_,
com.mojang.brigadier.suggestion.SuggestionsBuilder p_197006_1_,
java.lang.String prefix) |
Constructor and Description |
---|
CacheableFunction(ResourceLocation idIn) |
FunctionObject(ResourceLocation p_i47973_1_,
FunctionObject.IEntry[] p_i47973_2_) |
Serializer(ResourceLocation p_i51270_1_,
java.lang.Class<?> p_i51270_2_) |
TimedFunction(ResourceLocation p_i51190_1_) |
TimedFunctionTag(ResourceLocation p_i51189_1_) |
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation |
SuggestionProviders.ASK_SERVER_ID |
private ResourceLocation |
BlockStateParser.blockID |
private ResourceLocation |
SuggestionProviders.Wrapper.id |
ResourceLocation |
ArgumentTypes.Entry.id |
private ResourceLocation |
ItemParser.tag |
private ResourceLocation |
BlockStateParser.tag |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<ResourceLocation,ArgumentTypes.Entry<?>> |
ArgumentTypes.ID_TYPE_MAP |
private static java.util.Map<ResourceLocation,com.mojang.brigadier.suggestion.SuggestionProvider<ISuggestionProvider>> |
SuggestionProviders.REGISTRY |
Modifier and Type | Method and Description |
---|---|
private static ResourceLocation |
EntitySummonArgument.checkIfEntityExists(ResourceLocation id) |
static ResourceLocation |
EntitySummonArgument.getEntityId(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static ResourceLocation |
SuggestionProviders.getId(com.mojang.brigadier.suggestion.SuggestionProvider<ISuggestionProvider> provider) |
static ResourceLocation |
ResourceLocationArgument.getResourceLocation(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
ResourceLocation |
ItemParser.getTag() |
ResourceLocation |
BlockStateParser.getTag() |
ResourceLocation |
EntitySummonArgument.parse(com.mojang.brigadier.StringReader p_parse_1_) |
ResourceLocation |
ResourceLocationArgument.parse(com.mojang.brigadier.StringReader p_parse_1_) |
Modifier and Type | Method and Description |
---|---|
private static ResourceLocation |
EntitySummonArgument.checkIfEntityExists(ResourceLocation id) |
private static FunctionObject |
FunctionArgument.func_218108_c(com.mojang.brigadier.context.CommandContext<CommandSource> p_218108_0_,
ResourceLocation p_218108_1_) |
private static Tag<FunctionObject> |
FunctionArgument.func_218111_d(com.mojang.brigadier.context.CommandContext<CommandSource> p_218111_0_,
ResourceLocation p_218111_1_) |
static com.mojang.brigadier.suggestion.SuggestionProvider<ISuggestionProvider> |
SuggestionProviders.get(ResourceLocation id) |
private static ArgumentTypes.Entry<?> |
ArgumentTypes.get(ResourceLocation id) |
static <S extends ISuggestionProvider> |
SuggestionProviders.register(ResourceLocation id,
com.mojang.brigadier.suggestion.SuggestionProvider<ISuggestionProvider> provider) |
Constructor and Description |
---|
Entry(java.lang.Class<T> argumentClassIn,
IArgumentSerializer<T> serializerIn,
ResourceLocation idIn) |
Wrapper(ResourceLocation idIn,
com.mojang.brigadier.suggestion.SuggestionProvider<ISuggestionProvider> providerIn) |
Modifier and Type | Method and Description |
---|---|
private static int |
BossBarCommand.createBossbar(CommandSource source,
ResourceLocation id,
ITextComponent displayName) |
private static void |
LootCommand.func_218860_a(CommandSource p_218860_0_,
java.util.List<ItemStack> p_218860_1_,
ResourceLocation p_218860_2_) |
private static int |
LootCommand.func_218871_a(com.mojang.brigadier.context.CommandContext<CommandSource> p_218871_0_,
ResourceLocation p_218871_1_,
LootContext p_218871_2_,
LootCommand.ITargetHandler p_218871_3_) |
private static int |
LootCommand.func_218876_a(com.mojang.brigadier.context.CommandContext<CommandSource> p_218876_0_,
ResourceLocation p_218876_1_,
BlockPos p_218876_2_,
ItemStack p_218876_3_,
LootCommand.ITargetHandler p_218876_4_) |
private static int |
LootCommand.func_218887_a(com.mojang.brigadier.context.CommandContext<CommandSource> p_218887_0_,
ResourceLocation p_218887_1_,
LootCommand.ITargetHandler p_218887_2_) |
private static int |
PlaySoundCommand.playSound(CommandSource source,
java.util.Collection<ServerPlayerEntity> targets,
ResourceLocation soundIn,
SoundCategory category,
Vec3d pos,
float volume,
float pitch,
float minVolume) |
private static int |
StopSoundCommand.stopSound(CommandSource source,
java.util.Collection<ServerPlayerEntity> targets,
SoundCategory category,
ResourceLocation soundIn) |
private static int |
SummonCommand.summonEntity(CommandSource source,
ResourceLocation type,
Vec3d pos,
CompoundNBT nbt,
boolean randomizeProperties) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
StorageAccessor.field_229836_d_ |
Constructor and Description |
---|
StorageAccessor(CommandStorage p_i226092_1_,
ResourceLocation p_i226092_2_) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
ShapedRecipeBuilder.Result.advancementId |
private ResourceLocation |
ShapelessRecipeBuilder.Result.advancementId |
private ResourceLocation |
CookingRecipeBuilder.Result.advancementId |
private ResourceLocation |
SingleItemRecipeBuilder.Result.advancementId |
private ResourceLocation |
ShapedRecipeBuilder.Result.id |
private ResourceLocation |
ShapelessRecipeBuilder.Result.id |
private ResourceLocation |
CookingRecipeBuilder.Result.id |
private ResourceLocation |
SingleItemRecipeBuilder.Result.id |
Modifier and Type | Field and Description |
---|---|
private java.util.List<com.mojang.datafixers.util.Pair<java.util.function.Supplier<java.util.function.Consumer<java.util.function.BiConsumer<ResourceLocation,LootTable.Builder>>>,LootParameterSet>> |
LootTableProvider.field_218444_e |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
ShapedRecipeBuilder.Result.getAdvancementID() |
ResourceLocation |
ShapelessRecipeBuilder.Result.getAdvancementID() |
ResourceLocation |
IFinishedRecipe.getAdvancementID() |
ResourceLocation |
CookingRecipeBuilder.Result.getAdvancementID() |
ResourceLocation |
SingleItemRecipeBuilder.Result.getAdvancementID() |
ResourceLocation |
ShapedRecipeBuilder.Result.getID() |
ResourceLocation |
ShapelessRecipeBuilder.Result.getID() |
ResourceLocation |
IFinishedRecipe.getID() |
ResourceLocation |
CookingRecipeBuilder.Result.getID() |
ResourceLocation |
SingleItemRecipeBuilder.Result.getID() |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<com.mojang.datafixers.util.Pair<java.util.function.Supplier<java.util.function.Consumer<java.util.function.BiConsumer<ResourceLocation,LootTable.Builder>>>,LootParameterSet>> |
LootTableProvider.getTables() |
Modifier and Type | Method and Description |
---|---|
void |
ShapedRecipeBuilder.build(java.util.function.Consumer<IFinishedRecipe> consumerIn,
ResourceLocation id) |
void |
ShapelessRecipeBuilder.build(java.util.function.Consumer<IFinishedRecipe> consumerIn,
ResourceLocation id) |
void |
CookingRecipeBuilder.build(java.util.function.Consumer<IFinishedRecipe> consumerIn,
ResourceLocation id) |
void |
SingleItemRecipeBuilder.build(java.util.function.Consumer<IFinishedRecipe> consumerIn,
ResourceLocation id) |
private static java.nio.file.Path |
LootTableProvider.getPath(java.nio.file.Path pathIn,
ResourceLocation id) |
protected java.nio.file.Path |
BlockTagsProvider.makePath(ResourceLocation id) |
protected java.nio.file.Path |
ItemTagsProvider.makePath(ResourceLocation id) |
protected java.nio.file.Path |
FluidTagsProvider.makePath(ResourceLocation id) |
protected abstract java.nio.file.Path |
TagsProvider.makePath(ResourceLocation id) |
protected java.nio.file.Path |
EntityTypeTagsProvider.makePath(ResourceLocation id) |
private void |
ShapedRecipeBuilder.validate(ResourceLocation id) |
private void |
ShapelessRecipeBuilder.validate(ResourceLocation id) |
private void |
CookingRecipeBuilder.validate(ResourceLocation id) |
private void |
SingleItemRecipeBuilder.validate(ResourceLocation id) |
Modifier and Type | Method and Description |
---|---|
protected void |
LootTableProvider.validate(java.util.Map<ResourceLocation,LootTable> map,
ValidationTracker validationtracker) |
Constructor and Description |
---|
Result(ResourceLocation idIn,
IRecipeSerializer<?> serializerIn,
java.lang.String groupIn,
Ingredient ingredientIn,
Item resultIn,
int countIn,
Advancement.Builder advancementBuilderIn,
ResourceLocation advancementIdIn) |
Result(ResourceLocation idIn,
Item resultIn,
int countIn,
java.lang.String groupIn,
java.util.List<Ingredient> ingredientsIn,
Advancement.Builder advancementBuilderIn,
ResourceLocation advancementIdIn) |
Result(ResourceLocation idIn,
Item resultIn,
int countIn,
java.lang.String groupIn,
java.util.List<java.lang.String> patternIn,
java.util.Map<java.lang.Character,Ingredient> keyIn,
Advancement.Builder advancementBuilderIn,
ResourceLocation advancementIdIn) |
Result(ResourceLocation idIn,
java.lang.String groupIn,
Ingredient ingredientIn,
Item resultIn,
float experienceIn,
int cookingTimeIn,
Advancement.Builder advancementBuilderIn,
ResourceLocation advancementIdIn,
IRecipeSerializer<? extends AbstractCookingRecipe> serializerIn) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,LootTable.Builder> |
EntityLootTables.lootTables |
private java.util.Map<ResourceLocation,LootTable.Builder> |
BlockLootTables.lootTables |
Modifier and Type | Method and Description |
---|---|
protected void |
EntityLootTables.registerLootTable(ResourceLocation id,
LootTable.Builder table) |
Modifier and Type | Method and Description |
---|---|
void |
GiftLootTables.accept(java.util.function.BiConsumer<ResourceLocation,LootTable.Builder> p_accept_1_) |
void |
EntityLootTables.accept(java.util.function.BiConsumer<ResourceLocation,LootTable.Builder> p_accept_1_) |
void |
FishingLootTables.accept(java.util.function.BiConsumer<ResourceLocation,LootTable.Builder> p_accept_1_) |
void |
BlockLootTables.accept(java.util.function.BiConsumer<ResourceLocation,LootTable.Builder> p_accept_1_) |
void |
ChestLootTables.accept(java.util.function.BiConsumer<ResourceLocation,LootTable.Builder> p_accept_1_) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
MobEntity.deathLootTable |
private ResourceLocation |
EntityType.lootTable |
Modifier and Type | Method and Description |
---|---|
static ResourceLocation |
EntityType.getKey(EntityType<?> entityTypeIn) |
ResourceLocation |
EntityType.getLootTable() |
protected ResourceLocation |
MobEntity.getLootTable() |
ResourceLocation |
LivingEntity.getLootTableResourceLocation() |
ResourceLocation |
MobEntity.getLootTableResourceLocation() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ResourceLocation> |
EntityType.getTags()
Retrieves a list of tags names this is known to be associated with.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<VillagerProfession,ResourceLocation> |
GiveHeroGiftsTask.GIFTS |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
ContainerMinecartEntity.lootTable |
Modifier and Type | Method and Description |
---|---|
void |
ContainerMinecartEntity.setLootTable(ResourceLocation lootTableIn,
long lootTableSeedIn) |
Modifier and Type | Method and Description |
---|---|
protected ResourceLocation |
MagmaCubeEntity.getLootTable() |
protected ResourceLocation |
SlimeEntity.getLootTable() |
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation |
RabbitEntity.KILLER_BUNNY |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<java.lang.Integer,ResourceLocation> |
CatEntity.TEXTURE_BY_ID |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
CatEntity.getCatTypeName() |
ResourceLocation |
SheepEntity.getLootTable() |
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation[] |
TropicalFishEntity.BODY_TEXTURES |
private static ResourceLocation[] |
TropicalFishEntity.PATTERN_TEXTURES_A |
private static ResourceLocation[] |
TropicalFishEntity.PATTERN_TEXTURES_B |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
TropicalFishEntity.getBodyTexture() |
ResourceLocation |
TropicalFishEntity.getPatternTexture() |
Modifier and Type | Field and Description |
---|---|
protected java.util.HashMap<ResourceLocation,java.lang.Boolean> |
PlayerEntity.spawnForcedMap |
protected java.util.HashMap<ResourceLocation,BlockPos> |
PlayerEntity.spawnPosMap |
Modifier and Type | Method and Description |
---|---|
void |
PlayerEntity.addStat(ResourceLocation stat) |
void |
PlayerEntity.addStat(ResourceLocation p_195067_1_,
int p_195067_2_) |
void |
PlayerEntity.unlockRecipes(ResourceLocation[] p_193102_1_) |
void |
ServerPlayerEntity.unlockRecipes(ResourceLocation[] p_193102_1_) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ResourceLocation> |
Fluid.getTags() |
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation[] |
PlayerContainer.ARMOR_SLOT_TEXTURES |
static ResourceLocation |
PlayerContainer.EMPTY_ARMOR_SLOT_BOOTS |
static ResourceLocation |
PlayerContainer.EMPTY_ARMOR_SLOT_CHESTPLATE |
static ResourceLocation |
PlayerContainer.EMPTY_ARMOR_SLOT_HELMET |
static ResourceLocation |
PlayerContainer.EMPTY_ARMOR_SLOT_LEGGINGS |
static ResourceLocation |
PlayerContainer.EMPTY_ARMOR_SLOT_SHIELD |
static ResourceLocation |
PlayerContainer.LOCATION_BLOCKS_TEXTURE |
Modifier and Type | Field and Description |
---|---|
private com.mojang.datafixers.util.Pair<ResourceLocation,ResourceLocation> |
Slot.backgroundPair |
private com.mojang.datafixers.util.Pair<ResourceLocation,ResourceLocation> |
Slot.backgroundPair |
Modifier and Type | Method and Description |
---|---|
com.mojang.datafixers.util.Pair<ResourceLocation,ResourceLocation> |
Slot.func_225517_c_() |
com.mojang.datafixers.util.Pair<ResourceLocation,ResourceLocation> |
Slot.func_225517_c_() |
Modifier and Type | Method and Description |
---|---|
Slot |
Slot.setBackground(ResourceLocation atlas,
ResourceLocation sprite)
Sets the background atlas and sprite location.
|
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation |
ItemGroup.CREATIVE_INVENTORY_TABS |
private ResourceLocation |
HorseArmorItem.texture |
Modifier and Type | Field and Description |
---|---|
java.util.Map<ResourceLocation,IItemPropertyGetter> |
Item.properties |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
HorseArmorItem.func_219976_d() |
ResourceLocation |
ItemGroup.getBackgroundImage() |
ResourceLocation |
ItemGroup.getTabsImage() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ResourceLocation> |
Item.getTags() |
Modifier and Type | Method and Description |
---|---|
void |
Item.addPropertyOverride(ResourceLocation key,
IItemPropertyGetter getter) |
IItemPropertyGetter |
Item.getPropertyGetter(ResourceLocation key) |
private static Item |
Items.register(ResourceLocation key,
Item itemIn) |
Constructor and Description |
---|
DyeableHorseArmorItem(int p_i50047_1_,
ResourceLocation texture,
Item.Properties p_i50047_3_) |
HorseArmorItem(int p_i50042_1_,
ResourceLocation texture,
Item.Properties p_i50042_3_) |
Modifier and Type | Field and Description |
---|---|
protected ResourceLocation |
SingleItemRecipe.id |
private ResourceLocation |
ShapedRecipe.id |
private ResourceLocation |
ShapelessRecipe.id |
private ResourceLocation |
SpecialRecipe.id |
protected ResourceLocation |
AbstractCookingRecipe.id |
private static ResourceLocation |
ShapedRecipe.Serializer.NAME |
private static ResourceLocation |
ShapelessRecipe.Serializer.NAME |
Modifier and Type | Field and Description |
---|---|
private java.util.function.Function<ResourceLocation,T> |
SpecialRecipeSerializer.field_222176_t |
protected java.util.Set<ResourceLocation> |
RecipeBook.newRecipes |
private java.util.Map<IRecipeType<?>,java.util.Map<ResourceLocation,IRecipe<?>>> |
RecipeManager.recipes |
protected java.util.Set<ResourceLocation> |
RecipeBook.recipes |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
SingleItemRecipe.getId() |
ResourceLocation |
ShapedRecipe.getId() |
ResourceLocation |
ShapelessRecipe.getId() |
ResourceLocation |
IRecipe.getId() |
ResourceLocation |
SpecialRecipe.getId() |
ResourceLocation |
AbstractCookingRecipe.getId() |
Modifier and Type | Method and Description |
---|---|
java.util.stream.Stream<ResourceLocation> |
RecipeManager.getKeys() |
private <C extends IInventory,T extends IRecipe<C>> |
RecipeManager.getRecipes(IRecipeType<T> recipeTypeIn) |
Modifier and Type | Method and Description |
---|---|
T |
SingleItemRecipe.Serializer.IRecipeFactory.create(ResourceLocation p_create_1_,
java.lang.String p_create_2_,
Ingredient p_create_3_,
ItemStack p_create_4_) |
T |
CookingRecipeSerializer.IFactory.create(ResourceLocation p_create_1_,
java.lang.String p_create_2_,
Ingredient p_create_3_,
ItemStack p_create_4_,
float p_create_5_,
int p_create_6_) |
static IRecipe<?> |
RecipeManager.deserializeRecipe(ResourceLocation recipeId,
com.google.gson.JsonObject json) |
boolean |
RecipeBook.func_226144_b_(ResourceLocation p_226144_1_) |
java.util.Optional<? extends IRecipe<?>> |
RecipeManager.getRecipe(ResourceLocation recipeId) |
protected void |
RecipeBook.lock(ResourceLocation p_209119_1_) |
protected void |
RecipeBook.markNew(ResourceLocation p_209120_1_) |
T |
SpecialRecipeSerializer.read(ResourceLocation recipeId,
com.google.gson.JsonObject json) |
T |
IRecipeSerializer.read(ResourceLocation recipeId,
com.google.gson.JsonObject json) |
T |
SingleItemRecipe.Serializer.read(ResourceLocation recipeId,
com.google.gson.JsonObject json) |
ShapedRecipe |
ShapedRecipe.Serializer.read(ResourceLocation recipeId,
com.google.gson.JsonObject json) |
ShapelessRecipe |
ShapelessRecipe.Serializer.read(ResourceLocation recipeId,
com.google.gson.JsonObject json) |
T |
CookingRecipeSerializer.read(ResourceLocation recipeId,
com.google.gson.JsonObject json) |
T |
SpecialRecipeSerializer.read(ResourceLocation recipeId,
PacketBuffer buffer) |
T |
IRecipeSerializer.read(ResourceLocation recipeId,
PacketBuffer buffer) |
T |
SingleItemRecipe.Serializer.read(ResourceLocation recipeId,
PacketBuffer buffer) |
ShapedRecipe |
ShapedRecipe.Serializer.read(ResourceLocation recipeId,
PacketBuffer buffer) |
ShapelessRecipe |
ShapelessRecipe.Serializer.read(ResourceLocation recipeId,
PacketBuffer buffer) |
T |
CookingRecipeSerializer.read(ResourceLocation recipeId,
PacketBuffer buffer) |
protected void |
RecipeBook.unlock(ResourceLocation p_209118_1_) |
Modifier and Type | Method and Description |
---|---|
protected void |
RecipeManager.apply(java.util.Map<ResourceLocation,com.google.gson.JsonObject> objectIn,
IResourceManager resourceManagerIn,
IProfiler profilerIn) |
private void |
ServerRecipeBook.sendPacket(SRecipeBookPacket.State state,
ServerPlayerEntity player,
java.util.List<ResourceLocation> recipesIn) |
Constructor and Description |
---|
AbstractCookingRecipe(IRecipeType<?> typeIn,
ResourceLocation idIn,
java.lang.String groupIn,
Ingredient ingredientIn,
ItemStack resultIn,
float experienceIn,
int cookTimeIn) |
ArmorDyeRecipe(ResourceLocation idIn) |
BannerDuplicateRecipe(ResourceLocation idIn) |
BlastingRecipe(ResourceLocation p_i50031_1_,
java.lang.String p_i50031_2_,
Ingredient p_i50031_3_,
ItemStack p_i50031_4_,
float p_i50031_5_,
int p_i50031_6_) |
BookCloningRecipe(ResourceLocation idIn) |
CampfireCookingRecipe(ResourceLocation p_i50030_1_,
java.lang.String p_i50030_2_,
Ingredient p_i50030_3_,
ItemStack p_i50030_4_,
float p_i50030_5_,
int p_i50030_6_) |
FireworkRocketRecipe(ResourceLocation idIn) |
FireworkStarFadeRecipe(ResourceLocation idIn) |
FireworkStarRecipe(ResourceLocation p_i48166_1_) |
FurnaceRecipe(ResourceLocation idIn,
java.lang.String groupIn,
Ingredient ingredientIn,
ItemStack resultIn,
float experienceIn,
int cookTimeIn) |
MapCloningRecipe(ResourceLocation idIn) |
MapExtendingRecipe(ResourceLocation p_i48164_1_) |
RepairItemRecipe(ResourceLocation idIn) |
ShapedRecipe(ResourceLocation idIn,
java.lang.String groupIn,
int recipeWidthIn,
int recipeHeightIn,
NonNullList<Ingredient> recipeItemsIn,
ItemStack recipeOutputIn) |
ShapelessRecipe(ResourceLocation idIn,
java.lang.String groupIn,
ItemStack recipeOutputIn,
NonNullList<Ingredient> recipeItemsIn) |
ShieldRecipes(ResourceLocation idIn) |
ShulkerBoxColoringRecipe(ResourceLocation idIn) |
SingleItemRecipe(IRecipeType<?> type,
IRecipeSerializer<?> serializer,
ResourceLocation id,
java.lang.String group,
Ingredient ingredient,
ItemStack result) |
SmokingRecipe(ResourceLocation p_i50022_1_,
java.lang.String p_i50022_2_,
Ingredient p_i50022_3_,
ItemStack p_i50022_4_,
float p_i50022_5_,
int p_i50022_6_) |
SpecialRecipe(ResourceLocation idIn) |
StonecuttingRecipe(ResourceLocation p_i50021_1_,
java.lang.String p_i50021_2_,
Ingredient p_i50021_3_,
ItemStack p_i50021_4_) |
SuspiciousStewRecipe(ResourceLocation idIn) |
TippedArrowRecipe(ResourceLocation idIn) |
Constructor and Description |
---|
SpecialRecipeSerializer(java.util.function.Function<ResourceLocation,T> p_i50024_1_) |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
PacketBuffer.readResourceLocation() |
Modifier and Type | Method and Description |
---|---|
private static void |
DebugPacketSender.func_229753_a_(ServerWorld p_229753_0_,
PacketBuffer p_229753_1_,
ResourceLocation p_229753_2_) |
PacketBuffer |
PacketBuffer.writeResourceLocation(ResourceLocation resourceLocationIn) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
SCustomPayloadLoginPacket.channel |
Modifier and Type | Field and Description |
---|---|
static ResourceLocation |
CCustomPayloadPacket.BRAND |
private ResourceLocation |
CCustomPayloadPacket.channel |
private ResourceLocation |
CUpdateJigsawBlockPacket.field_218791_b |
private ResourceLocation |
CUpdateJigsawBlockPacket.field_218792_c |
private ResourceLocation |
CRecipeInfoPacket.recipe |
private ResourceLocation |
CPlaceRecipePacket.recipeId |
private ResourceLocation |
CSeenAdvancementsPacket.tab |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
CUpdateJigsawBlockPacket.func_218786_c() |
ResourceLocation |
CUpdateJigsawBlockPacket.func_218787_d() |
ResourceLocation |
CPlaceRecipePacket.getRecipeId() |
ResourceLocation |
CRecipeInfoPacket.getRecipeId() |
ResourceLocation |
CSeenAdvancementsPacket.getTab() |
Constructor and Description |
---|
CCustomPayloadPacket(ResourceLocation channelIn,
PacketBuffer dataIn) |
CSeenAdvancementsPacket(CSeenAdvancementsPacket.Action p_i47595_1_,
ResourceLocation p_i47595_2_) |
CUpdateJigsawBlockPacket(BlockPos p_i50757_1_,
ResourceLocation p_i50757_2_,
ResourceLocation p_i50757_3_,
java.lang.String p_i50757_4_) |
Modifier and Type | Field and Description |
---|---|
static ResourceLocation |
SCustomPayloadPlayPacket.BRAND |
private ResourceLocation |
SCustomPayloadPlayPacket.channel |
static ResourceLocation |
SCustomPayloadPlayPacket.DEBUG_BRAIN |
static ResourceLocation |
SCustomPayloadPlayPacket.DEBUG_CAVES |
static ResourceLocation |
SCustomPayloadPlayPacket.DEBUG_GOAL_SELECTOR |
static ResourceLocation |
SCustomPayloadPlayPacket.DEBUG_NEIGHBORS_UPDATE |
static ResourceLocation |
SCustomPayloadPlayPacket.DEBUG_PATH |
static ResourceLocation |
SCustomPayloadPlayPacket.DEBUG_POI_ADDED |
static ResourceLocation |
SCustomPayloadPlayPacket.DEBUG_POI_REMOVED |
static ResourceLocation |
SCustomPayloadPlayPacket.DEBUG_POI_TICKET_COUNT |
static ResourceLocation |
SCustomPayloadPlayPacket.DEBUG_RAIDS |
static ResourceLocation |
SCustomPayloadPlayPacket.DEBUG_STRUCTURES |
static ResourceLocation |
SCustomPayloadPlayPacket.DEBUG_VILLAGE_SECTIONS |
static ResourceLocation |
SCustomPayloadPlayPacket.DEBUG_WORLDGEN_ATTEMPT |
static ResourceLocation |
SCustomPayloadPlayPacket.field_229727_m_ |
static ResourceLocation |
SCustomPayloadPlayPacket.field_229728_n_ |
static ResourceLocation |
SCustomPayloadPlayPacket.field_229729_o_ |
static ResourceLocation |
SCustomPayloadPlayPacket.field_229730_p_ |
private ResourceLocation |
SStopSoundPacket.name |
private ResourceLocation |
SPlaceGhostRecipePacket.recipe |
private ResourceLocation |
SPlaySoundPacket.soundName |
private ResourceLocation |
SSelectAdvancementsTabPacket.tab |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,Advancement.Builder> |
SAdvancementInfoPacket.advancementsToAdd |
private java.util.Set<ResourceLocation> |
SAdvancementInfoPacket.advancementsToRemove |
private java.util.List<ResourceLocation> |
SRecipeBookPacket.displayedRecipes |
private java.util.Map<ResourceLocation,AdvancementProgress> |
SAdvancementInfoPacket.progressUpdates |
private java.util.List<ResourceLocation> |
SRecipeBookPacket.recipes |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
SCustomPayloadPlayPacket.getChannelName() |
ResourceLocation |
SStopSoundPacket.getName() |
ResourceLocation |
SPlaceGhostRecipePacket.getRecipeId() |
ResourceLocation |
SPlaySoundPacket.getSoundName() |
ResourceLocation |
SSelectAdvancementsTabPacket.getTab() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<ResourceLocation,Advancement.Builder> |
SAdvancementInfoPacket.getAdvancementsToAdd() |
java.util.Set<ResourceLocation> |
SAdvancementInfoPacket.getAdvancementsToRemove() |
java.util.List<ResourceLocation> |
SRecipeBookPacket.getDisplayedRecipes() |
java.util.Map<ResourceLocation,AdvancementProgress> |
SAdvancementInfoPacket.getProgressUpdates() |
java.util.List<ResourceLocation> |
SRecipeBookPacket.getRecipes() |
Constructor and Description |
---|
SCustomPayloadPlayPacket(ResourceLocation channelIn,
PacketBuffer dataIn) |
SPlaySoundPacket(ResourceLocation p_i47939_1_,
SoundCategory p_i47939_2_,
Vec3d p_i47939_3_,
float p_i47939_4_,
float p_i47939_5_) |
SSelectAdvancementsTabPacket(ResourceLocation p_i47596_1_) |
SStopSoundPacket(ResourceLocation p_i47929_1_,
SoundCategory p_i47929_2_) |
Constructor and Description |
---|
SAdvancementInfoPacket(boolean p_i47519_1_,
java.util.Collection<Advancement> p_i47519_2_,
java.util.Set<ResourceLocation> p_i47519_3_,
java.util.Map<ResourceLocation,AdvancementProgress> p_i47519_4_) |
SAdvancementInfoPacket(boolean p_i47519_1_,
java.util.Collection<Advancement> p_i47519_2_,
java.util.Set<ResourceLocation> p_i47519_3_,
java.util.Map<ResourceLocation,AdvancementProgress> p_i47519_4_) |
SRecipeBookPacket(SRecipeBookPacket.State p_i48735_1_,
java.util.Collection<ResourceLocation> p_i48735_2_,
java.util.Collection<ResourceLocation> p_i48735_3_,
boolean p_i48735_4_,
boolean p_i48735_5_,
boolean p_i48735_6_,
boolean p_i48735_7_) |
SRecipeBookPacket(SRecipeBookPacket.State p_i48735_1_,
java.util.Collection<ResourceLocation> p_i48735_2_,
java.util.Collection<ResourceLocation> p_i48735_3_,
boolean p_i48735_4_,
boolean p_i48735_5_,
boolean p_i48735_6_,
boolean p_i48735_7_) |
Modifier and Type | Field and Description |
---|---|
protected static ResourceLocation |
RealmsSliderButton.WIDGETS_LOCATION |
protected static ResourceLocation |
RealmsButton.WIDGETS_LOCATION |
Modifier and Type | Method and Description |
---|---|
static ResourceLocation |
Realms.resourceLocation(java.lang.String p_resourceLocation_0_) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
SimpleResource.location |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
IResource.getLocation() |
ResourceLocation |
SimpleResource.getLocation() |
(package private) static ResourceLocation |
FallbackResourceManager.getLocationMcmeta(ResourceLocation location) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ResourceLocation> |
IResourcePack.getAllResourceLocations(ResourcePackType type,
java.lang.String namespaceIn,
java.lang.String pathIn,
int maxDepthIn,
java.util.function.Predicate<java.lang.String> filterIn) |
java.util.Collection<ResourceLocation> |
FilePack.getAllResourceLocations(ResourcePackType type,
java.lang.String namespaceIn,
java.lang.String pathIn,
int maxDepthIn,
java.util.function.Predicate<java.lang.String> filterIn) |
java.util.Collection<ResourceLocation> |
VanillaPack.getAllResourceLocations(ResourcePackType type,
java.lang.String namespaceIn,
java.lang.String pathIn,
int maxDepthIn,
java.util.function.Predicate<java.lang.String> filterIn) |
java.util.Collection<ResourceLocation> |
FolderPack.getAllResourceLocations(ResourcePackType type,
java.lang.String namespaceIn,
java.lang.String pathIn,
int maxDepthIn,
java.util.function.Predicate<java.lang.String> filterIn) |
java.util.Collection<ResourceLocation> |
FallbackResourceManager.getAllResourceLocations(java.lang.String pathIn,
java.util.function.Predicate<java.lang.String> filter) |
java.util.Collection<ResourceLocation> |
IResourceManager.getAllResourceLocations(java.lang.String pathIn,
java.util.function.Predicate<java.lang.String> filter) |
java.util.Collection<ResourceLocation> |
SimpleReloadableResourceManager.getAllResourceLocations(java.lang.String pathIn,
java.util.function.Predicate<java.lang.String> filter) |
Modifier and Type | Method and Description |
---|---|
private void |
FallbackResourceManager.checkResourcePath(ResourceLocation location) |
private boolean |
FallbackResourceManager.func_219541_f(ResourceLocation p_219541_1_) |
java.util.List<IResource> |
FallbackResourceManager.getAllResources(ResourceLocation resourceLocationIn) |
java.util.List<IResource> |
IResourceManager.getAllResources(ResourceLocation resourceLocationIn) |
java.util.List<IResource> |
SimpleReloadableResourceManager.getAllResources(ResourceLocation resourceLocationIn) |
private static java.lang.String |
ResourcePack.getFullPath(ResourcePackType type,
ResourceLocation location) |
protected java.io.InputStream |
FallbackResourceManager.getInputStream(ResourceLocation location,
IResourcePack resourcePack) |
protected java.io.InputStream |
VanillaPack.getInputStreamVanilla(ResourcePackType type,
ResourceLocation location) |
(package private) static ResourceLocation |
FallbackResourceManager.getLocationMcmeta(ResourceLocation location) |
private static java.lang.String |
VanillaPack.getPath(ResourcePackType packTypeIn,
ResourceLocation locationIn) |
IResource |
FallbackResourceManager.getResource(ResourceLocation resourceLocationIn) |
IResource |
IResourceManager.getResource(ResourceLocation resourceLocationIn) |
IResource |
SimpleReloadableResourceManager.getResource(ResourceLocation resourceLocationIn) |
java.io.InputStream |
IResourcePack.getResourceStream(ResourcePackType type,
ResourceLocation location) |
java.io.InputStream |
ResourcePack.getResourceStream(ResourcePackType type,
ResourceLocation location) |
java.io.InputStream |
VanillaPack.getResourceStream(ResourcePackType type,
ResourceLocation location) |
boolean |
FallbackResourceManager.hasResource(ResourceLocation p_219533_1_) |
boolean |
IResourceManager.hasResource(ResourceLocation p_219533_1_) |
boolean |
SimpleReloadableResourceManager.hasResource(ResourceLocation p_219533_1_) |
boolean |
IResourcePack.resourceExists(ResourcePackType type,
ResourceLocation location) |
boolean |
ResourcePack.resourceExists(ResourcePackType type,
ResourceLocation location) |
boolean |
VanillaPack.resourceExists(ResourcePackType type,
ResourceLocation location) |
Modifier and Type | Method and Description |
---|---|
private static void |
VanillaPack.collectResources(java.util.Collection<ResourceLocation> resourceLocationsIn,
int maxDepthIn,
java.lang.String namespaceIn,
java.nio.file.Path pathIn,
java.lang.String pathNameIn,
java.util.function.Predicate<java.lang.String> filterIn) |
private void |
FolderPack.func_199546_a(java.io.File p_199546_1_,
int p_199546_2_,
java.lang.String p_199546_3_,
java.util.List<ResourceLocation> p_199546_4_,
java.lang.String p_199546_5_,
java.util.function.Predicate<java.lang.String> p_199546_6_) |
Constructor and Description |
---|
LeakComplainerInputStream(java.io.InputStream inputStreamIn,
ResourceLocation location,
java.lang.String resourcePack) |
SimpleResource(java.lang.String packNameIn,
ResourceLocation locationIn,
java.io.InputStream inputStreamIn,
java.io.InputStream metadataInputStreamIn) |
Modifier and Type | Method and Description |
---|---|
private static <T> java.util.Optional<ScoreCriteria> |
ScoreCriteria.func_216391_a(StatType<T> p_216391_0_,
ResourceLocation p_216391_1_) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
CustomServerBossInfo.id |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,CustomServerBossInfo> |
CustomServerBossInfoManager.bars |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
CustomServerBossInfo.getId() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ResourceLocation> |
CustomServerBossInfoManager.getIDs() |
Modifier and Type | Method and Description |
---|---|
CustomServerBossInfo |
CustomServerBossInfoManager.add(ResourceLocation id,
ITextComponent p_201379_2_) |
CustomServerBossInfo |
CustomServerBossInfoManager.get(ResourceLocation id) |
static CustomServerBossInfo |
CustomServerBossInfo.read(CompoundNBT nbt,
ResourceLocation idIn) |
Constructor and Description |
---|
CustomServerBossInfo(ResourceLocation idIn,
ITextComponent nameIn) |
Modifier and Type | Field and Description |
---|---|
static StatType<ResourceLocation> |
Stats.CUSTOM |
Modifier and Type | Method and Description |
---|---|
private static <T> ResourceLocation |
ServerStatisticsManager.func_199066_b(Stat<T> p_199066_0_) |
private static ResourceLocation |
Stats.registerCustom(java.lang.String key,
IStatFormatter formatter) |
Modifier and Type | Method and Description |
---|---|
private static <T> java.lang.String |
Stat.locationToKey(ResourceLocation id) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
Tag.TagEntry.id |
private ResourceLocation |
Tag.resourceLocation |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<ResourceLocation,Tag.Builder<Block>> |
NetworkTagManager.ReloadResults.blocks |
(package private) java.util.Map<ResourceLocation,Tag.Builder<EntityType<?>>> |
NetworkTagManager.ReloadResults.entityTypes |
(package private) java.util.Map<ResourceLocation,Tag.Builder<Fluid>> |
NetworkTagManager.ReloadResults.fluids |
(package private) java.util.Map<ResourceLocation,Tag.Builder<Item>> |
NetworkTagManager.ReloadResults.items |
private java.util.function.Function<ResourceLocation,java.util.Optional<T>> |
TagCollection.resourceLocationToItem |
private java.util.Map<ResourceLocation,Tag<T>> |
TagCollection.tagMap |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
Tag.getId() |
ResourceLocation |
Tag.TagEntry.getSerializedId() |
Modifier and Type | Method and Description |
---|---|
java.util.function.Function<ResourceLocation,java.util.Optional<T>> |
TagCollection.getEntryLookup() |
java.util.Collection<ResourceLocation> |
TagCollection.getOwningTags(T itemIn) |
java.util.Collection<ResourceLocation> |
TagCollection.getRegisteredTags() |
java.util.Map<ResourceLocation,Tag<T>> |
TagCollection.getTagMap() |
java.util.concurrent.CompletableFuture<java.util.Map<ResourceLocation,Tag.Builder<T>>> |
TagCollection.reload(IResourceManager p_219781_1_,
java.util.concurrent.Executor p_219781_2_) |
Modifier and Type | Method and Description |
---|---|
Tag<T> |
Tag.Builder.build(ResourceLocation resourceLocationIn) |
Tag<T> |
TagCollection.get(ResourceLocation resourceLocationIn) |
Tag<T> |
TagCollection.getOrCreate(ResourceLocation resourceLocationIn) |
Modifier and Type | Method and Description |
---|---|
Tag.Builder<T> |
Tag.Builder.fromJson(java.util.function.Function<ResourceLocation,java.util.Optional<T>> p_219783_1_,
com.google.gson.JsonObject p_219783_2_) |
void |
TagCollection.registerAll(java.util.Map<ResourceLocation,Tag.Builder<T>> p_219779_1_) |
boolean |
Tag.Builder.resolve(java.util.function.Function<ResourceLocation,Tag<T>> resourceLocationToTag) |
default boolean |
Tag.ITagEntry.resolve(java.util.function.Function<ResourceLocation,Tag<T>> resourceLocationToTag) |
boolean |
Tag.TagEntry.resolve(java.util.function.Function<ResourceLocation,Tag<T>> resourceLocationToTag) |
com.google.gson.JsonObject |
Tag.serialize(java.util.function.Function<T,ResourceLocation> getNameForObject) |
void |
Tag.ITagEntry.serialize(com.google.gson.JsonArray array,
java.util.function.Function<T,ResourceLocation> getNameForObject) |
void |
Tag.ListEntry.serialize(com.google.gson.JsonArray array,
java.util.function.Function<T,ResourceLocation> getNameForObject) |
void |
Tag.TagEntry.serialize(com.google.gson.JsonArray array,
java.util.function.Function<T,ResourceLocation> getNameForObject) |
protected void |
TagCollection.toImmutable(java.util.Map<ResourceLocation,Tag<T>> p_223507_1_) |
Constructor and Description |
---|
Tag(ResourceLocation resourceLocationIn) |
Tag(ResourceLocation resourceLocationIn,
java.util.Collection<Tag.ITagEntry<T>> entriesIn,
boolean preserveOrder) |
Tag(ResourceLocation resourceLocationIn,
java.util.Collection<Tag.ITagEntry<T>> entriesIn,
boolean preserveOrder,
boolean replace) |
TagEntry(ResourceLocation resourceLocationIn) |
Wrapper(ResourceLocation p_i50383_1_) |
Wrapper(ResourceLocation p_i49117_1_) |
Wrapper(ResourceLocation resourceLocationIn) |
Wrapper(ResourceLocation resourceLocationIn) |
Constructor and Description |
---|
ReloadResults(java.util.Map<ResourceLocation,Tag.Builder<Block>> blocks,
java.util.Map<ResourceLocation,Tag.Builder<Item>> items,
java.util.Map<ResourceLocation,Tag.Builder<Fluid>> fluids,
java.util.Map<ResourceLocation,Tag.Builder<EntityType<?>>> entityTypes) |
ReloadResults(java.util.Map<ResourceLocation,Tag.Builder<Block>> blocks,
java.util.Map<ResourceLocation,Tag.Builder<Item>> items,
java.util.Map<ResourceLocation,Tag.Builder<Fluid>> fluids,
java.util.Map<ResourceLocation,Tag.Builder<EntityType<?>>> entityTypes) |
ReloadResults(java.util.Map<ResourceLocation,Tag.Builder<Block>> blocks,
java.util.Map<ResourceLocation,Tag.Builder<Item>> items,
java.util.Map<ResourceLocation,Tag.Builder<Fluid>> fluids,
java.util.Map<ResourceLocation,Tag.Builder<EntityType<?>>> entityTypes) |
ReloadResults(java.util.Map<ResourceLocation,Tag.Builder<Block>> blocks,
java.util.Map<ResourceLocation,Tag.Builder<Item>> items,
java.util.Map<ResourceLocation,Tag.Builder<Fluid>> fluids,
java.util.Map<ResourceLocation,Tag.Builder<EntityType<?>>> entityTypes) |
TagCollection(java.util.function.Function<ResourceLocation,java.util.Optional<T>> p_i50686_1_,
java.lang.String p_i50686_2_,
boolean p_i50686_3_,
java.lang.String p_i50686_4_) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
JigsawTileEntity.attachmentType |
protected ResourceLocation |
LockableLootTileEntity.lootTable |
private ResourceLocation |
StructureBlockTileEntity.name |
private ResourceLocation |
JigsawTileEntity.targetPool |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,java.lang.Integer> |
AbstractFurnaceTileEntity.field_214022_n |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
BannerPattern.func_226957_a_(boolean p_226957_1_) |
ResourceLocation |
JigsawTileEntity.getAttachmentType() |
static ResourceLocation |
TileEntityType.getId(TileEntityType<?> tileEntityTypeIn) |
ResourceLocation |
JigsawTileEntity.getTargetPool() |
Modifier and Type | Method and Description |
---|---|
void |
JigsawTileEntity.setAttachmentType(ResourceLocation p_214057_1_) |
static void |
LockableLootTileEntity.setLootTable(IBlockReader reader,
java.util.Random rand,
BlockPos p_195479_2_,
ResourceLocation lootTableIn) |
void |
LockableLootTileEntity.setLootTable(ResourceLocation lootTableIn,
long seedIn) |
void |
StructureBlockTileEntity.setName(ResourceLocation p_210163_1_) |
void |
JigsawTileEntity.setTargetPool(ResourceLocation p_214058_1_) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
SoundEvent.name |
Modifier and Type | Method and Description |
---|---|
static ResourceLocation |
ResourceLocation.create(java.lang.String resourceName,
char splitOn) |
ResourceLocation |
ResourceLocation.Serializer.deserialize(com.google.gson.JsonElement p_deserialize_1_,
java.lang.reflect.Type p_deserialize_2_,
com.google.gson.JsonDeserializationContext p_deserialize_3_) |
ResourceLocation |
SoundEvent.getName() |
static ResourceLocation |
ResourceLocation.read(com.mojang.brigadier.StringReader reader) |
static ResourceLocation |
ResourceLocation.tryCreate(java.lang.String string) |
Modifier and Type | Method and Description |
---|---|
int |
ResourceLocation.compareTo(ResourceLocation p_compareTo_1_) |
static java.lang.String |
Util.makeTranslationKey(java.lang.String type,
ResourceLocation id) |
com.google.gson.JsonElement |
ResourceLocation.Serializer.serialize(ResourceLocation p_serialize_1_,
java.lang.reflect.Type p_serialize_2_,
com.google.gson.JsonSerializationContext p_serialize_3_) |
Constructor and Description |
---|
SoundEvent(ResourceLocation name) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
DefaultedRegistry.defaultValueKey |
Modifier and Type | Field and Description |
---|---|
static Registry<ResourceLocation> |
Registry.CUSTOM_STAT |
private static java.util.Map<ResourceLocation,java.util.function.Supplier<?>> |
Registry.LOCATION_TO_SUPPLIER |
protected com.google.common.collect.BiMap<ResourceLocation,T> |
SimpleRegistry.registryObjects |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
DefaultedRegistry.getDefaultKey() |
ResourceLocation |
DefaultedRegistry.getKey(T value) |
ResourceLocation |
SimpleRegistry.getKey(T value) |
abstract ResourceLocation |
Registry.getKey(T value) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ResourceLocation> |
SimpleRegistry.keySet() |
abstract java.util.Set<ResourceLocation> |
Registry.keySet() |
Modifier and Type | Method and Description |
---|---|
boolean |
SimpleRegistry.containsKey(ResourceLocation name) |
abstract boolean |
Registry.containsKey(ResourceLocation name) |
T |
DefaultedRegistry.getOrDefault(ResourceLocation name) |
T |
SimpleRegistry.getOrDefault(ResourceLocation name) |
abstract T |
Registry.getOrDefault(ResourceLocation name) |
java.util.Optional<T> |
SimpleRegistry.getValue(ResourceLocation key) |
abstract java.util.Optional<T> |
Registry.getValue(ResourceLocation key) |
<V extends T> |
DefaultedRegistry.register(int id,
ResourceLocation name,
V instance) |
<V extends T> |
SimpleRegistry.register(int id,
ResourceLocation name,
V instance) |
abstract <V extends T> |
MutableRegistry.register(int id,
ResourceLocation name,
V instance) |
static <T> T |
Registry.register(Registry<? super T> p_218322_0_,
ResourceLocation p_218322_1_,
T p_218322_2_) |
<V extends T> |
SimpleRegistry.register(ResourceLocation name,
V instance) |
abstract <V extends T> |
MutableRegistry.register(ResourceLocation name,
V instance) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
NBTTextComponent.Storage.field_229725_e_ |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
NBTTextComponent.Storage.func_229726_k_() |
Constructor and Description |
---|
Storage(java.lang.String p_i226087_1_,
boolean p_i226087_2_,
ResourceLocation p_i226087_3_) |
Storage(java.lang.String p_i226086_1_,
NBTPathArgument.NBTPath p_i226086_2_,
boolean p_i226086_3_,
ResourceLocation p_i226086_4_) |
Modifier and Type | Field and Description |
---|---|
private java.util.function.Function<T,ResourceLocation> |
SerializableTickList.toId |
Modifier and Type | Method and Description |
---|---|
static <T> SerializableTickList<T> |
SerializableTickList.create(ListNBT p_222984_0_,
java.util.function.Function<T,ResourceLocation> p_222984_1_,
java.util.function.Function<ResourceLocation,T> p_222984_2_) |
static <T> SerializableTickList<T> |
SerializableTickList.create(ListNBT p_222984_0_,
java.util.function.Function<T,ResourceLocation> p_222984_1_,
java.util.function.Function<ResourceLocation,T> p_222984_2_) |
Constructor and Description |
---|
SerializableTickList(java.util.function.Function<T,ResourceLocation> p_i50010_1_,
java.util.List<NextTickListEntry<T>> p_i50010_2_) |
SerializableTickList(java.util.function.Function<T,ResourceLocation> p_i51499_1_,
java.util.Set<NextTickListEntry<T>> p_i51499_2_) |
Modifier and Type | Method and Description |
---|---|
static ResourceLocation |
DimensionType.getKey(DimensionType dim) |
Modifier and Type | Method and Description |
---|---|
static DimensionType |
DimensionType.byName(ResourceLocation nameIn) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
JigsawPattern.fallback |
protected ResourceLocation |
SingleJigsawPiece.location |
private ResourceLocation |
JigsawPattern.name |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,JigsawPattern> |
JigsawPatternRegistry.registry |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
JigsawPattern.getFallback() |
ResourceLocation |
JigsawPattern.getName() |
Modifier and Type | Method and Description |
---|---|
static void |
JigsawManager.addPieces(ResourceLocation p_214889_0_,
int p_214889_1_,
JigsawManager.IPieceFactory p_214889_2_,
ChunkGenerator<?> p_214889_3_,
TemplateManager templateManagerIn,
BlockPos p_214889_5_,
java.util.List<StructurePiece> p_214889_6_,
java.util.Random p_214889_7_) |
JigsawPattern |
JigsawPatternRegistry.get(ResourceLocation name) |
Constructor and Description |
---|
Assembler(ResourceLocation resourceLocationIn,
int p_i50691_2_,
JigsawManager.IPieceFactory p_i50691_3_,
ChunkGenerator<?> p_i50691_4_,
TemplateManager templateManagerIn,
BlockPos p_i50691_6_,
java.util.List<StructurePiece> p_i50691_7_,
java.util.Random rand) |
JigsawPattern(ResourceLocation nameIn,
ResourceLocation p_i51397_2_,
java.util.List<com.mojang.datafixers.util.Pair<JigsawPiece,java.lang.Integer>> p_i51397_3_,
JigsawPattern.PlacementBehaviour placementBehaviourIn) |
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation |
IglooPieces.field_202592_e |
private static ResourceLocation |
IglooPieces.field_202593_f |
private static ResourceLocation |
IglooPieces.field_202594_g |
private ResourceLocation |
ShipwreckPieces.Piece.field_204756_e |
private static ResourceLocation[] |
ShipwreckPieces.field_204762_b |
private ResourceLocation |
IglooPieces.Piece.field_207615_d |
ResourceLocation |
VillageConfig.startPool |
private static ResourceLocation[] |
OceanRuinPieces.STRUCTURE_BRICK |
private static ResourceLocation[] |
OceanRuinPieces.STRUCTURE_BRICK_BIG |
private static ResourceLocation[] |
OceanRuinPieces.STRUCTURE_CRACKED |
private static ResourceLocation[] |
OceanRuinPieces.STRUCTURE_CRACKED_BIG |
private static ResourceLocation[] |
OceanRuinPieces.STRUCTURE_MOSSY |
private static ResourceLocation[] |
OceanRuinPieces.STRUCTURE_MOSSY_BIG |
private static ResourceLocation[] |
ShipwreckPieces.STRUCTURE_VARIANT_A |
private static ResourceLocation[] |
OceanRuinPieces.STRUCTURE_WARM |
private static ResourceLocation[] |
OceanRuinPieces.STRUCTURE_WARM_BIG |
private ResourceLocation |
OceanRuinPieces.Piece.templateName |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<ResourceLocation,BlockPos> |
IglooPieces.field_207621_d |
private static java.util.Map<ResourceLocation,BlockPos> |
IglooPieces.field_207622_e |
Modifier and Type | Method and Description |
---|---|
private static ResourceLocation |
OceanRuinPieces.getRandomPieceWarm(java.util.Random rand) |
private static ResourceLocation |
OceanRuinPieces.getRandomPieceWarmBig(java.util.Random rand) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
StructurePiece.createDispenser(IWorld worldIn,
MutableBoundingBox sbb,
java.util.Random rand,
int x,
int y,
int z,
Direction facing,
ResourceLocation lootTableIn) |
protected boolean |
StructurePiece.generateChest(IWorld worldIn,
MutableBoundingBox boundsIn,
java.util.Random rand,
BlockPos posIn,
ResourceLocation resourceLocationIn,
BlockState p_191080_6_) |
protected boolean |
StructurePiece.generateChest(IWorld worldIn,
MutableBoundingBox structurebb,
java.util.Random randomIn,
int x,
int y,
int z,
ResourceLocation loot) |
protected boolean |
MineshaftPieces.Corridor.generateChest(IWorld worldIn,
MutableBoundingBox structurebb,
java.util.Random randomIn,
int x,
int y,
int z,
ResourceLocation loot) |
Constructor and Description |
---|
Piece(TemplateManager p_i48904_1_,
ResourceLocation p_i48904_2_,
BlockPos p_i48904_3_,
Rotation p_i48904_4_,
boolean p_i48904_5_) |
Piece(TemplateManager templateManagerIn,
ResourceLocation templateNameIn,
BlockPos templatePositionIn,
Rotation rotationIn,
float integrityIn,
OceanRuinStructure.Type typeIn,
boolean isLargeIn) |
Piece(TemplateManager p_i49313_1_,
ResourceLocation p_i49313_2_,
BlockPos p_i49313_3_,
Rotation p_i49313_4_,
int p_i49313_5_) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,Template> |
TemplateManager.templates |
Modifier and Type | Method and Description |
---|---|
Template |
TemplateManager.getTemplate(ResourceLocation p_200219_1_) |
Template |
TemplateManager.getTemplateDefaulted(ResourceLocation p_200220_1_) |
private Template |
TemplateManager.loadTemplateFile(ResourceLocation locationIn) |
private Template |
TemplateManager.loadTemplateResource(ResourceLocation p_209201_1_) |
void |
TemplateManager.remove(ResourceLocation templatePath) |
private java.nio.file.Path |
TemplateManager.resolvePath(ResourceLocation locationIn,
java.lang.String extIn) |
java.nio.file.Path |
TemplateManager.resolvePathStructures(ResourceLocation locationIn,
java.lang.String extIn) |
boolean |
TemplateManager.writeToFile(ResourceLocation templateName) |
Modifier and Type | Field and Description |
---|---|
private java.util.function.Function<ResourceLocation,T> |
ServerTickList.deserializer |
private java.util.function.Function<T,ResourceLocation> |
ServerTickList.serializer |
Modifier and Type | Method and Description |
---|---|
static <T> ListNBT |
ServerTickList.func_219502_a(java.util.function.Function<T,ResourceLocation> p_219502_0_,
java.lang.Iterable<NextTickListEntry<T>> p_219502_1_,
long p_219502_2_) |
Constructor and Description |
---|
ServerTickList(ServerWorld worldIn,
java.util.function.Predicate<T> filter,
java.util.function.Function<T,ResourceLocation> serializerIn,
java.util.function.Function<ResourceLocation,T> deserializerIn,
java.util.function.Consumer<NextTickListEntry<T>> tickFunctionIn) |
ServerTickList(ServerWorld worldIn,
java.util.function.Predicate<T> filter,
java.util.function.Function<T,ResourceLocation> serializerIn,
java.util.function.Function<ResourceLocation,T> deserializerIn,
java.util.function.Consumer<NextTickListEntry<T>> tickFunctionIn) |
Modifier and Type | Method and Description |
---|---|
private ResourceLocation |
AbstractSpawner.getEntityId() |
Modifier and Type | Method and Description |
---|---|
java.util.stream.Stream<ResourceLocation> |
CommandStorage.func_227484_a_() |
java.util.stream.Stream<ResourceLocation> |
CommandStorage.Container.func_227497_b_(java.lang.String p_227497_1_) |
Modifier and Type | Method and Description |
---|---|
CompoundNBT |
CommandStorage.func_227488_a_(ResourceLocation p_227488_1_) |
void |
CommandStorage.func_227489_a_(ResourceLocation p_227489_1_,
CompoundNBT p_227489_2_) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,LootContext.IDynamicDropProvider> |
LootContext.Builder.field_216026_c |
private java.util.Map<ResourceLocation,LootContext.IDynamicDropProvider> |
LootContext.field_216037_g |
private static java.util.Map<ResourceLocation,java.lang.Class<? extends IRandomRange>> |
RandomRanges.field_216132_a |
private static java.util.Map<ResourceLocation,LootEntry.Serializer<?>> |
LootEntryManager.field_216197_a |
private java.util.function.Function<ResourceLocation,ILootCondition> |
LootContext.field_227499_f_ |
private java.util.Map<ResourceLocation,ILootCondition> |
LootPredicateManager.field_227512_c_ |
private java.util.function.Function<ResourceLocation,ILootCondition> |
ValidationTracker.field_227522_d_ |
private java.util.Set<ResourceLocation> |
ValidationTracker.field_227523_e_ |
private java.util.function.Function<ResourceLocation,LootTable> |
ValidationTracker.field_227524_f_ |
private java.util.Set<ResourceLocation> |
ValidationTracker.field_227525_g_ |
private static java.util.Set<ResourceLocation> |
LootTables.LOOT_TABLES |
private java.util.function.Function<ResourceLocation,LootTable> |
LootContext.lootTableManager |
private static java.util.Set<ResourceLocation> |
LootTables.READ_ONLY_LOOT_TABLES |
private java.util.Map<ResourceLocation,LootTable> |
LootTableManager.registeredLootTables |
private static com.google.common.collect.BiMap<ResourceLocation,LootParameterSet> |
LootParameterSets.REGISTRY |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
LootEntry.Serializer.func_216182_a() |
ResourceLocation |
LootParameter.getId() |
static ResourceLocation |
LootParameterSets.getKey(LootParameterSet p_216257_0_) |
ResourceLocation |
BinomialRange.getType() |
ResourceLocation |
IRandomRange.getType() |
ResourceLocation |
RandomValueRange.getType() |
ResourceLocation |
ConstantRange.getType() |
private static ResourceLocation |
LootTables.register(ResourceLocation id) |
private static ResourceLocation |
LootTables.register(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<ResourceLocation> |
LootTables.func_215796_a() |
java.util.Set<ResourceLocation> |
LootPredicateManager.func_227513_a_() |
java.util.Set<ResourceLocation> |
LootTableManager.getLootTableKeys() |
Modifier and Type | Method and Description |
---|---|
protected void |
LootTableManager.apply(java.util.Map<ResourceLocation,com.google.gson.JsonObject> objectIn,
IResourceManager resourceManagerIn,
IProfiler profilerIn) |
protected void |
LootPredicateManager.apply(java.util.Map<ResourceLocation,com.google.gson.JsonObject> objectIn,
IResourceManager resourceManagerIn,
IProfiler profilerIn) |
Constructor and Description |
---|
AbstractSerializer(ResourceLocation p_i50490_1_,
java.lang.Class<T> p_i50490_2_) |
DynamicLootEntry(ResourceLocation p_i51260_1_,
int p_i51260_2_,
int p_i51260_3_,
ILootCondition[] p_i51260_4_,
ILootFunction[] p_i51260_5_) |
LootParameter(ResourceLocation idIn) |
Serializer(ResourceLocation p_i50483_1_,
java.lang.Class<T> p_i50483_2_) |
Serializer(ResourceLocation p_i50544_1_,
java.lang.Class<T> p_i50544_2_) |
Serializer(ResourceLocation p_i50228_1_,
java.lang.Class<T> p_i50228_2_) |
TableLootEntry(ResourceLocation tableIn,
int weightIn,
int qualityIn,
ILootCondition[] conditionsIn,
ILootFunction[] functionsIn) |
Constructor and Description |
---|
LootContext(java.util.Random rand,
float luckIn,
ServerWorld worldIn,
java.util.function.Function<ResourceLocation,LootTable> lootTableManagerIn,
java.util.function.Function<ResourceLocation,ILootCondition> p_i225885_5_,
java.util.Map<LootParameter<?>,java.lang.Object> parametersIn,
java.util.Map<ResourceLocation,LootContext.IDynamicDropProvider> conditionsIn) |
LootContext(java.util.Random rand,
float luckIn,
ServerWorld worldIn,
java.util.function.Function<ResourceLocation,LootTable> lootTableManagerIn,
java.util.function.Function<ResourceLocation,ILootCondition> p_i225885_5_,
java.util.Map<LootParameter<?>,java.lang.Object> parametersIn,
java.util.Map<ResourceLocation,LootContext.IDynamicDropProvider> conditionsIn) |
LootContext(java.util.Random rand,
float luckIn,
ServerWorld worldIn,
java.util.function.Function<ResourceLocation,LootTable> lootTableManagerIn,
java.util.function.Function<ResourceLocation,ILootCondition> p_i225885_5_,
java.util.Map<LootParameter<?>,java.lang.Object> parametersIn,
java.util.Map<ResourceLocation,LootContext.IDynamicDropProvider> conditionsIn) |
ValidationTracker(LootParameterSet p_i225889_1_,
java.util.function.Function<ResourceLocation,ILootCondition> p_i225889_2_,
java.util.function.Function<ResourceLocation,LootTable> p_i225889_3_) |
ValidationTracker(LootParameterSet p_i225889_1_,
java.util.function.Function<ResourceLocation,ILootCondition> p_i225889_2_,
java.util.function.Function<ResourceLocation,LootTable> p_i225889_3_) |
ValidationTracker(com.google.common.collect.Multimap<java.lang.String,java.lang.String> p_i225888_1_,
java.util.function.Supplier<java.lang.String> p_i225888_2_,
LootParameterSet p_i225888_3_,
java.util.function.Function<ResourceLocation,ILootCondition> p_i225888_4_,
java.util.Set<ResourceLocation> p_i225888_5_,
java.util.function.Function<ResourceLocation,LootTable> p_i225888_6_,
java.util.Set<ResourceLocation> p_i225888_7_) |
ValidationTracker(com.google.common.collect.Multimap<java.lang.String,java.lang.String> p_i225888_1_,
java.util.function.Supplier<java.lang.String> p_i225888_2_,
LootParameterSet p_i225888_3_,
java.util.function.Function<ResourceLocation,ILootCondition> p_i225888_4_,
java.util.Set<ResourceLocation> p_i225888_5_,
java.util.function.Function<ResourceLocation,LootTable> p_i225888_6_,
java.util.Set<ResourceLocation> p_i225888_7_) |
ValidationTracker(com.google.common.collect.Multimap<java.lang.String,java.lang.String> p_i225888_1_,
java.util.function.Supplier<java.lang.String> p_i225888_2_,
LootParameterSet p_i225888_3_,
java.util.function.Function<ResourceLocation,ILootCondition> p_i225888_4_,
java.util.Set<ResourceLocation> p_i225888_5_,
java.util.function.Function<ResourceLocation,LootTable> p_i225888_6_,
java.util.Set<ResourceLocation> p_i225888_7_) |
ValidationTracker(com.google.common.collect.Multimap<java.lang.String,java.lang.String> p_i225888_1_,
java.util.function.Supplier<java.lang.String> p_i225888_2_,
LootParameterSet p_i225888_3_,
java.util.function.Function<ResourceLocation,ILootCondition> p_i225888_4_,
java.util.Set<ResourceLocation> p_i225888_5_,
java.util.function.Function<ResourceLocation,LootTable> p_i225888_6_,
java.util.Set<ResourceLocation> p_i225888_7_) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
Reference.field_227562_b_ |
private ResourceLocation |
ILootCondition.AbstractSerializer.lootTableLocation |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<ResourceLocation,ILootCondition.AbstractSerializer<?>> |
LootConditionManager.BY_NAME |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
ILootCondition.AbstractSerializer.getLootTableLocation() |
Modifier and Type | Method and Description |
---|---|
static ILootCondition.AbstractSerializer<?> |
LootConditionManager.getSerializerForName(ResourceLocation location) |
Constructor and Description |
---|
AbstractSerializer(ResourceLocation location,
java.lang.Class<T> clazz) |
Reference(ResourceLocation p_i225894_1_) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
SetLootTable.field_215928_a |
static ResourceLocation |
ApplyBonus.OreDropsFormula.field_216206_a |
static ResourceLocation |
ApplyBonus.UniformBonusCountFormula.field_216208_a |
static ResourceLocation |
ApplyBonus.BinomialWithBonusCountFormula.field_216211_a |
private ResourceLocation |
ILootFunction.Serializer.lootTableLocation |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<ResourceLocation,ApplyBonus.IFormulaDeserializer> |
ApplyBonus.field_215875_a |
private static java.util.Map<ResourceLocation,ILootFunction.Serializer<?>> |
LootFunctionManager.NAME_TO_SERIALIZER_MAP |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
ApplyBonus.BinomialWithBonusCountFormula.func_216203_a() |
ResourceLocation |
ApplyBonus.IFormula.func_216203_a() |
ResourceLocation |
ApplyBonus.OreDropsFormula.func_216203_a() |
ResourceLocation |
ApplyBonus.UniformBonusCountFormula.func_216203_a() |
ResourceLocation |
ILootFunction.Serializer.getFunctionName() |
Modifier and Type | Method and Description |
---|---|
static ILootFunction.Serializer<?> |
LootFunctionManager.getSerializerForName(ResourceLocation location) |
Constructor and Description |
---|
Serializer(ResourceLocation location,
java.lang.Class<T> clazz) |
SetLootTable(ILootCondition[] p_i51224_1_,
ResourceLocation p_i51224_2_,
long p_i51224_3_) |
Modifier and Type | Field and Description |
---|---|
private static java.util.HashMap<ResourceLocation,java.util.function.Supplier<NativeImage>> |
MinecraftForgeClient.bufferedImageSuppliers |
Modifier and Type | Method and Description |
---|---|
static Material |
ForgeHooksClient.getBlockMaterial(ResourceLocation loc) |
static NativeImage |
MinecraftForgeClient.getImageLayer(ResourceLocation resourceLocation,
IResourceManager resourceManager) |
static void |
MinecraftForgeClient.registerImageLayerSupplier(ResourceLocation resourceLocation,
java.util.function.Supplier<NativeImage> supplier) |
Modifier and Type | Method and Description |
---|---|
static void |
ForgeHooksClient.onModelBake(ModelManager modelManager,
java.util.Map<ResourceLocation,IBakedModel> modelRegistry,
ModelLoader modelLoader) |
static void |
ForgeHooksClient.onTextureStitchedPre(AtlasTexture map,
java.util.Set<ResourceLocation> resourceLocations) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,IBakedModel> |
ModelBakeEvent.modelRegistry |
private java.util.Set<ResourceLocation> |
TextureStitchEvent.Pre.sprites |
Modifier and Type | Method and Description |
---|---|
java.util.Map<ResourceLocation,IBakedModel> |
ModelBakeEvent.getModelRegistry() |
Modifier and Type | Method and Description |
---|---|
boolean |
TextureStitchEvent.Pre.addSprite(ResourceLocation sprite)
Add a sprite to be stitched into the Texture Atlas.
|
Constructor and Description |
---|
ModelBakeEvent(ModelManager modelManager,
java.util.Map<ResourceLocation,IBakedModel> modelRegistry,
ModelLoader modelLoader) |
Pre(AtlasTexture map,
java.util.Set<ResourceLocation> sprites) |
Modifier and Type | Method and Description |
---|---|
default java.util.Collection<ResourceLocation> |
IForgeTextureAtlasSprite.getDependencies() |
Modifier and Type | Method and Description |
---|---|
default boolean |
IForgeTextureAtlasSprite.hasCustomLoader(IResourceManager manager,
ResourceLocation location)
The result of this function determines is the below 'load' function is called, and the
default vanilla loading code is bypassed completely.
|
default boolean |
IForgeTextureAtlasSprite.load(IResourceManager manager,
ResourceLocation location,
java.util.function.Function<ResourceLocation,TextureAtlasSprite> textureGetter)
Load the specified resource as this sprite's data.
|
Modifier and Type | Method and Description |
---|---|
default boolean |
IForgeTextureAtlasSprite.load(IResourceManager manager,
ResourceLocation location,
java.util.function.Function<ResourceLocation,TextureAtlasSprite> textureGetter)
Load the specified resource as this sprite's data.
|
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation |
NotificationModUpdateScreen.VERSION_CHECK_ICONS |
Modifier and Type | Method and Description |
---|---|
private void |
ForgeIngameGui.bind(ResourceLocation res) |
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation |
FancyMissingModel.font |
static ResourceLocation |
ModelLoader.White.LOCATION |
protected ResourceLocation |
FluidModel.BakedFluid.modelLocation |
Modifier and Type | Field and Description |
---|---|
private static java.util.function.Function<ResourceLocation,IUnbakedModel> |
ModelLoader.DEFAULT_MODEL_GETTER
Helper method for registering all itemstacks for given item to map to universal bucket model.
|
private static java.util.Map<ResourceLocation,IModelLoader<?>> |
ModelLoaderRegistry.loaders |
private java.util.Map<ResourceLocation,java.lang.Exception> |
ModelLoader.loadingExceptions |
private static java.util.Set<ResourceLocation> |
ModelLoader.specialModels |
Modifier and Type | Method and Description |
---|---|
protected ResourceLocation |
ModelLoader.getModelLocation(ResourceLocation model) |
Modifier and Type | Method and Description |
---|---|
static java.util.function.Function<ResourceLocation,IUnbakedModel> |
ModelLoader.defaultModelGetter() |
java.util.Collection<ResourceLocation> |
FancyMissingModel.getDependencies() |
java.util.Set<ResourceLocation> |
ModelLoader.getSpecialModels() |
Modifier and Type | Method and Description |
---|---|
void |
ModelLoaderRegistry.VanillaProxy.addQuads(IModelConfiguration owner,
IModelBuilder<?> modelBuilder,
ModelBakery bakery,
java.util.function.Function<Material,TextureAtlasSprite> spriteGetter,
IModelTransform modelTransform,
ResourceLocation modelLocation) |
void |
CompositeModel.Submodel.addQuads(IModelConfiguration owner,
IModelBuilder<?> modelBuilder,
ModelBakery bakery,
java.util.function.Function<Material,TextureAtlasSprite> spriteGetter,
IModelTransform modelTransform,
ResourceLocation modelLocation) |
static void |
ModelLoader.addSpecialModel(ResourceLocation rl)
Indicate to vanilla that it should load and bake the given model, even if no blocks or
items use it.
|
IBakedModel |
MultiLayerModel.bake(IModelConfiguration owner,
ModelBakery bakery,
java.util.function.Function<Material,TextureAtlasSprite> spriteGetter,
IModelTransform modelTransform,
ItemOverrideList overrides,
ResourceLocation modelLocation) |
IBakedModel |
CompositeModel.Geometry.bake(IModelConfiguration owner,
ModelBakery bakery,
java.util.function.Function<Material,TextureAtlasSprite> spriteGetter,
IModelTransform modelTransform,
ItemOverrideList overrides,
ResourceLocation modelLocation) |
IBakedModel |
FluidModel.bake(IModelConfiguration owner,
ModelBakery bakery,
java.util.function.Function<Material,TextureAtlasSprite> spriteGetter,
IModelTransform modelTransform,
ItemOverrideList overrides,
ResourceLocation modelLocation) |
IBakedModel |
DynamicBucketModel.bake(IModelConfiguration owner,
ModelBakery bakery,
java.util.function.Function<Material,TextureAtlasSprite> spriteGetter,
IModelTransform modelTransform,
ItemOverrideList overrides,
ResourceLocation modelLocation) |
IBakedModel |
ItemLayerModel.bake(IModelConfiguration owner,
ModelBakery bakery,
java.util.function.Function<Material,TextureAtlasSprite> spriteGetter,
IModelTransform modelTransform,
ItemOverrideList overrides,
ResourceLocation modelLocation) |
IBakedModel |
BlockModelConfiguration.bake(ModelBakery bakery,
java.util.function.Function<Material,TextureAtlasSprite> bakedTextureGetter,
IModelTransform modelTransform,
ItemOverrideList overrides,
ResourceLocation modelLocation) |
static IBakedModel |
ModelLoaderRegistry.bakeHelper(BlockModel blockModel,
ModelBakery modelBakery,
BlockModel otherModel,
java.util.function.Function<Material,TextureAtlasSprite> spriteGetter,
IModelTransform modelTransform,
ResourceLocation modelLocation,
boolean guiLight3d) |
IBakedModel |
FancyMissingModel.bakeModel(ModelBakery bakery,
java.util.function.Function<Material,TextureAtlasSprite> spriteGetter,
IModelTransform modelTransform,
ResourceLocation modelLocation) |
IBakedModel |
CompositeModel.Submodel.bakeModel(ModelBakery bakery,
java.util.function.Function<Material,TextureAtlasSprite> spriteGetter,
IModelTransform modelTransform,
ResourceLocation modelLocation) |
static Material |
ModelLoaderRegistry.blockMaterial(ResourceLocation location) |
private static com.google.common.collect.ImmutableMap<RenderType,IBakedModel> |
MultiLayerModel.buildModels(com.google.common.collect.ImmutableMap<RenderType,IUnbakedModel> models,
IModelTransform modelTransform,
ModelBakery bakery,
java.util.function.Function<Material,TextureAtlasSprite> spriteGetter,
ResourceLocation modelLocation) |
static IModelGeometry<?> |
ModelLoaderRegistry.getModel(ResourceLocation loaderId,
com.google.gson.JsonDeserializationContext deserializationContext,
com.google.gson.JsonObject data) |
protected ResourceLocation |
ModelLoader.getModelLocation(ResourceLocation model) |
IUnbakedModel |
ModelLoader.getModelOrLogError(ResourceLocation location,
java.lang.String error)
Use this if you want the model, but need to log the error.
|
IUnbakedModel |
ModelLoader.getModelOrMissing(ResourceLocation location)
Use this if you don't care about the exception and want some model anyway.
|
static void |
ModelLoaderRegistry.registerLoader(ResourceLocation id,
IModelLoader<?> loader)
Makes system aware of your loader.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Material> |
BlockModelConfiguration.getTextureDependencies(java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter,
java.util.Set<com.mojang.datafixers.util.Pair<java.lang.String,java.lang.String>> missingTextureErrors) |
java.util.Collection<Material> |
FancyMissingModel.getTextures(java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter,
java.util.Set<com.mojang.datafixers.util.Pair<java.lang.String,java.lang.String>> missingTextureErrors) |
java.util.Collection<Material> |
MultiLayerModel.getTextures(IModelConfiguration owner,
java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter,
java.util.Set<com.mojang.datafixers.util.Pair<java.lang.String,java.lang.String>> missingTextureErrors) |
java.util.Collection<Material> |
ModelLoaderRegistry.VanillaProxy.getTextures(IModelConfiguration owner,
java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter,
java.util.Set<com.mojang.datafixers.util.Pair<java.lang.String,java.lang.String>> missingTextureErrors) |
java.util.Collection<Material> |
CompositeModel.Submodel.getTextures(IModelConfiguration owner,
java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter,
java.util.Set<com.mojang.datafixers.util.Pair<java.lang.String,java.lang.String>> missingTextureErrors) |
java.util.Collection<Material> |
CompositeModel.Geometry.getTextures(IModelConfiguration owner,
java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter,
java.util.Set<com.mojang.datafixers.util.Pair<java.lang.String,java.lang.String>> missingTextureErrors) |
java.util.Collection<Material> |
FluidModel.getTextures(IModelConfiguration owner,
java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter,
java.util.Set<com.mojang.datafixers.util.Pair<java.lang.String,java.lang.String>> missingTextureErrors) |
java.util.Collection<Material> |
DynamicBucketModel.getTextures(IModelConfiguration owner,
java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter,
java.util.Set<com.mojang.datafixers.util.Pair<java.lang.String,java.lang.String>> missingTextureErrors) |
java.util.Collection<Material> |
ItemLayerModel.getTextures(IModelConfiguration owner,
java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter,
java.util.Set<com.mojang.datafixers.util.Pair<java.lang.String,java.lang.String>> missingTextureErrors) |
void |
ModelLoader.onPostBakeEvent(java.util.Map<ResourceLocation,IBakedModel> modelRegistry)
Internal, do not use.
|
Constructor and Description |
---|
BakedFluid(TransformationMatrix transformation,
com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType,TransformationMatrix> transforms,
ResourceLocation modelLocation,
int color,
TextureAtlasSprite still,
TextureAtlasSprite flowing,
java.util.Optional<TextureAtlasSprite> overlay,
boolean gas,
boolean statePresent,
int[] cornerRound,
int flowRound,
boolean[] sideOverlays) |
CachingBakedFluid(TransformationMatrix transformation,
com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType,TransformationMatrix> transforms,
ResourceLocation modelLocation,
int color,
TextureAtlasSprite still,
TextureAtlasSprite flowing,
java.util.Optional<TextureAtlasSprite> overlay,
boolean gas,
java.util.Optional<IModelData> stateOption) |
SimpleModelFontRenderer(GameSettings settings,
ResourceLocation font,
TextureManager manager,
boolean isUnicode,
Matrix4f matrix) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
AnimationItemOverrideList.modelLoc |
Modifier and Type | Method and Description |
---|---|
static ModelBlockAnimation |
ModelBlockAnimation.loadVanillaAnimation(IResourceManager manager,
ResourceLocation armatureLocation)
Load armature associated with a vanilla model.
|
Constructor and Description |
---|
AnimationItemOverrideList(ModelBakery bakery,
IUnbakedModel model,
ResourceLocation modelLoc,
IModelTransform state,
java.util.function.Function<Material,TextureAtlasSprite> bakedTextureGetter,
ItemOverrideList overrides) |
AnimationItemOverrideList(ModelBakery bakery,
IUnbakedModel model,
ResourceLocation modelLoc,
IModelTransform state,
java.util.function.Function<Material,TextureAtlasSprite> bakedTextureGetter,
java.util.List<ItemOverride> overrides) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
B3DLoader.ModelWrapper.modelLocation |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,B3DModel> |
B3DLoader.cache |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ResourceLocation> |
B3DLoader.ModelWrapper.getDependencies() |
Modifier and Type | Method and Description |
---|---|
IBakedModel |
B3DLoader.ModelWrapper.bakeModel(ModelBakery bakery,
java.util.function.Function<Material,TextureAtlasSprite> spriteGetter,
IModelTransform modelTransform,
ResourceLocation modelLocation) |
IUnbakedModel |
B3DLoader.loadModel(ResourceLocation modelLocation) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Material> |
B3DLoader.ModelWrapper.getTextures(java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter,
java.util.Set<com.mojang.datafixers.util.Pair<java.lang.String,java.lang.String>> missingTextureErrors) |
Constructor and Description |
---|
ModelWrapper(ResourceLocation modelLocation,
B3DModel model,
com.google.common.collect.ImmutableSet<java.lang.String> meshes,
boolean smooth,
boolean gui3d,
boolean isSideLit,
int defaultKey) |
ModelWrapper(ResourceLocation modelLocation,
B3DModel model,
com.google.common.collect.ImmutableSet<java.lang.String> meshes,
boolean smooth,
boolean gui3d,
boolean isSideLit,
int defaultKey,
com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> textures) |
Modifier and Type | Field and Description |
---|---|
protected ResourceLocation |
ModelFile.location |
Modifier and Type | Field and Description |
---|---|
protected java.util.function.Function<ResourceLocation,T> |
ModelProvider.factory |
java.util.Map<ResourceLocation,T> |
ModelProvider.generatedModels |
private java.util.Map<ResourceLocation,java.lang.Float> |
ItemModelBuilder.OverrideBuilder.predicates |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
BlockStateProvider.blockTexture(Block block) |
private ResourceLocation |
BlockStateProvider.extend(ResourceLocation rl,
java.lang.String suffix) |
private ResourceLocation |
ModelProvider.extendWithFolder(ResourceLocation rl) |
ResourceLocation |
ModelFile.getLocation() |
private ResourceLocation |
ExistingFileHelper.getLocation(ResourceLocation base,
java.lang.String suffix,
java.lang.String prefix) |
ResourceLocation |
ModelFile.getUncheckedLocation() |
ResourceLocation |
BlockStateProvider.mcLoc(java.lang.String name) |
ResourceLocation |
ModelProvider.mcLoc(java.lang.String name) |
ResourceLocation |
BlockStateProvider.modLoc(java.lang.String name) |
ResourceLocation |
ModelProvider.modLoc(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
BlockStateProvider.axisBlock(RotatedPillarBlock block,
ResourceLocation baseName) |
void |
BlockStateProvider.axisBlock(RotatedPillarBlock block,
ResourceLocation side,
ResourceLocation end) |
T |
ModelProvider.carpet(java.lang.String name,
ResourceLocation wool) |
T |
ModelProvider.crop(java.lang.String name,
ResourceLocation crop) |
T |
ModelProvider.cross(java.lang.String name,
ResourceLocation cross) |
T |
ModelProvider.cube(java.lang.String name,
ResourceLocation down,
ResourceLocation up,
ResourceLocation north,
ResourceLocation south,
ResourceLocation east,
ResourceLocation west) |
T |
ModelProvider.cubeAll(java.lang.String name,
ResourceLocation texture) |
T |
ModelProvider.cubeBottomTop(java.lang.String name,
ResourceLocation side,
ResourceLocation bottom,
ResourceLocation top) |
T |
ModelProvider.cubeColumn(java.lang.String name,
ResourceLocation side,
ResourceLocation end) |
T |
ModelProvider.cubeTop(java.lang.String name,
ResourceLocation side,
ResourceLocation top) |
private T |
ModelProvider.door(java.lang.String name,
java.lang.String model,
ResourceLocation bottom,
ResourceLocation top) |
void |
BlockStateProvider.doorBlock(DoorBlock block,
ResourceLocation bottom,
ResourceLocation top) |
void |
BlockStateProvider.doorBlock(DoorBlock block,
java.lang.String name,
ResourceLocation bottom,
ResourceLocation top) |
private void |
BlockStateProvider.doorBlockInternal(DoorBlock block,
java.lang.String baseName,
ResourceLocation bottom,
ResourceLocation top) |
T |
ModelProvider.doorBottomLeft(java.lang.String name,
ResourceLocation bottom,
ResourceLocation top) |
T |
ModelProvider.doorBottomRight(java.lang.String name,
ResourceLocation bottom,
ResourceLocation top) |
T |
ModelProvider.doorTopLeft(java.lang.String name,
ResourceLocation bottom,
ResourceLocation top) |
T |
ModelProvider.doorTopRight(java.lang.String name,
ResourceLocation bottom,
ResourceLocation top) |
boolean |
ModelProvider.ExistingFileHelperIncludingGenerated.exists(ResourceLocation loc,
ResourcePackType type,
java.lang.String pathSuffix,
java.lang.String pathPrefix) |
boolean |
ExistingFileHelper.exists(ResourceLocation loc,
ResourcePackType type,
java.lang.String pathSuffix,
java.lang.String pathPrefix)
Check if a given resource exists in the known resource packs.
|
private ResourceLocation |
BlockStateProvider.extend(ResourceLocation rl,
java.lang.String suffix) |
private ResourceLocation |
ModelProvider.extendWithFolder(ResourceLocation rl) |
void |
BlockStateProvider.fenceBlock(FenceBlock block,
ResourceLocation texture) |
void |
BlockStateProvider.fenceBlock(FenceBlock block,
java.lang.String name,
ResourceLocation texture) |
T |
ModelProvider.fenceGate(java.lang.String name,
ResourceLocation texture) |
void |
BlockStateProvider.fenceGateBlock(FenceGateBlock block,
ResourceLocation texture) |
void |
BlockStateProvider.fenceGateBlock(FenceGateBlock block,
java.lang.String name,
ResourceLocation texture) |
private void |
BlockStateProvider.fenceGateBlockInternal(FenceGateBlock block,
java.lang.String baseName,
ResourceLocation texture) |
T |
ModelProvider.fenceGateOpen(java.lang.String name,
ResourceLocation texture) |
T |
ModelProvider.fenceGateWall(java.lang.String name,
ResourceLocation texture) |
T |
ModelProvider.fenceGateWallOpen(java.lang.String name,
ResourceLocation texture) |
T |
ModelProvider.fenceInventory(java.lang.String name,
ResourceLocation texture) |
T |
ModelProvider.fencePost(java.lang.String name,
ResourceLocation texture) |
T |
ModelProvider.fenceSide(java.lang.String name,
ResourceLocation texture) |
ModelFile.ExistingModelFile |
ModelProvider.getExistingFile(ResourceLocation path) |
private ResourceLocation |
ExistingFileHelper.getLocation(ResourceLocation base,
java.lang.String suffix,
java.lang.String prefix) |
IResource |
ExistingFileHelper.getResource(ResourceLocation loc,
ResourcePackType type,
java.lang.String pathSuffix,
java.lang.String pathPrefix) |
void |
BlockStateProvider.horizontalBlock(Block block,
ResourceLocation side,
ResourceLocation front,
ResourceLocation top) |
T |
ModelProvider.orientable(java.lang.String name,
ResourceLocation side,
ResourceLocation front,
ResourceLocation top) |
T |
ModelProvider.orientableVertical(java.lang.String name,
ResourceLocation side,
ResourceLocation front) |
T |
ModelProvider.orientableWithBottom(java.lang.String name,
ResourceLocation side,
ResourceLocation front,
ResourceLocation bottom,
ResourceLocation top) |
private T |
ModelProvider.pane(java.lang.String name,
java.lang.String parent,
ResourceLocation pane,
ResourceLocation edge) |
void |
BlockStateProvider.paneBlock(PaneBlock block,
ResourceLocation pane,
ResourceLocation edge) |
void |
BlockStateProvider.paneBlock(PaneBlock block,
java.lang.String name,
ResourceLocation pane,
ResourceLocation edge) |
private void |
BlockStateProvider.paneBlockInternal(PaneBlock block,
java.lang.String baseName,
ResourceLocation pane,
ResourceLocation edge) |
T |
ModelProvider.paneNoSide(java.lang.String name,
ResourceLocation pane) |
T |
ModelProvider.paneNoSideAlt(java.lang.String name,
ResourceLocation pane) |
T |
ModelProvider.panePost(java.lang.String name,
ResourceLocation pane,
ResourceLocation edge) |
T |
ModelProvider.paneSide(java.lang.String name,
ResourceLocation pane,
ResourceLocation edge) |
T |
ModelProvider.paneSideAlt(java.lang.String name,
ResourceLocation pane,
ResourceLocation edge) |
ItemModelBuilder.OverrideBuilder |
ItemModelBuilder.OverrideBuilder.predicate(ResourceLocation key,
float value) |
(package private) java.lang.String |
ModelBuilder.serializeLoc(ResourceLocation loc) |
private T |
ModelProvider.sideBottomTop(java.lang.String name,
java.lang.String parent,
ResourceLocation side,
ResourceLocation bottom,
ResourceLocation top) |
T |
ModelProvider.singleTexture(java.lang.String name,
ResourceLocation parent,
ResourceLocation texture) |
T |
ModelProvider.singleTexture(java.lang.String name,
ResourceLocation parent,
java.lang.String textureKey,
ResourceLocation texture) |
private T |
ModelProvider.singleTexture(java.lang.String name,
java.lang.String parent,
ResourceLocation texture) |
private T |
ModelProvider.singleTexture(java.lang.String name,
java.lang.String parent,
java.lang.String textureKey,
ResourceLocation texture) |
T |
ModelProvider.slab(java.lang.String name,
ResourceLocation side,
ResourceLocation bottom,
ResourceLocation top) |
void |
BlockStateProvider.slabBlock(SlabBlock block,
ResourceLocation doubleslab,
ResourceLocation texture) |
void |
BlockStateProvider.slabBlock(SlabBlock block,
ResourceLocation doubleslab,
ResourceLocation side,
ResourceLocation bottom,
ResourceLocation top) |
T |
ModelProvider.slabTop(java.lang.String name,
ResourceLocation side,
ResourceLocation bottom,
ResourceLocation top) |
T |
ModelProvider.stairs(java.lang.String name,
ResourceLocation side,
ResourceLocation bottom,
ResourceLocation top) |
void |
BlockStateProvider.stairsBlock(StairsBlock block,
ResourceLocation texture) |
void |
BlockStateProvider.stairsBlock(StairsBlock block,
ResourceLocation side,
ResourceLocation bottom,
ResourceLocation top) |
void |
BlockStateProvider.stairsBlock(StairsBlock block,
java.lang.String name,
ResourceLocation texture) |
void |
BlockStateProvider.stairsBlock(StairsBlock block,
java.lang.String name,
ResourceLocation side,
ResourceLocation bottom,
ResourceLocation top) |
private void |
BlockStateProvider.stairsBlockInternal(StairsBlock block,
java.lang.String baseName,
ResourceLocation side,
ResourceLocation bottom,
ResourceLocation top) |
T |
ModelProvider.stairsInner(java.lang.String name,
ResourceLocation side,
ResourceLocation bottom,
ResourceLocation top) |
T |
ModelProvider.stairsOuter(java.lang.String name,
ResourceLocation side,
ResourceLocation bottom,
ResourceLocation top) |
T |
ModelBuilder.texture(java.lang.String key,
ResourceLocation texture)
Set the texture for a given dictionary key.
|
T |
ModelProvider.torch(java.lang.String name,
ResourceLocation torch) |
T |
ModelProvider.torchWall(java.lang.String name,
ResourceLocation torch) |
void |
BlockStateProvider.trapdoorBlock(TrapDoorBlock block,
ResourceLocation texture,
boolean orientable) |
void |
BlockStateProvider.trapdoorBlock(TrapDoorBlock block,
java.lang.String name,
ResourceLocation texture,
boolean orientable) |
private void |
BlockStateProvider.trapdoorBlockInternal(TrapDoorBlock block,
java.lang.String baseName,
ResourceLocation texture,
boolean orientable) |
T |
ModelProvider.trapdoorBottom(java.lang.String name,
ResourceLocation texture) |
T |
ModelProvider.trapdoorOpen(java.lang.String name,
ResourceLocation texture) |
T |
ModelProvider.trapdoorOrientableBottom(java.lang.String name,
ResourceLocation texture) |
T |
ModelProvider.trapdoorOrientableOpen(java.lang.String name,
ResourceLocation texture) |
T |
ModelProvider.trapdoorOrientableTop(java.lang.String name,
ResourceLocation texture) |
T |
ModelProvider.trapdoorTop(java.lang.String name,
ResourceLocation texture) |
void |
BlockStateProvider.wallBlock(WallBlock block,
ResourceLocation texture) |
void |
BlockStateProvider.wallBlock(WallBlock block,
java.lang.String name,
ResourceLocation texture) |
private void |
BlockStateProvider.wallBlockInternal(WallBlock block,
java.lang.String baseName,
ResourceLocation texture) |
T |
ModelProvider.wallInventory(java.lang.String name,
ResourceLocation wall) |
T |
ModelProvider.wallPost(java.lang.String name,
ResourceLocation wall) |
T |
ModelProvider.wallSide(java.lang.String name,
ResourceLocation wall) |
T |
ModelProvider.withExistingParent(java.lang.String name,
ResourceLocation parent) |
Constructor and Description |
---|
BlockModelBuilder(ResourceLocation outputLocation,
ExistingFileHelper existingFileHelper) |
ExistingModelFile(ResourceLocation location,
ExistingFileHelper existingHelper) |
ItemModelBuilder(ResourceLocation outputLocation,
ExistingFileHelper existingFileHelper) |
ModelBuilder(ResourceLocation outputLocation,
ExistingFileHelper existingFileHelper) |
ModelFile(ResourceLocation location) |
UncheckedModelFile(ResourceLocation location) |
Constructor and Description |
---|
ModelProvider(DataGenerator generator,
java.lang.String modid,
java.lang.String folder,
java.util.function.BiFunction<ResourceLocation,ExistingFileHelper,T> builderFromModId,
ExistingFileHelper existingFileHelper) |
ModelProvider(DataGenerator generator,
java.lang.String modid,
java.lang.String folder,
java.util.function.Function<ResourceLocation,T> factory,
ExistingFileHelper existingFileHelper) |
Modifier and Type | Method and Description |
---|---|
default void |
IMultipartModelGeometry.addQuads(IModelConfiguration owner,
IModelBuilder<?> modelBuilder,
ModelBakery bakery,
java.util.function.Function<Material,TextureAtlasSprite> spriteGetter,
IModelTransform modelTransform,
ResourceLocation modelLocation) |
void |
ISimpleModelGeometry.addQuads(IModelConfiguration owner,
IModelBuilder<?> modelBuilder,
ModelBakery bakery,
java.util.function.Function<Material,TextureAtlasSprite> spriteGetter,
IModelTransform modelTransform,
ResourceLocation modelLocation) |
void |
IModelGeometryPart.addQuads(IModelConfiguration owner,
IModelBuilder<?> modelBuilder,
ModelBakery bakery,
java.util.function.Function<Material,TextureAtlasSprite> spriteGetter,
IModelTransform modelTransform,
ResourceLocation modelLocation) |
IBakedModel |
IModelGeometry.bake(IModelConfiguration owner,
ModelBakery bakery,
java.util.function.Function<Material,TextureAtlasSprite> spriteGetter,
IModelTransform modelTransform,
ItemOverrideList overrides,
ResourceLocation modelLocation) |
default IBakedModel |
ISimpleModelGeometry.bake(IModelConfiguration owner,
ModelBakery bakery,
java.util.function.Function<Material,TextureAtlasSprite> spriteGetter,
IModelTransform modelTransform,
ItemOverrideList overrides,
ResourceLocation modelLocation) |
Modifier and Type | Method and Description |
---|---|
default java.util.Collection<Material> |
IMultipartModelGeometry.getTextures(IModelConfiguration owner,
java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter,
java.util.Set<com.mojang.datafixers.util.Pair<java.lang.String,java.lang.String>> missingTextureErrors) |
java.util.Collection<Material> |
IModelGeometry.getTextures(IModelConfiguration owner,
java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter,
java.util.Set<com.mojang.datafixers.util.Pair<java.lang.String,java.lang.String>> missingTextureErrors) |
java.util.Collection<Material> |
ISimpleModelGeometry.getTextures(IModelConfiguration owner,
java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter,
java.util.Set<com.mojang.datafixers.util.Pair<java.lang.String,java.lang.String>> missingTextureErrors) |
default java.util.Collection<Material> |
IModelGeometryPart.getTextures(IModelConfiguration owner,
java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter,
java.util.Set<com.mojang.datafixers.util.Pair<java.lang.String,java.lang.String>> missingTextureErrors) |
Modifier and Type | Field and Description |
---|---|
ResourceLocation |
OBJModel.modelLocation |
ResourceLocation |
OBJModel.ModelSettings.modelLocation |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,MaterialLibrary> |
OBJLoader.materialCache |
Modifier and Type | Method and Description |
---|---|
void |
OBJModel.ModelObject.addQuads(IModelConfiguration owner,
IModelBuilder<?> modelBuilder,
ModelBakery bakery,
java.util.function.Function<Material,TextureAtlasSprite> spriteGetter,
IModelTransform modelTransform,
ResourceLocation modelLocation) |
void |
OBJModel.ModelGroup.addQuads(IModelConfiguration owner,
IModelBuilder<?> modelBuilder,
ModelBakery bakery,
java.util.function.Function<Material,TextureAtlasSprite> spriteGetter,
IModelTransform modelTransform,
ResourceLocation modelLocation) |
MaterialLibrary |
OBJLoader.loadMaterialLibrary(ResourceLocation materialLocation) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Material> |
OBJModel.ModelObject.getTextures(IModelConfiguration owner,
java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter,
java.util.Set<com.mojang.datafixers.util.Pair<java.lang.String,java.lang.String>> missingTextureErrors) |
java.util.Collection<Material> |
OBJModel.ModelGroup.getTextures(IModelConfiguration owner,
java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter,
java.util.Set<com.mojang.datafixers.util.Pair<java.lang.String,java.lang.String>> missingTextureErrors) |
Constructor and Description |
---|
ModelSettings(ResourceLocation modelLocation,
boolean detectCullableFaces,
boolean diffuseLighting,
boolean flipV,
boolean ambientToFullbright,
java.lang.String materialLibraryOverrideLocation) |
Modifier and Type | Field and Description |
---|---|
ResourceLocation |
ForgeHooks.LootTableContext.name |
(package private) ResourceLocation |
DimensionManager.SavedEntry.name |
(package private) ResourceLocation |
DimensionManager.SavedEntry.type |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<ResourceLocation,BiomeDictionary.BiomeInfo> |
BiomeDictionary.biomeInfoMap |
private static java.util.Map<ResourceLocation,DimensionManager.SavedEntry> |
DimensionManager.savedEntries |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
DimensionManager.SavedEntry.getName() |
ResourceLocation |
DimensionManager.SavedEntry.getType() |
Modifier and Type | Method and Description |
---|---|
static LootTable |
ForgeHooks.loadLootTable(com.google.gson.Gson gson,
ResourceLocation name,
com.google.gson.JsonObject data,
boolean custom,
LootTableManager lootTableManager) |
static DimensionType |
DimensionManager.registerDimension(ResourceLocation name,
ModDimension type,
PacketBuffer data,
boolean hasSkyLight)
Registers a real unique dimension, Should be called on server init, or when the dimension is created.
|
static DimensionType |
DimensionManager.registerDimensionInternal(int id,
ResourceLocation name,
ModDimension type,
PacketBuffer data,
boolean hasSkyLight) |
static DimensionType |
DimensionManager.registerOrGetDimension(ResourceLocation name,
ModDimension type,
PacketBuffer data,
boolean hasSkyLight)
Register or get the existing dimension type for the given dimtype name.
|
Modifier and Type | Method and Description |
---|---|
static <T> void |
ForgeHooks.deserializeTagAdditions(Tag.Builder<T> builder,
java.util.function.Function<ResourceLocation,java.util.Optional<T>> valueGetter,
com.google.gson.JsonObject json) |
Constructor and Description |
---|
LootTableContext(ResourceLocation name,
boolean custom) |
Constructor and Description |
---|
CapabilityDispatcher(java.util.Map<ResourceLocation,ICapabilityProvider> list,
java.util.List<java.lang.Runnable> listeners) |
CapabilityDispatcher(java.util.Map<ResourceLocation,ICapabilityProvider> list,
java.util.List<java.lang.Runnable> listeners,
ICapabilityProvider parent) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
ConditionalRecipe.Builder.advId |
private ResourceLocation |
ConditionalRecipe.Finished.advId |
private ResourceLocation |
ConditionalRecipe.Finished.id |
private ResourceLocation |
ConditionalRecipe.Serializer.name |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<ResourceLocation,IConditionSerializer<?>> |
CraftingHelper.conditions |
private static com.google.common.collect.BiMap<ResourceLocation,IIngredientSerializer<?>> |
CraftingHelper.ingredients |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
ConditionalRecipe.Finished.getAdvancementID() |
ResourceLocation |
ConditionalRecipe.Finished.getID() |
static ResourceLocation |
CraftingHelper.getID(IIngredientSerializer<?> serializer) |
ResourceLocation |
ConditionalRecipe.Serializer.getRegistryName() |
Modifier and Type | Method and Description |
---|---|
void |
ConditionalRecipe.Builder.build(java.util.function.Consumer<IFinishedRecipe> consumer,
ResourceLocation id) |
static Ingredient |
CraftingHelper.getIngredient(ResourceLocation type,
PacketBuffer buffer) |
static Advancement.Builder |
ConditionalAdvancement.read(com.google.gson.Gson gson,
ResourceLocation recipeId,
com.google.gson.JsonObject json) |
T |
ConditionalRecipe.Serializer.read(ResourceLocation recipeId,
com.google.gson.JsonObject json) |
T |
ConditionalRecipe.Serializer.read(ResourceLocation recipeId,
PacketBuffer buffer) |
static <T extends Ingredient> |
CraftingHelper.register(ResourceLocation key,
IIngredientSerializer<T> serializer) |
ConditionalRecipe.Builder |
ConditionalRecipe.Builder.setAdvancement(ResourceLocation id,
ConditionalAdvancement.Builder advancement) |
IRecipeSerializer<?> |
ConditionalRecipe.Serializer.setRegistryName(ResourceLocation name) |
Constructor and Description |
---|
Finished(ResourceLocation id,
java.util.List<ICondition[]> conditions,
java.util.List<IFinishedRecipe> recipes,
ResourceLocation advId,
ConditionalAdvancement.Builder adv) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
ItemExistsCondition.item |
private static ResourceLocation |
OrCondition.NAME |
private static ResourceLocation |
TrueCondition.NAME |
private static ResourceLocation |
TagEmptyCondition.NAME |
private static ResourceLocation |
FalseCondition.NAME |
private static ResourceLocation |
AndCondition.NAME |
private static ResourceLocation |
ItemExistsCondition.NAME |
private static ResourceLocation |
NotCondition.NAME |
private static ResourceLocation |
ModLoadedCondition.NAME |
private ResourceLocation |
TagEmptyCondition.tag_name |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
OrCondition.getID() |
ResourceLocation |
OrCondition.Serializer.getID() |
ResourceLocation |
TrueCondition.getID() |
ResourceLocation |
TrueCondition.Serializer.getID() |
ResourceLocation |
TagEmptyCondition.getID() |
ResourceLocation |
TagEmptyCondition.Serializer.getID() |
ResourceLocation |
FalseCondition.getID() |
ResourceLocation |
FalseCondition.Serializer.getID() |
ResourceLocation |
ICondition.getID() |
ResourceLocation |
AndCondition.getID() |
ResourceLocation |
AndCondition.Serializer.getID() |
ResourceLocation |
ItemExistsCondition.getID() |
ResourceLocation |
ItemExistsCondition.Serializer.getID() |
ResourceLocation |
NotCondition.getID() |
ResourceLocation |
NotCondition.Serializer.getID() |
ResourceLocation |
IConditionSerializer.getID() |
ResourceLocation |
ModLoadedCondition.getID() |
ResourceLocation |
ModLoadedCondition.Serializer.getID() |
Constructor and Description |
---|
ItemExistsCondition(ResourceLocation item) |
TagEmptyCondition(ResourceLocation tag) |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<ResourceLocation> |
ForgeRecipeProvider.excludes |
private java.util.Set<ResourceLocation> |
ForgeItemTagsProvider.filter |
private java.util.Set<ResourceLocation> |
ForgeBlockTagsProvider.filter |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<com.mojang.datafixers.util.Pair<java.util.function.Supplier<java.util.function.Consumer<java.util.function.BiConsumer<ResourceLocation,LootTable.Builder>>>,LootParameterSet>> |
ForgeLootTableProvider.getTables() |
private java.util.function.Consumer<java.util.function.BiConsumer<ResourceLocation,LootTable.Builder>> |
ForgeLootTableProvider.replaceAndFilterChangesOnly(java.util.function.Consumer<java.util.function.BiConsumer<ResourceLocation,LootTable.Builder>> consumer) |
Modifier and Type | Method and Description |
---|---|
private Ingredient |
ForgeRecipeProvider.enhance(ResourceLocation name,
Ingredient vanilla) |
protected java.nio.file.Path |
ForgeItemTagsProvider.makePath(ResourceLocation id) |
protected java.nio.file.Path |
ForgeBlockTagsProvider.makePath(ResourceLocation id) |
Modifier and Type | Method and Description |
---|---|
private java.util.function.Consumer<java.util.function.BiConsumer<ResourceLocation,LootTable.Builder>> |
ForgeLootTableProvider.replaceAndFilterChangesOnly(java.util.function.Consumer<java.util.function.BiConsumer<ResourceLocation,LootTable.Builder>> consumer) |
protected void |
ForgeLootTableProvider.validate(java.util.Map<ResourceLocation,LootTable> map,
ValidationTracker validationtracker) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ResourceLocation> |
IForgeFluid.getTags()
Retrieves a list of tags names this is known to be associated with.
|
java.util.Set<ResourceLocation> |
IForgeBlock.getTags()
Retrieves a list of tags names this is known to be associated with.
|
java.util.Set<ResourceLocation> |
IForgeItem.getTags()
Retrieves a list of tags names this is known to be associated with.
|
Modifier and Type | Method and Description |
---|---|
default Tag.Builder<T> |
IForgeTagBuilder.addOptional(TagCollection<T> collection,
ResourceLocation... locations) |
default Tag.Builder<T> |
IForgeTagBuilder.addOptionalTag(ResourceLocation... tags) |
default Tag.Builder<T> |
IForgeTagBuilder.addOptionalTag(ResourceLocation tag) |
default void |
IForgePacketBuffer.writeRegistryIdUnsafe(IForgeRegistry<?> registry,
ResourceLocation entryKey)
Writes the given entries integer id to the buffer.
|
Modifier and Type | Method and Description |
---|---|
default Tag.Builder<T> |
IForgeTagBuilder.addOptional(java.util.function.Function<ResourceLocation,java.util.Optional<T>> entryLookup,
java.util.Collection<ResourceLocation> locations)
Deprecated.
|
default Tag.Builder<T> |
IForgeTagBuilder.addOptional(java.util.function.Function<ResourceLocation,java.util.Optional<T>> entryLookup,
java.util.Collection<ResourceLocation> locations)
Deprecated.
|
default Tag.Builder<T> |
IForgeTagBuilder.addOptional(TagCollection<T> collection,
java.util.Collection<ResourceLocation> locations) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
GlobalLootModifierSerializer.registryName |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,IGlobalLootModifier> |
LootModifierManager.registeredLootModifiers |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
GlobalLootModifierSerializer.getRegistryName() |
Modifier and Type | Method and Description |
---|---|
private IGlobalLootModifier |
LootModifierManager.deserializeModifier(ResourceLocation location,
com.google.gson.JsonObject object) |
static GlobalLootModifierSerializer<?> |
LootModifierManager.getSerializerForName(ResourceLocation resourcelocation) |
abstract T |
GlobalLootModifierSerializer.read(ResourceLocation location,
com.google.gson.JsonObject object,
ILootCondition[] ailootcondition)
Most mods will likely not need more than
return new MyModifier(conditionsIn) but any additional properties that are needed will need to be deserialized here. |
GlobalLootModifierSerializer<T> |
GlobalLootModifierSerializer.setRegistryName(ResourceLocation name) |
Modifier and Type | Method and Description |
---|---|
protected void |
LootModifierManager.apply(java.util.Map<ResourceLocation,com.google.gson.JsonObject> resourceList,
IResourceManager resourceManagerIn,
IProfiler profilerIn) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
Clips.ModelClip.modelLocation |
Modifier and Type | Method and Description |
---|---|
static IClip |
Clips.getModelClipNode(ResourceLocation modelLocation,
java.lang.String clipName)
Retrieves the clip from the model.
|
static IAnimationStateMachine |
AnimationStateMachine.load(IResourceManager manager,
ResourceLocation location,
com.google.common.collect.ImmutableMap<java.lang.String,ITimeValue> customParameters)
Load a new instance if AnimationStateMachine at specified location, with specified custom parameters.
|
Constructor and Description |
---|
ModelClip(IClip childClip,
ResourceLocation modelLocation,
java.lang.String clipName) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
BlockSnapshot.registryName |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<ResourceLocation> |
ReverseTagWrapper.cache |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
BlockSnapshot.getRegistryName() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ResourceLocation> |
ReverseTagWrapper.getTagNames() |
Constructor and Description |
---|
BlockSnapshot(int dimension,
BlockPos pos,
ResourceLocation registryName,
int meta,
int flag,
CompoundNBT nbt)
Raw constructor designed for serialization usages.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Set<ResourceLocation> |
DataGeneratorTest.BlockStates.IGNORED_MODELS |
Modifier and Type | Method and Description |
---|---|
private static <T extends ModelBuilder<T>> |
DataGeneratorTest.testModelResults(java.util.Map<ResourceLocation,T> models,
ExistingFileHelper existingFileHelper,
java.util.Set<ResourceLocation> toIgnore) |
private static <T extends ModelBuilder<T>> |
DataGeneratorTest.testModelResults(java.util.Map<ResourceLocation,T> models,
ExistingFileHelper existingFileHelper,
java.util.Set<ResourceLocation> toIgnore) |
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation |
MultiLayerModelTest.blockId |
Modifier and Type | Method and Description |
---|---|
void |
NewModelLoaderTest.TestModel.addQuads(IModelConfiguration owner,
IModelBuilder<?> modelBuilder,
ModelBakery bakery,
java.util.function.Function<Material,TextureAtlasSprite> spriteGetter,
IModelTransform modelTransform,
ResourceLocation modelLocation) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Material> |
NewModelLoaderTest.TestModel.getTextures(IModelConfiguration owner,
java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter,
java.util.Set<com.mojang.datafixers.util.Pair<java.lang.String,java.lang.String>> missingTextureErrors) |
Modifier and Type | Field and Description |
---|---|
static ResourceLocation |
NewFluidTest.FLUID_FLOWING |
static ResourceLocation |
NewFluidTest.FLUID_OVERLAY |
static ResourceLocation |
NewFluidTest.FLUID_STILL |
Modifier and Type | Method and Description |
---|---|
GlobalLootModifiersTest.SmeltingEnchantmentModifier |
GlobalLootModifiersTest.SmeltingEnchantmentModifier.Serializer.read(ResourceLocation name,
com.google.gson.JsonObject json,
ILootCondition[] conditionsIn) |
GlobalLootModifiersTest.SilkTouchTestModifier |
GlobalLootModifiersTest.SilkTouchTestModifier.Serializer.read(ResourceLocation name,
com.google.gson.JsonObject json,
ILootCondition[] conditionsIn) |
GlobalLootModifiersTest.WheatSeedsConverterModifier |
GlobalLootModifiersTest.WheatSeedsConverterModifier.Serializer.read(ResourceLocation name,
com.google.gson.JsonObject object,
ILootCondition[] conditionsIn) |
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation |
CustomElytraTest.CustomElytraLayer.TEXTURE_ELYTRA |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
CustomElytraTest.CustomElytraLayer.getElytraTexture(ItemStack stack,
AbstractClientPlayerEntity entity) |
Modifier and Type | Method and Description |
---|---|
private static ResourceLocation |
ChunkWatchEventTest.getDimensionName(World w) |
Modifier and Type | Field and Description |
---|---|
ResourceLocation |
RegistryEvent.MissingMappings.Mapping.key |
private ResourceLocation |
LootTableLoadEvent.name |
private ResourceLocation |
RegistryEvent.Register.name |
private ResourceLocation |
RegistryEvent.MissingMappings.name |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,ICapabilityProvider> |
AttachCapabilitiesEvent.caps |
private java.util.Map<ResourceLocation,ICapabilityProvider> |
AttachCapabilitiesEvent.view |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
LootTableLoadEvent.getName() |
ResourceLocation |
RegistryEvent.Register.getName() |
ResourceLocation |
RegistryEvent.MissingMappings.getName() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<ResourceLocation,ICapabilityProvider> |
AttachCapabilitiesEvent.getCapabilities()
A unmodifiable view of the capabilities that will be attached to this object.
|
Modifier and Type | Method and Description |
---|---|
void |
AttachCapabilitiesEvent.addCapability(ResourceLocation key,
ICapabilityProvider cap)
Adds a capability to be attached to this object.
|
static LootTable |
ForgeEventFactory.loadLootTable(ResourceLocation name,
LootTable table,
LootTableManager lootTableManager) |
Constructor and Description |
---|
LootTableLoadEvent(ResourceLocation name,
LootTable table,
LootTableManager lootTableManager) |
Mapping(IForgeRegistry<T> registry,
IForgeRegistry<T> pool,
ResourceLocation key,
int id) |
MissingMappings(ResourceLocation name,
IForgeRegistry<T> registry,
java.util.Collection<RegistryEvent.MissingMappings.Mapping<T>> missed) |
Register(ResourceLocation name,
IForgeRegistry<T> registry) |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<ResourceLocation> |
RegisterDimensionsEvent.keys |
private java.util.Map<ResourceLocation,DimensionManager.SavedEntry> |
RegisterDimensionsEvent.missing |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ResourceLocation> |
RegisterDimensionsEvent.getMissingNames() |
Modifier and Type | Method and Description |
---|---|
DimensionManager.SavedEntry |
RegisterDimensionsEvent.getEntry(ResourceLocation key) |
Constructor and Description |
---|
RegisterDimensionsEvent(java.util.Map<ResourceLocation,DimensionManager.SavedEntry> missing) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
FluidAttributes.flowingTexture |
private ResourceLocation |
FluidAttributes.Builder.flowingTexture |
private ResourceLocation |
FluidAttributes.overlayTexture |
private ResourceLocation |
FluidAttributes.Builder.overlayTexture |
private ResourceLocation |
FluidAttributes.stillTexture |
private ResourceLocation |
FluidAttributes.Builder.stillTexture |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
FluidAttributes.getFlowingTexture() |
ResourceLocation |
FluidAttributes.getFlowingTexture(FluidStack stack) |
ResourceLocation |
FluidAttributes.getFlowingTexture(ILightReader world,
BlockPos pos) |
ResourceLocation |
FluidAttributes.getOverlayTexture() |
ResourceLocation |
FluidAttributes.getStillTexture() |
ResourceLocation |
FluidAttributes.getStillTexture(FluidStack stack) |
ResourceLocation |
FluidAttributes.getStillTexture(ILightReader world,
BlockPos pos) |
Modifier and Type | Method and Description |
---|---|
java.util.stream.Stream<ResourceLocation> |
FluidAttributes.getTextures() |
Modifier and Type | Method and Description |
---|---|
static FluidAttributes.Builder |
FluidAttributes.builder(ResourceLocation stillTexture,
ResourceLocation flowingTexture) |
static FluidAttributes.Builder |
FluidAttributes.Water.builder(ResourceLocation stillTexture,
ResourceLocation flowingTexture) |
FluidAttributes.Builder |
FluidAttributes.Builder.overlay(ResourceLocation texture) |
Constructor and Description |
---|
Builder(ResourceLocation stillTexture,
ResourceLocation flowingTexture,
java.util.function.BiFunction<FluidAttributes.Builder,Fluid,FluidAttributes> factory) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
RegistryObject.name |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
RegistryObject.getId() |
Modifier and Type | Method and Description |
---|---|
static <T extends IForgeRegistryEntry<T>,U extends T> |
RegistryObject.of(ResourceLocation name,
java.lang.Class<T> baseType,
java.lang.String modid) |
static <T extends IForgeRegistryEntry<T>,U extends T> |
RegistryObject.of(ResourceLocation name,
IForgeRegistry<T> registry) |
static <T extends IForgeRegistryEntry<T>,U extends T> |
RegistryObject.of(ResourceLocation name,
java.util.function.Supplier<java.lang.Class<? super T>> registryType) |
Constructor and Description |
---|
RegistryObject(ResourceLocation name,
java.lang.Class<V> baseType,
java.lang.String modid) |
RegistryObject(ResourceLocation name,
IForgeRegistry<V> registry) |
RegistryObject(ResourceLocation name,
java.util.function.Supplier<java.lang.Class<? super V>> registryType) |
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation |
ClientHooks.iconSheet |
Modifier and Type | Field and Description |
---|---|
private static com.google.common.collect.Table<java.lang.String,java.lang.String,java.util.Set<ResourceLocation>> |
ClientHooks.brokenTextures |
private static com.google.common.collect.SetMultimap<java.lang.String,ResourceLocation> |
ClientHooks.missingTextures |
Modifier and Type | Method and Description |
---|---|
static void |
ClientHooks.trackBrokenTexture(ResourceLocation resourceLocation,
java.lang.String error) |
static void |
ClientHooks.trackMissingTexture(ResourceLocation resourceLocation) |
Modifier and Type | Method and Description |
---|---|
static void |
GuiUtils.drawContinuousTexturedBox(ResourceLocation res,
int x,
int y,
int u,
int v,
int width,
int height,
int textureWidth,
int textureHeight,
int borderSize,
float zLevel)
Draws a textured box of any size (smallest size is borderSize * 2 square) based on a fixed size textured box with continuous borders
and filler.
|
static void |
GuiUtils.drawContinuousTexturedBox(ResourceLocation res,
int x,
int y,
int u,
int v,
int width,
int height,
int textureWidth,
int textureHeight,
int topBorder,
int bottomBorder,
int leftBorder,
int rightBorder,
float zLevel)
Draws a textured box of any size (smallest size is borderSize * 2 square) based on a fixed size textured box with continuous borders
and filler.
|
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
ModListScreen.InfoPanel.logoPath |
Modifier and Type | Method and Description |
---|---|
(package private) void |
ModListScreen.InfoPanel.setInfo(java.util.List<java.lang.String> lines,
ResourceLocation logoPath,
Size2i logoDims) |
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation |
ModListWidget.VERSION_CHECK_ICONS |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Class<? extends Entity>,ResourceLocation> |
ClientRegistry.entityShaderMap |
Modifier and Type | Method and Description |
---|---|
static ResourceLocation |
ClientRegistry.getEntityShader(java.lang.Class<? extends Entity> entityClass) |
Modifier and Type | Method and Description |
---|---|
static void |
ClientRegistry.registerEntityShader(java.lang.Class<? extends Entity> entityClass,
ResourceLocation shader)
Register a shader for an entity.
|
Modifier and Type | Field and Description |
---|---|
ResourceLocation |
FMLModIdMappingEvent.ModRemapping.key |
ResourceLocation |
FMLModIdMappingEvent.ModRemapping.registry |
Modifier and Type | Field and Description |
---|---|
private com.google.common.collect.ImmutableSet<ResourceLocation> |
FMLModIdMappingEvent.keys |
private java.util.Map<ResourceLocation,com.google.common.collect.ImmutableList<FMLModIdMappingEvent.ModRemapping>> |
FMLModIdMappingEvent.remaps |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSet<ResourceLocation> |
FMLModIdMappingEvent.getRegistries() |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<FMLModIdMappingEvent.ModRemapping> |
FMLModIdMappingEvent.getRemaps(ResourceLocation registry) |
Constructor and Description |
---|
ModRemapping(ResourceLocation registry,
ResourceLocation key,
int oldId,
int newId) |
Constructor and Description |
---|
FMLModIdMappingEvent(java.util.Map<ResourceLocation,java.util.Map<ResourceLocation,java.lang.Integer[]>> remaps,
boolean isFrozen) |
FMLModIdMappingEvent(java.util.Map<ResourceLocation,java.util.Map<ResourceLocation,java.lang.Integer[]>> remaps,
boolean isFrozen) |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
NetworkRegistry.LoginPayload.channelName
A channel which will receive a
NetworkEvent.LoginPayloadEvent from the FMLLoginWrapper |
private ResourceLocation |
NetworkRegistry.ChannelBuilder.channelName |
private ResourceLocation |
NetworkInstance.channelName |
private ResourceLocation |
FMLPlayMessages.DimensionInfoMessage.dimName |
(package private) static ResourceLocation |
FMLNetworkConstants.FML_HANDSHAKE_RESOURCE |
(package private) static ResourceLocation |
FMLNetworkConstants.FML_PLAY_RESOURCE |
(package private) static ResourceLocation |
FMLNetworkConstants.MC_REGISTER_RESOURCE |
(package private) static ResourceLocation |
FMLNetworkConstants.MC_UNREGISTER_RESOURCE |
private ResourceLocation |
FMLPlayMessages.DimensionInfoMessage.modDimensionName |
private ResourceLocation |
FMLHandshakeMessages.S2CRegistry.registryName |
(package private) static ResourceLocation |
FMLLoginWrapper.WRAPPER |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,org.apache.commons.lang3.tuple.Pair<java.lang.String,java.lang.Boolean>> |
FMLStatusPing.channels |
private java.util.Map<ResourceLocation,java.lang.String> |
FMLHandshakeMessages.S2CModList.channels |
private java.util.Map<ResourceLocation,java.lang.String> |
FMLHandshakeMessages.C2SModListReply.channels |
private java.util.function.BiFunction<org.apache.commons.lang3.tuple.Pair<PacketBuffer,java.lang.Integer>,ResourceLocation,ICustomPacket<?>> |
PacketDispatcher.NetworkManagerDispatcher.customPacketSupplier |
private static java.util.Map<ResourceLocation,NetworkInstance> |
NetworkRegistry.instances |
private java.util.Set<ResourceLocation> |
FMLMCRegisterPacketHandler.ChannelList.locations |
(package private) java.util.function.BiConsumer<ResourceLocation,PacketBuffer> |
PacketDispatcher.packetSink |
private java.util.List<ResourceLocation> |
FMLHandshakeMessages.S2CModList.registries |
private java.util.Map<ResourceLocation,java.lang.String> |
FMLHandshakeMessages.C2SModListReply.registries |
private java.util.Set<ResourceLocation> |
FMLHandshakeHandler.registriesToReceive |
private java.util.Map<ResourceLocation,java.lang.String> |
FMLHandshakeHandler.registryHashes |
private java.util.Map<ResourceLocation,ForgeRegistry.Snapshot> |
FMLHandshakeHandler.registrySnapshots |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
NetworkRegistry.LoginPayload.getChannelName() |
ResourceLocation |
NetworkInstance.getChannelName() |
default ResourceLocation |
ICustomPacket.getName() |
ResourceLocation |
FMLHandshakeMessages.S2CRegistry.getRegistryName() |
Modifier and Type | Method and Description |
---|---|
(package private) static java.util.Map<ResourceLocation,java.lang.String> |
NetworkRegistry.buildChannelVersions()
Construct the Map representation of the channel list, for use during login handshaking
|
(package private) static java.util.Map<ResourceLocation,org.apache.commons.lang3.tuple.Pair<java.lang.String,java.lang.Boolean>> |
NetworkRegistry.buildChannelVersionsForListPing()
Construct the Map representation of the channel list, for the client to check against during list ping
|
private java.util.Set<ResourceLocation> |
FMLMCRegisterPacketHandler.ChannelList.bytesToResLocation(byte[] all) |
java.util.Map<ResourceLocation,java.lang.String> |
FMLHandshakeMessages.S2CModList.getChannels() |
java.util.Map<ResourceLocation,java.lang.String> |
FMLHandshakeMessages.C2SModListReply.getChannels() |
java.util.List<ResourceLocation> |
FMLHandshakeMessages.S2CModList.getRegistries() |
java.util.Map<ResourceLocation,java.lang.String> |
FMLHandshakeMessages.C2SModListReply.getRegistries() |
java.util.Map<ResourceLocation,org.apache.commons.lang3.tuple.Pair<java.lang.String,java.lang.Boolean>> |
FMLStatusPing.getRemoteChannels() |
Modifier and Type | Method and Description |
---|---|
void |
NetworkEvent.GatherLoginPayloadsEvent.add(PacketBuffer buffer,
ResourceLocation channelName,
java.lang.String context) |
(package private) static void |
NetworkHooks.addCachedDimensionType(DimensionType dimensionType,
ResourceLocation dimName) |
<T extends IPacket<?>> |
NetworkDirection.buildPacket(org.apache.commons.lang3.tuple.Pair<PacketBuffer,java.lang.Integer> packetData,
ResourceLocation channelName) |
private static NetworkInstance |
NetworkRegistry.createInstance(ResourceLocation name,
java.util.function.Supplier<java.lang.String> networkProtocolVersion,
java.util.function.Predicate<java.lang.String> clientAcceptedVersions,
java.util.function.Predicate<java.lang.String> serverAcceptedVersions)
Creates the internal
NetworkInstance that tracks the channel data. |
private void |
PacketDispatcher.NetworkManagerDispatcher.dispatchPacket(ResourceLocation resourceLocation,
PacketBuffer buffer) |
(package private) static java.util.Optional<NetworkInstance> |
NetworkRegistry.findTarget(ResourceLocation resourceLocation)
Find the
NetworkInstance , if possible |
static NetworkRegistry.ChannelBuilder |
NetworkRegistry.ChannelBuilder.named(ResourceLocation channelName)
The name of the channel.
|
static EventNetworkChannel |
NetworkRegistry.newEventChannel(ResourceLocation name,
java.util.function.Supplier<java.lang.String> networkProtocolVersion,
java.util.function.Predicate<java.lang.String> clientAcceptedVersions,
java.util.function.Predicate<java.lang.String> serverAcceptedVersions)
Create a new
EventNetworkChannel . |
static SimpleChannel |
NetworkRegistry.newSimpleChannel(ResourceLocation name,
java.util.function.Supplier<java.lang.String> networkProtocolVersion,
java.util.function.Predicate<java.lang.String> clientAcceptedVersions,
java.util.function.Predicate<java.lang.String> serverAcceptedVersions)
Create a new
SimpleChannel . |
void |
PacketDispatcher.sendPacket(ResourceLocation resourceLocation,
PacketBuffer buffer) |
(package private) void |
FMLLoginWrapper.sendServerToClientLoginPacket(ResourceLocation resourceLocation,
PacketBuffer buffer,
int index,
NetworkManager manager) |
default void |
ICustomPacket.setName(ResourceLocation channelName) |
private PacketBuffer |
FMLLoginWrapper.wrapPacket(ResourceLocation rl,
PacketBuffer buf) |
Modifier and Type | Method and Description |
---|---|
void |
FMLMCRegisterPacketHandler.addChannels(java.util.Set<ResourceLocation> locations,
NetworkManager manager) |
static boolean |
NetworkRegistry.checkListPingCompatibilityForClient(java.util.Map<ResourceLocation,org.apache.commons.lang3.tuple.Pair<java.lang.String,java.lang.Boolean>> incoming) |
private static boolean |
NetworkRegistry.validateChannels(java.util.Map<ResourceLocation,java.lang.String> incoming,
java.lang.String originName,
java.util.function.BiFunction<NetworkInstance,java.lang.String,java.lang.Boolean> testFunction)
Tests if the map matches with the supplied predicate tester
|
(package private) static boolean |
NetworkRegistry.validateClientChannels(java.util.Map<ResourceLocation,java.lang.String> channels)
Validate the channels from the server on the client.
|
(package private) static boolean |
NetworkRegistry.validateServerChannels(java.util.Map<ResourceLocation,java.lang.String> channels)
Validate the channels from the client on the server.
|
Constructor and Description |
---|
DimensionInfoMessage(int dimId,
ResourceLocation dimname,
ResourceLocation modDimensionName,
boolean skylight,
PacketBuffer extraData) |
LoginPayload(PacketBuffer buffer,
ResourceLocation channelName,
java.lang.String messageContext) |
NetworkInstance(ResourceLocation channelName,
java.util.function.Supplier<java.lang.String> networkProtocolVersion,
java.util.function.Predicate<java.lang.String> clientAcceptedVersions,
java.util.function.Predicate<java.lang.String> serverAcceptedVersions) |
S2CRegistry(ResourceLocation name,
ForgeRegistry.Snapshot snapshot) |
Constructor and Description |
---|
C2SModListReply(java.util.List<java.lang.String> mods,
java.util.Map<ResourceLocation,java.lang.String> channels,
java.util.Map<ResourceLocation,java.lang.String> registries) |
C2SModListReply(java.util.List<java.lang.String> mods,
java.util.Map<ResourceLocation,java.lang.String> channels,
java.util.Map<ResourceLocation,java.lang.String> registries) |
FMLStatusPing(java.util.Map<ResourceLocation,org.apache.commons.lang3.tuple.Pair<java.lang.String,java.lang.Boolean>> deserialized,
java.util.Map<java.lang.String,java.lang.String> modMarkers,
int fmlNetVer) |
NetworkManagerDispatcher(NetworkManager manager,
int packetIndex,
java.util.function.BiFunction<org.apache.commons.lang3.tuple.Pair<PacketBuffer,java.lang.Integer>,ResourceLocation,ICustomPacket<?>> customPacketSupplier) |
PacketDispatcher(java.util.function.BiConsumer<ResourceLocation,PacketBuffer> packetSink) |
S2CModList(java.util.List<java.lang.String> mods,
java.util.Map<ResourceLocation,java.lang.String> channels,
java.util.List<ResourceLocation> registries) |
S2CModList(java.util.List<java.lang.String> mods,
java.util.Map<ResourceLocation,java.lang.String> channels,
java.util.List<ResourceLocation> registries) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ResourceLocation> |
DelegatingResourcePack.getAllResourceLocations(ResourcePackType type,
java.lang.String pathIn,
java.lang.String pathIn2,
int maxDepth,
java.util.function.Predicate<java.lang.String> filter) |
java.util.Collection<ResourceLocation> |
ModFileResourcePack.getAllResourceLocations(ResourcePackType type,
java.lang.String resourceNamespace,
java.lang.String pathIn,
int maxDepth,
java.util.function.Predicate<java.lang.String> filter) |
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
ModFileResourcePack.getResourceStream(ResourcePackType type,
ResourceLocation location) |
boolean |
ModFileResourcePack.resourceExists(ResourcePackType type,
ResourceLocation location) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,ResourceLocation> |
ForgeRegistry.aliases |
private java.util.Map<ResourceLocation,ResourceLocation> |
ForgeRegistry.aliases |
java.util.Map<ResourceLocation,ResourceLocation> |
ForgeRegistry.Snapshot.aliases |
java.util.Map<ResourceLocation,ResourceLocation> |
ForgeRegistry.Snapshot.aliases |
java.util.Set<ResourceLocation> |
ForgeRegistry.Snapshot.dummied |
private java.util.Set<ResourceLocation> |
ForgeRegistry.dummies |
java.util.Map<ResourceLocation,java.lang.Integer> |
ForgeRegistry.Snapshot.ids |
private java.util.Set<ResourceLocation> |
ClearableRegistry.keys |
private java.util.Map<ResourceLocation,java.util.Set<T>> |
ClearableRegistry.known |
private java.util.Map<ResourceLocation,ResourceLocation> |
RegistryManager.legacyNames |
private java.util.Map<ResourceLocation,ResourceLocation> |
RegistryManager.legacyNames |
private java.util.Set<ResourceLocation> |
RegistryBuilder.legacyNames |
private static java.util.function.BiConsumer<ResourceLocation,ForgeRegistry<?>> |
GameData.LOCK_VANILLA |
private com.google.common.collect.BiMap<ResourceLocation,T> |
ClearableRegistry.map |
private com.google.common.collect.BiMap<ResourceLocation,V> |
ForgeRegistry.names |
private static java.util.Set<java.util.function.Consumer<java.util.function.Predicate<ResourceLocation>>> |
ObjectHolderRegistry.objectHolders |
private com.google.common.collect.Multimap<ResourceLocation,V> |
ForgeRegistry.overrides |
java.util.Map<ResourceLocation,java.lang.String> |
ForgeRegistry.Snapshot.overrides |
private java.util.Set<ResourceLocation> |
RegistryManager.persisted |
(package private) com.google.common.collect.BiMap<ResourceLocation,ForgeRegistry<? extends IForgeRegistryEntry<?>>> |
RegistryManager.registries |
(package private) java.util.Map<ResourceLocation,?> |
ForgeRegistry.slaves |
private com.google.common.collect.BiMap<java.lang.Class<? extends IForgeRegistryEntry<?>>,ResourceLocation> |
RegistryManager.superTypes |
private java.util.Set<ResourceLocation> |
RegistryManager.synced |
Modifier and Type | Method and Description |
---|---|
static ResourceLocation |
GameData.checkPrefix(java.lang.String name,
boolean warnOverrides)
Check a name for a domain prefix, and if not present infer it from the
current active mod container.
|
ResourceLocation |
RegistryBuilder.getDefault() |
ResourceLocation |
IForgeRegistry.getDefaultKey() |
ResourceLocation |
NamespacedDefaultedWrapper.getDefaultKey() |
ResourceLocation |
ForgeRegistry.getDefaultKey() |
ResourceLocation |
ClearableRegistry.getKey(T value) |
ResourceLocation |
NamespacedWrapper.getKey(T value) |
ResourceLocation |
NamespacedDefaultedWrapper.getKey(T value) |
ResourceLocation |
IForgeRegistry.getKey(V value) |
ResourceLocation |
ForgeRegistry.getKey(V value) |
<V extends IForgeRegistryEntry<V>> |
RegistryManager.getName(IForgeRegistry<V> reg) |
ResourceLocation |
IForgeRegistryEntry.getRegistryName()
A unique identifier for this entry, if this entry is registered already it will return it's official registry name.
|
ResourceLocation |
IForgeRegistry.getRegistryName() |
ResourceLocation |
ForgeRegistryEntry.getRegistryName() |
ResourceLocation |
ForgeRegistry.getRegistryName() |
ResourceLocation |
IRegistryDelegate.name()
Get the unique resource location for this delegate.
|
ResourceLocation |
RegistryDelegate.name() |
<V extends IForgeRegistryEntry<V>> |
RegistryManager.updateLegacyName(ResourceLocation legacyName) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.util.Map.Entry<ResourceLocation,V>> |
IForgeRegistry.getEntries() |
java.util.Set<java.util.Map.Entry<ResourceLocation,V>> |
ForgeRegistry.getEntries() |
java.util.Set<ResourceLocation> |
IForgeRegistry.getKeys() |
java.util.Set<ResourceLocation> |
ForgeRegistry.getKeys() |
java.util.Set<ResourceLocation> |
RegistryBuilder.getLegacyNames() |
(package private) java.util.Map<ResourceLocation,java.lang.String> |
ForgeRegistry.getOverrideOwners() |
static java.util.List<ResourceLocation> |
RegistryManager.getRegistryNamesForSyncToClient() |
static com.google.common.collect.Multimap<ResourceLocation,ResourceLocation> |
GameData.injectSnapshot(java.util.Map<ResourceLocation,ForgeRegistry.Snapshot> snapshot,
boolean injectFrozenData,
boolean isLocalWorld) |
static com.google.common.collect.Multimap<ResourceLocation,ResourceLocation> |
GameData.injectSnapshot(java.util.Map<ResourceLocation,ForgeRegistry.Snapshot> snapshot,
boolean injectFrozenData,
boolean isLocalWorld) |
java.util.Set<ResourceLocation> |
ClearableRegistry.keySet() |
java.util.Set<ResourceLocation> |
NamespacedWrapper.keySet() |
java.util.Set<ResourceLocation> |
NamespacedDefaultedWrapper.keySet() |
java.util.Map<ResourceLocation,ForgeRegistry.Snapshot> |
RegistryManager.takeSnapshot(boolean savingToDisc) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
ForgeRegistry.addAlias(ResourceLocation from,
ResourceLocation to) |
(package private) void |
ForgeRegistry.addDummy(ResourceLocation key) |
private void |
RegistryManager.addLegacyName(ResourceLocation legacyName,
ResourceLocation name) |
boolean |
ClearableRegistry.containsKey(ResourceLocation key) |
boolean |
IForgeRegistry.containsKey(ResourceLocation key) |
boolean |
NamespacedWrapper.containsKey(ResourceLocation key) |
boolean |
NamespacedDefaultedWrapper.containsKey(ResourceLocation key) |
boolean |
ForgeRegistry.containsKey(ResourceLocation key) |
V |
IForgeRegistry.DummyFactory.createDummy(ResourceLocation key) |
Block |
GameData.BlockCallbacks.createDummy(ResourceLocation key) |
V |
IForgeRegistry.MissingFactory.createMissing(ResourceLocation key,
boolean isNetwork) |
(package private) <V extends IForgeRegistryEntry<V>> |
RegistryManager.createRegistry(ResourceLocation name,
RegistryBuilder<V> builder) |
(package private) void |
ForgeRegistry.dump(ResourceLocation name) |
private static void |
GameData.forceRegistryName(IForgeRegistryEntry<?> entry,
ResourceLocation name) |
int |
ForgeRegistry.getID(ResourceLocation name) |
private int |
ForgeRegistry.getIDRaw(ResourceLocation name) |
RegistryEvent.MissingMappings<?> |
ForgeRegistry.getMissingEvent(ResourceLocation name,
java.util.Map<ResourceLocation,java.lang.Integer> map) |
T |
ClearableRegistry.getOrDefault(ResourceLocation key) |
T |
NamespacedWrapper.getOrDefault(ResourceLocation name) |
T |
NamespacedDefaultedWrapper.getOrDefault(ResourceLocation name) |
V |
ForgeRegistry.getRaw(ResourceLocation key) |
(package private) RegistryEvent.Register<V> |
ForgeRegistry.getRegisterEvent(ResourceLocation name) |
<V extends IForgeRegistryEntry<V>> |
RegistryManager.getRegistry(ResourceLocation key) |
<V extends IForgeRegistryEntry<V>> |
RegistryManager.getRegistry(ResourceLocation key,
RegistryManager other) |
<T> T |
IForgeRegistry.getSlaveMap(ResourceLocation slaveMapName,
java.lang.Class<T> type)
Retrieve the slave map of type T from the registry.
|
<T> T |
ForgeRegistry.getSlaveMap(ResourceLocation name,
java.lang.Class<T> type) |
<V extends IForgeRegistryEntry<V>> |
RegistryManager.getSuperType(ResourceLocation key) |
java.util.Optional<T> |
ClearableRegistry.getValue(ResourceLocation key) |
V |
IForgeRegistry.getValue(ResourceLocation key) |
java.util.Optional<T> |
NamespacedWrapper.getValue(ResourceLocation name) |
java.util.Optional<T> |
NamespacedDefaultedWrapper.getValue(ResourceLocation name) |
V |
ForgeRegistry.getValue(ResourceLocation key) |
(package private) boolean |
ForgeRegistry.isDummied(ResourceLocation key) |
RegistryBuilder<T> |
RegistryBuilder.legacyName(ResourceLocation name) |
private static <T extends IForgeRegistryEntry<T>> |
GameData.loadFrozenDataToStagingRegistry(RegistryManager STAGING,
ResourceLocation name,
java.util.Map<ResourceLocation,java.lang.Integer[]> remaps,
java.lang.Class<T> clazz) |
void |
ForgeRegistry.loadIds(java.util.Map<ResourceLocation,java.lang.Integer> ids,
java.util.Map<ResourceLocation,java.lang.String> overrides,
java.util.Map<ResourceLocation,java.lang.Integer> missing,
java.util.Map<ResourceLocation,java.lang.Integer[]> remapped,
ForgeRegistry<V> old,
ResourceLocation name) |
private static <T extends IForgeRegistryEntry<T>> |
GameData.loadPersistentDataToStagingRegistry(RegistryManager pool,
RegistryManager to,
java.util.Map<ResourceLocation,java.lang.Integer[]> remaps,
java.util.Map<ResourceLocation,java.lang.Integer> missing,
ResourceLocation name,
ForgeRegistry.Snapshot snap,
java.lang.Class<T> regType) |
private static <T extends IForgeRegistryEntry<T>> |
GameData.loadRegistry(ResourceLocation registryName,
RegistryManager from,
RegistryManager to,
java.lang.Class<T> regType,
boolean freeze) |
private static <T extends IForgeRegistryEntry<T>> |
GameData.makeRegistry(ResourceLocation name,
java.lang.Class<T> type) |
private static <T extends IForgeRegistryEntry<T>> |
GameData.makeRegistry(ResourceLocation name,
java.lang.Class<T> type,
int min,
int max) |
private static <T extends IForgeRegistryEntry<T>> |
GameData.makeRegistry(ResourceLocation name,
java.lang.Class<T> type,
ResourceLocation _default) |
(package private) boolean |
ForgeRegistry.markDummy(ResourceLocation key,
int id) |
void |
IForgeRegistry.ValidateCallback.onValidate(IForgeRegistryInternal<V> owner,
RegistryManager stage,
int id,
ResourceLocation key,
V obj) |
private static <T extends IForgeRegistryEntry<T>> |
GameData.processMissing(java.lang.Class<T> clazz,
ResourceLocation name,
RegistryManager STAGING,
RegistryEvent.MissingMappings<?> e,
java.util.Map<ResourceLocation,java.lang.Integer> missing,
java.util.Map<ResourceLocation,java.lang.Integer[]> remaps,
java.util.Collection<ResourceLocation> defaulted,
java.util.Collection<ResourceLocation> failed,
boolean injectNetworkDummies) |
(package private) void |
ForgeRegistry.processMissingEvent(ResourceLocation name,
ForgeRegistry<V> pool,
java.util.List<RegistryEvent.MissingMappings.Mapping<V>> mappings,
java.util.Map<ResourceLocation,java.lang.Integer> missing,
java.util.Map<ResourceLocation,java.lang.Integer[]> remaps,
java.util.Collection<ResourceLocation> defaulted,
java.util.Collection<ResourceLocation> failed,
boolean injectNetworkDummies) |
<V extends T> |
ClearableRegistry.register(int id,
ResourceLocation key,
V value) |
<V extends T> |
NamespacedWrapper.register(int id,
ResourceLocation key,
V value) |
<V extends T> |
NamespacedDefaultedWrapper.register(int id,
ResourceLocation key,
V value) |
<R extends T> |
NamespacedWrapper.register(ResourceLocation key,
R value) |
<V extends T> |
ClearableRegistry.register(ResourceLocation key,
V value) |
<V extends T> |
NamespacedDefaultedWrapper.register(ResourceLocation key,
V value) |
V |
IForgeRegistryModifiable.remove(ResourceLocation key) |
V |
ForgeRegistry.remove(ResourceLocation key) |
static void |
GameData.revert(RegistryManager state,
ResourceLocation registry,
boolean lock) |
RegistryBuilder<T> |
RegistryBuilder.setDefaultKey(ResourceLocation key) |
void |
RegistryDelegate.setName(ResourceLocation name) |
RegistryBuilder<T> |
RegistryBuilder.setName(ResourceLocation name) |
V |
IForgeRegistryEntry.setRegistryName(ResourceLocation name)
Sets a unique name for this Item.
|
V |
ForgeRegistryEntry.setRegistryName(ResourceLocation name) |
void |
IForgeRegistryInternal.setSlaveMap(ResourceLocation name,
java.lang.Object obj) |
void |
ForgeRegistry.setSlaveMap(ResourceLocation name,
java.lang.Object obj) |
(package private) void |
ForgeRegistry.sync(ResourceLocation name,
ForgeRegistry<V> from) |
<V extends IForgeRegistryEntry<V>> |
RegistryManager.updateLegacyName(ResourceLocation legacyName) |
(package private) void |
ForgeRegistry.validateContent(ResourceLocation registryName) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectHolderRef.accept(java.util.function.Predicate<ResourceLocation> filter) |
static void |
ObjectHolderRegistry.addHandler(java.util.function.Consumer<java.util.function.Predicate<ResourceLocation>> ref)
Exposed to allow modders to register their own notification handlers.
|
static void |
ObjectHolderRegistry.applyObjectHolders(java.util.function.Predicate<ResourceLocation> filter) |
static void |
GameData.fireRegistryEvents(java.util.function.Predicate<ResourceLocation> filter,
LifecycleEventProvider lifecycleEventProvider,
java.util.function.Consumer<LifecycleEventProvider> eventDispatcher) |
private static void |
GameData.fireRemapEvent(java.util.Map<ResourceLocation,java.util.Map<ResourceLocation,java.lang.Integer[]>> remaps,
boolean isFreezing) |
private static void |
GameData.fireRemapEvent(java.util.Map<ResourceLocation,java.util.Map<ResourceLocation,java.lang.Integer[]>> remaps,
boolean isFreezing) |
RegistryEvent.MissingMappings<?> |
ForgeRegistry.getMissingEvent(ResourceLocation name,
java.util.Map<ResourceLocation,java.lang.Integer> map) |
static com.google.common.collect.Multimap<ResourceLocation,ResourceLocation> |
GameData.injectSnapshot(java.util.Map<ResourceLocation,ForgeRegistry.Snapshot> snapshot,
boolean injectFrozenData,
boolean isLocalWorld) |
private static <T extends IForgeRegistryEntry<T>> |
GameData.loadFrozenDataToStagingRegistry(RegistryManager STAGING,
ResourceLocation name,
java.util.Map<ResourceLocation,java.lang.Integer[]> remaps,
java.lang.Class<T> clazz) |
void |
ForgeRegistry.loadIds(java.util.Map<ResourceLocation,java.lang.Integer> ids,
java.util.Map<ResourceLocation,java.lang.String> overrides,
java.util.Map<ResourceLocation,java.lang.Integer> missing,
java.util.Map<ResourceLocation,java.lang.Integer[]> remapped,
ForgeRegistry<V> old,
ResourceLocation name) |
void |
ForgeRegistry.loadIds(java.util.Map<ResourceLocation,java.lang.Integer> ids,
java.util.Map<ResourceLocation,java.lang.String> overrides,
java.util.Map<ResourceLocation,java.lang.Integer> missing,
java.util.Map<ResourceLocation,java.lang.Integer[]> remapped,
ForgeRegistry<V> old,
ResourceLocation name) |
void |
ForgeRegistry.loadIds(java.util.Map<ResourceLocation,java.lang.Integer> ids,
java.util.Map<ResourceLocation,java.lang.String> overrides,
java.util.Map<ResourceLocation,java.lang.Integer> missing,
java.util.Map<ResourceLocation,java.lang.Integer[]> remapped,
ForgeRegistry<V> old,
ResourceLocation name) |
void |
ForgeRegistry.loadIds(java.util.Map<ResourceLocation,java.lang.Integer> ids,
java.util.Map<ResourceLocation,java.lang.String> overrides,
java.util.Map<ResourceLocation,java.lang.Integer> missing,
java.util.Map<ResourceLocation,java.lang.Integer[]> remapped,
ForgeRegistry<V> old,
ResourceLocation name) |
private static <T extends IForgeRegistryEntry<T>> |
GameData.loadPersistentDataToStagingRegistry(RegistryManager pool,
RegistryManager to,
java.util.Map<ResourceLocation,java.lang.Integer[]> remaps,
java.util.Map<ResourceLocation,java.lang.Integer> missing,
ResourceLocation name,
ForgeRegistry.Snapshot snap,
java.lang.Class<T> regType) |
private static <T extends IForgeRegistryEntry<T>> |
GameData.loadPersistentDataToStagingRegistry(RegistryManager pool,
RegistryManager to,
java.util.Map<ResourceLocation,java.lang.Integer[]> remaps,
java.util.Map<ResourceLocation,java.lang.Integer> missing,
ResourceLocation name,
ForgeRegistry.Snapshot snap,
java.lang.Class<T> regType) |
private static <T extends IForgeRegistryEntry<T>> |
GameData.processMissing(java.lang.Class<T> clazz,
ResourceLocation name,
RegistryManager STAGING,
RegistryEvent.MissingMappings<?> e,
java.util.Map<ResourceLocation,java.lang.Integer> missing,
java.util.Map<ResourceLocation,java.lang.Integer[]> remaps,
java.util.Collection<ResourceLocation> defaulted,
java.util.Collection<ResourceLocation> failed,
boolean injectNetworkDummies) |
private static <T extends IForgeRegistryEntry<T>> |
GameData.processMissing(java.lang.Class<T> clazz,
ResourceLocation name,
RegistryManager STAGING,
RegistryEvent.MissingMappings<?> e,
java.util.Map<ResourceLocation,java.lang.Integer> missing,
java.util.Map<ResourceLocation,java.lang.Integer[]> remaps,
java.util.Collection<ResourceLocation> defaulted,
java.util.Collection<ResourceLocation> failed,
boolean injectNetworkDummies) |
private static <T extends IForgeRegistryEntry<T>> |
GameData.processMissing(java.lang.Class<T> clazz,
ResourceLocation name,
RegistryManager STAGING,
RegistryEvent.MissingMappings<?> e,
java.util.Map<ResourceLocation,java.lang.Integer> missing,
java.util.Map<ResourceLocation,java.lang.Integer[]> remaps,
java.util.Collection<ResourceLocation> defaulted,
java.util.Collection<ResourceLocation> failed,
boolean injectNetworkDummies) |
private static <T extends IForgeRegistryEntry<T>> |
GameData.processMissing(java.lang.Class<T> clazz,
ResourceLocation name,
RegistryManager STAGING,
RegistryEvent.MissingMappings<?> e,
java.util.Map<ResourceLocation,java.lang.Integer> missing,
java.util.Map<ResourceLocation,java.lang.Integer[]> remaps,
java.util.Collection<ResourceLocation> defaulted,
java.util.Collection<ResourceLocation> failed,
boolean injectNetworkDummies) |
(package private) void |
ForgeRegistry.processMissingEvent(ResourceLocation name,
ForgeRegistry<V> pool,
java.util.List<RegistryEvent.MissingMappings.Mapping<V>> mappings,
java.util.Map<ResourceLocation,java.lang.Integer> missing,
java.util.Map<ResourceLocation,java.lang.Integer[]> remaps,
java.util.Collection<ResourceLocation> defaulted,
java.util.Collection<ResourceLocation> failed,
boolean injectNetworkDummies) |
(package private) void |
ForgeRegistry.processMissingEvent(ResourceLocation name,
ForgeRegistry<V> pool,
java.util.List<RegistryEvent.MissingMappings.Mapping<V>> mappings,
java.util.Map<ResourceLocation,java.lang.Integer> missing,
java.util.Map<ResourceLocation,java.lang.Integer[]> remaps,
java.util.Collection<ResourceLocation> defaulted,
java.util.Collection<ResourceLocation> failed,
boolean injectNetworkDummies) |
(package private) void |
ForgeRegistry.processMissingEvent(ResourceLocation name,
ForgeRegistry<V> pool,
java.util.List<RegistryEvent.MissingMappings.Mapping<V>> mappings,
java.util.Map<ResourceLocation,java.lang.Integer> missing,
java.util.Map<ResourceLocation,java.lang.Integer[]> remaps,
java.util.Collection<ResourceLocation> defaulted,
java.util.Collection<ResourceLocation> failed,
boolean injectNetworkDummies) |
(package private) void |
ForgeRegistry.processMissingEvent(ResourceLocation name,
ForgeRegistry<V> pool,
java.util.List<RegistryEvent.MissingMappings.Mapping<V>> mappings,
java.util.Map<ResourceLocation,java.lang.Integer> missing,
java.util.Map<ResourceLocation,java.lang.Integer[]> remaps,
java.util.Collection<ResourceLocation> defaulted,
java.util.Collection<ResourceLocation> failed,
boolean injectNetworkDummies) |
static boolean |
ObjectHolderRegistry.removeHandler(java.util.function.Consumer<java.util.function.Predicate<ResourceLocation>> ref)
Removed the specified handler from the notification list.
|
Constructor and Description |
---|
ClearableRegistry(ResourceLocation name) |
ClearableRegistry(ResourceLocation name,
java.lang.Class<T> superType) |
ForgeRegistry(RegistryManager stage,
ResourceLocation name,
RegistryBuilder<V> builder) |
ObjectHolderRef(java.lang.reflect.Field field,
ResourceLocation injectedObject) |
OverrideOwner(java.lang.String owner,
ResourceLocation key) |