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, |