Uses of Record Class
com.mojang.datafixers.View
Packages that use View
Package
Description
-
Uses of View in com.mojang.datafixers
Fields in com.mojang.datafixers declared as ViewMethods in com.mojang.datafixers that return ViewModifier and TypeMethodDescriptionstatic <A,B> View <A, B> static <A,B> View <A, B> View.create(String name, Type<A> type, Type<B> newType, Function<DynamicOps<?>, Function<A, B>> function) static <A> View<A, A> View.rewriteOrNop(PointFreeRule rule) (package private) static <A,B> View <A, B> RewriteResult.view()Returns the value of theviewrecord component.Methods in com.mojang.datafixers that return types with arguments of type ViewMethods in com.mojang.datafixers with parameters of type ViewMethod parameters in com.mojang.datafixers with type arguments of type ViewModifier and TypeMethodDescriptionConstructors in com.mojang.datafixers with parameters of type ViewModifierConstructorDescriptionRewriteResult(View<A, B> view, BitSet recData) Creates an instance of aRewriteResultrecord class. -
Uses of View in com.mojang.datafixers.types
Methods in com.mojang.datafixers.types with parameters of type View -
Uses of View in com.mojang.datafixers.types.templates
Methods in com.mojang.datafixers.types.templates that return View