JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field
|
Constr |
Method
Detail:
Field
|
Constr |
Method
SEARCH:
Package
com.mojang.datafixers.types.templates
Interface Hook.HookFunction
Enclosing class:
Hook
public static interface
Hook.HookFunction
Field Summary
Fields
Modifier and Type
Field
Description
static final
Hook.HookFunction
IDENTITY
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
<T> T
apply
(
DynamicOps
<T> ops, T value)
Field Details
IDENTITY
static final
Hook.HookFunction
IDENTITY
Method Details
apply
<T>
T
apply
(
DynamicOps
<T> ops, T value)