Interface CustomRegistryValue<B extends io.netty.buffer.ByteBuf, T>
- All Superinterfaces:
CustomRegistryOwnTypeProvider<B,T>, RefOptimizer<T>, WithKey<T>
- All Known Subinterfaces:
Gradient, Interpolation, Shape
- All Known Implementing Classes:
BezierInterpolation, CircleShape, ClientGradient, CompositeInterpolation, CompoundGradient, CubeShape, CuboidShape, CylinderShape, DataType, EaseIn, EaseOut, EmptyShape, FixedInterpolation, FlatColorGradient, FlipXInterpolation, FlipYInterpolation, InverseInterpolation, JoinedInterpolation, LinearGradient, LinearInterpolation, LineShape, QuadrilaterallyFacedConvexHexahedra, RotatedShape, ScaledInterpolation, SphereShape, VoxelShapeBox
public interface CustomRegistryValue<B extends io.netty.buffer.ByteBuf, T>
extends WithKey<T>, RefOptimizer<T>, CustomRegistryOwnTypeProvider<B,T>
-
Field Summary
Fields inherited from interface WithKey
COMPARATOR -
Method Summary
Methods inherited from interface CustomRegistryOwnTypeProvider
typeMethods inherited from interface RefOptimizer
optimize
-
Method Details
-
getRegistry
CustomRegistry<B,T> getRegistry() -
optionalKey
- Specified by:
optionalKeyin interfaceWithKey<B extends io.netty.buffer.ByteBuf>
-
ref
-