Uses of Class
com.mojang.datafixers.Typed
Packages that use Typed
Package
Description
-
Uses of Typed in com.mojang.datafixers
Methods in com.mojang.datafixers that return TypedModifier and TypeMethodDescription<FT> Typed<FT> Typed.getOrCreateTyped(OpticFinder<FT> optic) <FT> Typed<FT> Typed.getTyped(OpticFinder<FT> optic) Typed.out()<FT,FR> Typed <?> Typed.set(OpticFinder<FT> optic, Typed<FR> newValue) <FT,FR> Typed <?> Typed.set(OpticFinder<FT> optic, Type<FR> newType, FR newValue) <FT> Typed<?> Typed.set(OpticFinder<FT> optic, FT newValue) private <B,FT, FR> Typed <B> Typed.setCap(TypedOptic<A, B, FT, FR> field, Typed<FR> newValue) <FT,FR> Typed <?> Typed.update(OpticFinder<FT> optic, Type<FR> newType, Function<FT, FR> updater) <FT> Typed<?> Typed.update(OpticFinder<FT> optic, Function<FT, FT> updater) private <B,FT, FR> Typed <B> Typed.updateCap(TypedOptic<A, B, FT, FR> field, Function<FT, FR> updater) <FT,FR> Typed <?> Typed.updateRecursive(OpticFinder<FT> optic, Type<FR> newType, Function<FT, FR> updater) <FT> Typed<?> Typed.updateRecursive(OpticFinder<FT> optic, Function<FT, FT> updater) <FT,FR> Typed <?> Typed.updateRecursiveTyped(OpticFinder<FT> optic, Type<FR> newType, Function<Typed<?>, Typed<?>> updater) <FT> Typed<?> Typed.updateRecursiveTyped(OpticFinder<FT> optic, Function<Typed<?>, Typed<?>> updater) <FT,FR> Typed <?> Typed.updateTyped(OpticFinder<FT> optic, Type<FR> newType, Function<Typed<?>, Typed<?>> updater) <FT> Typed<?> Typed.updateTyped(OpticFinder<FT> optic, Function<Typed<?>, Typed<?>> updater) Methods in com.mojang.datafixers that return types with arguments of type TypedModifier and TypeMethodDescriptionTyped.getAllTyped(OpticFinder<FT> optic) Typed.getOptionalTyped(OpticFinder<FT> optic) Methods in com.mojang.datafixers with parameters of type TypedModifier and TypeMethodDescription<FT,FR> Typed <?> Typed.set(OpticFinder<FT> optic, Typed<FR> newValue) private <B,FT, FR> Typed <B> Typed.setCap(TypedOptic<A, B, FT, FR> field, Typed<FR> newValue) Method parameters in com.mojang.datafixers with type arguments of type TypedModifier and TypeMethodDescriptionstatic <A,B> RewriteResult <A, B> DataFix.checked(String name, Type<A> type, Type<B> newType, Function<Typed<?>, Typed<?>> function, BitSet bitSet) static <A,B> RewriteResult <A, B> DataFix.checked(String name, Type<A> type, Type<B> newType, Function<Typed<?>, Typed<?>> function, BitSet bitSet) protected <A,B> TypeRewriteRule DataFix.fixTypeEverywhereTyped(String name, Type<A> type, Type<B> newType, Function<Typed<?>, Typed<?>> function) protected <A,B> TypeRewriteRule DataFix.fixTypeEverywhereTyped(String name, Type<A> type, Type<B> newType, Function<Typed<?>, Typed<?>> function) protected <A,B> TypeRewriteRule DataFix.fixTypeEverywhereTyped(String name, Type<A> type, Type<B> newType, Function<Typed<?>, Typed<?>> function, BitSet bitSet) protected <A,B> TypeRewriteRule DataFix.fixTypeEverywhereTyped(String name, Type<A> type, Type<B> newType, Function<Typed<?>, Typed<?>> function, BitSet bitSet) protected <A> TypeRewriteRuleprotected <A> TypeRewriteRuleprotected <A> TypeRewriteRuleDataFix.fixTypeEverywhereTyped(String name, Type<A> type, Function<Typed<?>, Typed<?>> function, BitSet bitSet) protected <A> TypeRewriteRuleDataFix.fixTypeEverywhereTyped(String name, Type<A> type, Function<Typed<?>, Typed<?>> function, BitSet bitSet) <FT,FR> Typed <?> Typed.updateRecursiveTyped(OpticFinder<FT> optic, Type<FR> newType, Function<Typed<?>, Typed<?>> updater) <FT,FR> Typed <?> Typed.updateRecursiveTyped(OpticFinder<FT> optic, Type<FR> newType, Function<Typed<?>, Typed<?>> updater) <FT> Typed<?> Typed.updateRecursiveTyped(OpticFinder<FT> optic, Function<Typed<?>, Typed<?>> updater) <FT> Typed<?> Typed.updateRecursiveTyped(OpticFinder<FT> optic, Function<Typed<?>, Typed<?>> updater) <FT,FR> Typed <?> Typed.updateTyped(OpticFinder<FT> optic, Type<FR> newType, Function<Typed<?>, Typed<?>> updater) <FT,FR> Typed <?> Typed.updateTyped(OpticFinder<FT> optic, Type<FR> newType, Function<Typed<?>, Typed<?>> updater) <FT> Typed<?> Typed.updateTyped(OpticFinder<FT> optic, Function<Typed<?>, Typed<?>> updater) <FT> Typed<?> Typed.updateTyped(OpticFinder<FT> optic, Function<Typed<?>, Typed<?>> updater) -
Uses of Typed in com.mojang.datafixers.types
Methods in com.mojang.datafixers.types that return types with arguments of type TypedModifier and TypeMethodDescriptionType.pointTyped(DynamicOps<?> ops) <T> DataResult<Pair<Typed<A>, T>> <T> DataResult<Pair<Typed<A>, T>> Type.readTyped(DynamicOps<T> ops, T input) Methods in com.mojang.datafixers.types with parameters of type Typed -
Uses of Typed in com.mojang.datafixers.types.templates
Methods in com.mojang.datafixers.types.templates that return types with arguments of type Typed -
Uses of Typed in net.minecraft.util
Methods in net.minecraft.util that return TypedModifier and TypeMethodDescriptionstatic <T> Typed<T> Util.readTypedOrThrow(Type<T> type, Dynamic<?> dynamic) static <T> Typed<T> Util.readTypedOrThrow(Type<T> type, Dynamic<?> dynamic, boolean acceptPartial) static <A,B> Typed <B> Util.writeAndReadTypedOrThrow(Typed<A> typed, Type<B> newType, UnaryOperator<Dynamic<?>> function) Methods in net.minecraft.util with parameters of type TypedModifier and TypeMethodDescriptionstatic <A,B> Typed <B> Util.writeAndReadTypedOrThrow(Typed<A> typed, Type<B> newType, UnaryOperator<Dynamic<?>> function) -
Uses of Typed in net.minecraft.util.datafix
Methods in net.minecraft.util.datafix that return TypedModifier and TypeMethodDescriptionstatic <T,R> Typed <R> static <T> Typed<T> ExtraDataFixUtils.cast(Type<T> type, Object value, DynamicOps<?> ops) static <T> Typed<?> ExtraDataFixUtils.readAndSet(Typed<?> target, OpticFinder<T> optic, Dynamic<?> value) Methods in net.minecraft.util.datafix that return types with arguments of type TypedModifier and TypeMethodDescriptionExtraDataFixUtils.chainAllFilters(Function<Typed<?>, Typed<?>>... fixers) ExtraDataFixUtils.chainAllFilters(Function<Typed<?>, Typed<?>>... fixers) Methods in net.minecraft.util.datafix with parameters of type TypedModifier and TypeMethodDescriptionstatic <T,R> Typed <R> static <T> Typed<?> ExtraDataFixUtils.readAndSet(Typed<?> target, OpticFinder<T> optic, Dynamic<?> value) -
Uses of Typed in net.minecraft.util.datafix.fixes
Subinterfaces with type arguments of type Typed in net.minecraft.util.datafix.fixesModifier and TypeInterfaceDescriptionprivate static interfaceprivate static interfaceMethods in net.minecraft.util.datafix.fixes that return TypedModifier and TypeMethodDescriptionprivate static Typed<?> private static Typed<?> VillagerRebuildLevelAndXpFix.addXpFromLevel(Typed<?> villager, int level) ChunkRenamesFix.appendChunkName(Typed<A> input) default Typed<?> private static <T> Typed<T> FixProjectileStoredItem.castUnchecked(Typed<?> input, Type<T> outputType) private Typed<?> EntityZombieSplitFix.changeSchemaToZombieVillager(Typed<?> entity, int profession) protected Typed<?> protected Typed<?> private Typed<?> BannerEntityCustomNameToOverrideComponentFix.fix(Typed<?> input, OpticFinder<Pair<String, String>> textComponentFinder, OpticFinder<?> customNameFinder) protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected abstract Typed<?> protected Typed<?> private Typed<?> OminousBannerRarityFix.fix(Typed<?> input, OpticFinder<?> componentsFieldFinder, OpticFinder<?> itemNameFinder, OpticFinder<Pair<String, String>> textComponentFinder) protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> private static Typed<?> TooltipDisplayComponentFix.fix(Typed<?> typed, OpticFinder<?> canPlaceOnFinder, OpticFinder<?> canBreakFinder, Type<?> newCanPlaceOnType, Type<?> newCanBreakType) protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> private static Typed<?> TooltipDisplayComponentFix.fixAdventureModePredicate(Typed<?> typedComponents, OpticFinder<?> componentFinder, Type<?> newType, String componentId, Set<String> hiddenTooltips) private static <T> Typed<T> private static <T> Typed<T> private static Typed<?> ContainerBlockEntityLockPredicateFix.fixBlockEntity(Typed<?> entity) private static Typed<?> private static <T> Typed<T> ItemStackCustomNameToOverrideComponentFix.fixCustomName(Typed<T> typed, Predicate<String> expectedTranslationKey) private Typed<?> AttributesRenameFix.fixDataComponents(Typed<?> components) private static Typed<?> private Typed<?> private Typed<?> private static <T> Typed<?> EntityCustomNameToComponentFix.fixEntity(Typed<?> entity, Type<?> newEntityType, OpticFinder<String> idF, OpticFinder<String> customNameF, Type<T> newCustomNameType) private static Typed<?> private Typed<?> private Typed<?> AttributesRenameLegacy.fixItemStackTag(Typed<?> itemStack) protected Typed<?> FilteredBooksFix.fixItemStackTag(Typed<?> tag) protected abstract Typed<?> ItemStackTagFix.fixItemStackTag(Typed<?> tag) protected final Typed<?> ItemStackTagRemainderFix.fixItemStackTag(Typed<?> tag) protected Typed<?> OminousBannerRenameFix.fixItemStackTag(Typed<?> tag) protected Typed<?> WrittenBookPagesStrictJsonFix.fixItemStackTag(Typed<?> tag) private static <T> Typed<T> private static <T> Typed<T> FixProjectileStoredItem.fixSpectralArrow(Typed<?> typed, Type<T> outputType) private <A> Typed<A> EntityRenameFix.getEntity(Object input, DynamicOps<?> ops, Type<A> oldEntityType) private Typed<?> RemoveBlockEntityTagFix.removeBlockEntity(Typed<?> tag, OpticFinder<?> blockEntityF, OpticFinder<String> blockEntityIdF, String blockEntityFieldName) private static Typed<?> ChunkRenamesFix.renameField(Typed<?> input, String oldName, String newName) private static <A> Typed<?> ChunkRenamesFix.renameFieldHelper(Typed<?> input, String oldName, String newName, Type<A> fieldType) private Typed<?> EntityBlockStateFix.updateBlockToBlockState(Typed<?> input, String oldFieldName, String dataName, String newFieldName) private Typed<?> AbstractArrowPickupFix.updateEntity(Typed<?> input, String name, Function<Dynamic<?>, Dynamic<?>> function) private Typed<?> private Typed<?> EntityProjectileOwnerFix.updateEntity(Typed<?> input, String name, Function<Dynamic<?>, Dynamic<?>> function) private Typed<?> EntityBlockStateFix.updateFallingBlock(Typed<?> input) private <R> Typed<?> FurnaceRecipeFix.updateFurnaceContents(Type<R> recipeType, Type<Pair<Either<Pair<List<Pair<R, Integer>>, Dynamic<?>>, Unit>, Dynamic<?>>> replacedType, Typed<?> input) private Typed<?> BitStorageAlignFix.updateHeightmaps(Typed<?> level) private Typed<?> VillagerTradeFix.updateItemStack(OpticFinder<Pair<String, String>> idF, Typed<?> itemStack) protected Typed<?> AbstractUUIDFix.updateNamedChoice(Typed<?> input, String name, Function<Dynamic<?>, Dynamic<?>> function) private Typed<?> MobEffectIdFix.updateNamedChoice(Typed<?> input, DSL.TypeReference typeReference, String name, Function<Dynamic<?>, Dynamic<?>> function) private Typed<?> AbstractArrowPickupFix.updateProjectiles(Typed<?> input) private Typed<?> EntityProjectileOwnerFix.updateProjectiles(Typed<?> input) private static Typed<?> BitStorageAlignFix.updateSections(OpticFinder<?> sectionsFinder, OpticFinder<?> sectionFinder, OpticFinder<List<Pair<String, Dynamic<?>>>> paletteFinder, Typed<?> level) private <T> Typed<T> SpawnerDataFix.wrapEntityToSpawnData(Type<T> newType, Typed<?> spawnData) private <T> Typed<T> SpawnerDataFix.wrapSpawnPotentialsToWeightedEntries(Type<T> newType, Typed<?> spawnPotentials) Typed<?> Methods in net.minecraft.util.datafix.fixes that return types with arguments of type TypedModifier and TypeMethodDescriptionstatic UnaryOperator<Typed<?>> ItemStackTagFix.createFixer(Type<?> itemStackType, Predicate<String> idFilter, UnaryOperator<Typed<?>> fixer) FixProjectileStoredItem.fixChoice(String entityName, FixProjectileStoredItem.SubFixer<?> fixer) FixProjectileStoredItem.fixChoice(String entityName, FixProjectileStoredItem.SubFixer<?> fixer) FixProjectileStoredItem.fixChoiceCap(String entityName, FixProjectileStoredItem.SubFixer<?> fixer, Type<?> inputEntityChoiceType, Type<T> outputEntityChoiceType) FixProjectileStoredItem.fixChoiceCap(String entityName, FixProjectileStoredItem.SubFixer<?> fixer, Type<?> inputEntityChoiceType, Type<T> outputEntityChoiceType) ProjectileStoredWeaponFix.fixChoiceCap(String entityName, Type<?> inputEntityChoiceType, Type<T> outputEntityChoiceType) ProjectileStoredWeaponFix.fixChoiceCap(String entityName, Type<?> inputEntityChoiceType, Type<T> outputEntityChoiceType) Methods in net.minecraft.util.datafix.fixes with parameters of type TypedModifier and TypeMethodDescriptionprivate static Typed<?> private static Typed<?> VillagerRebuildLevelAndXpFix.addXpFromLevel(Typed<?> villager, int level) ChunkRenamesFix.appendChunkName(Typed<A> input) default Typed<?> private static <T> Typed<T> FixProjectileStoredItem.castUnchecked(Typed<?> input, Type<T> outputType) private Typed<?> EntityZombieSplitFix.changeSchemaToZombieVillager(Typed<?> entity, int profession) protected Typed<?> protected Typed<?> private Typed<?> BannerEntityCustomNameToOverrideComponentFix.fix(Typed<?> input, OpticFinder<Pair<String, String>> textComponentFinder, OpticFinder<?> customNameFinder) protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected abstract Typed<?> protected Typed<?> private Typed<?> OminousBannerRarityFix.fix(Typed<?> input, OpticFinder<?> componentsFieldFinder, OpticFinder<?> itemNameFinder, OpticFinder<Pair<String, String>> textComponentFinder) protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> private static Typed<?> TooltipDisplayComponentFix.fix(Typed<?> typed, OpticFinder<?> canPlaceOnFinder, OpticFinder<?> canBreakFinder, Type<?> newCanPlaceOnType, Type<?> newCanBreakType) protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> protected Typed<?> private static Typed<?> TooltipDisplayComponentFix.fixAdventureModePredicate(Typed<?> typedComponents, OpticFinder<?> componentFinder, Type<?> newType, String componentId, Set<String> hiddenTooltips) private static <T> Typed<T> private static <T> Typed<T> private static Typed<?> ContainerBlockEntityLockPredicateFix.fixBlockEntity(Typed<?> entity) private static Typed<?> private static <T> Typed<T> ItemStackCustomNameToOverrideComponentFix.fixCustomName(Typed<T> typed, Predicate<String> expectedTranslationKey) private Typed<?> AttributesRenameFix.fixDataComponents(Typed<?> components) private static Typed<?> private Typed<?> private Typed<?> private static <T> Typed<?> EntityCustomNameToComponentFix.fixEntity(Typed<?> entity, Type<?> newEntityType, OpticFinder<String> idF, OpticFinder<String> customNameF, Type<T> newCustomNameType) private static Typed<?> private Typed<?> private Typed<?> AttributesRenameLegacy.fixItemStackTag(Typed<?> itemStack) protected Typed<?> FilteredBooksFix.fixItemStackTag(Typed<?> tag) protected abstract Typed<?> ItemStackTagFix.fixItemStackTag(Typed<?> tag) protected final Typed<?> ItemStackTagRemainderFix.fixItemStackTag(Typed<?> tag) protected Typed<?> OminousBannerRenameFix.fixItemStackTag(Typed<?> tag) protected Typed<?> WrittenBookPagesStrictJsonFix.fixItemStackTag(Typed<?> tag) private static <T> Typed<T> private static <T> Typed<T> FixProjectileStoredItem.fixSpectralArrow(Typed<?> typed, Type<T> outputType) private static <T> Dynamic<T> ChunkRenamesFix.mergeRemainders(Typed<?> chunk, Dynamic<T> levelRemainder) private Typed<?> RemoveBlockEntityTagFix.removeBlockEntity(Typed<?> tag, OpticFinder<?> blockEntityF, OpticFinder<String> blockEntityIdF, String blockEntityFieldName) private static Typed<?> ChunkRenamesFix.renameField(Typed<?> input, String oldName, String newName) private static <A> Typed<?> ChunkRenamesFix.renameFieldHelper(Typed<?> input, String oldName, String newName, Type<A> fieldType) private Typed<?> EntityBlockStateFix.updateBlockToBlockState(Typed<?> input, String oldFieldName, String dataName, String newFieldName) private Typed<?> AbstractArrowPickupFix.updateEntity(Typed<?> input, String name, Function<Dynamic<?>, Dynamic<?>> function) private Typed<?> private Typed<?> EntityProjectileOwnerFix.updateEntity(Typed<?> input, String name, Function<Dynamic<?>, Dynamic<?>> function) private Typed<?> EntityBlockStateFix.updateFallingBlock(Typed<?> input) private <R> Typed<?> FurnaceRecipeFix.updateFurnaceContents(Type<R> recipeType, Type<Pair<Either<Pair<List<Pair<R, Integer>>, Dynamic<?>>, Unit>, Dynamic<?>>> replacedType, Typed<?> input) private Typed<?> BitStorageAlignFix.updateHeightmaps(Typed<?> level) private Typed<?> VillagerTradeFix.updateItemStack(OpticFinder<Pair<String, String>> idF, Typed<?> itemStack) protected Typed<?> AbstractUUIDFix.updateNamedChoice(Typed<?> input, String name, Function<Dynamic<?>, Dynamic<?>> function) private Typed<?> MobEffectIdFix.updateNamedChoice(Typed<?> input, DSL.TypeReference typeReference, String name, Function<Dynamic<?>, Dynamic<?>> function) private Typed<?> AbstractArrowPickupFix.updateProjectiles(Typed<?> input) private Typed<?> EntityProjectileOwnerFix.updateProjectiles(Typed<?> input) private static Typed<?> BitStorageAlignFix.updateSections(OpticFinder<?> sectionsFinder, OpticFinder<?> sectionFinder, OpticFinder<List<Pair<String, Dynamic<?>>>> paletteFinder, Typed<?> level) private <T> Typed<T> SpawnerDataFix.wrapEntityToSpawnData(Type<T> newType, Typed<?> spawnData) private <T> Typed<T> SpawnerDataFix.wrapSpawnPotentialsToWeightedEntries(Type<T> newType, Typed<?> spawnPotentials) Typed<?> Method parameters in net.minecraft.util.datafix.fixes with type arguments of type TypedModifier and TypeMethodDescriptionstatic UnaryOperator<Typed<?>> ItemStackTagFix.createFixer(Type<?> itemStackType, Predicate<String> idFilter, UnaryOperator<Typed<?>> fixer) private Typed<?> private Typed<?> Constructors in net.minecraft.util.datafix.fixes with parameters of type TypedModifierConstructorDescriptionLeavesSection(Typed<?> section, Schema inputSchema) TrappedChestSection(Typed<?> section, Schema inputSchema) -
Uses of Typed in net.neoforged.neoforge.common.data.fixes
Methods in net.neoforged.neoforge.common.data.fixes that return TypedModifier and TypeMethodDescriptionprivate Typed<?> NeoForgeEntityLegacyAttributesFix.fixItemStackTag(Typed<?> typed) private Typed<?> NeoForgeEntityLegacyAttributesFix.removeLegacyAttributes(Typed<?> typed) Methods in net.neoforged.neoforge.common.data.fixes with parameters of type TypedModifier and TypeMethodDescriptionprivate Typed<?> NeoForgeEntityLegacyAttributesFix.fixItemStackTag(Typed<?> typed) private Typed<?> NeoForgeEntityLegacyAttributesFix.removeLegacyAttributes(Typed<?> typed)