Class CustomRegistryType.Dynamic<B extends io.netty.buffer.ByteBuf, V>
java.lang.Object
dev.latvian.mods.klib.registry.CustomRegistryType<B,V>
dev.latvian.mods.klib.registry.CustomRegistryType.Dynamic<B,V>
- All Implemented Interfaces:
WithKey<V>, Comparable<WithKey<V>>
- Enclosing class:
CustomRegistryType<B extends io.netty.buffer.ByteBuf, V>
public static class CustomRegistryType.Dynamic<B extends io.netty.buffer.ByteBuf, V>
extends CustomRegistryType<B,V>
-
Nested Class Summary
Nested classes/interfaces inherited from class CustomRegistryType
CustomRegistryType.Dynamic<B,V>, CustomRegistryType.Unit<B, V> -
Field Summary
Fields inherited from class CustomRegistryType
codec, key, streamCodec, version -
Method Summary
Modifier and TypeMethodDescriptionbackwardsCompatibility(int version, net.minecraft.network.codec.StreamCodec<? super B, V> streamCodec) version(int version) Methods inherited from class CustomRegistryType
codec, isUnit, key, optionalKey, streamCodec, toString, unit, version
-
Method Details
-
version
-
backwardsCompatibility
public CustomRegistryType.Dynamic<B,V> backwardsCompatibility(int version, net.minecraft.network.codec.StreamCodec<? super B, V> streamCodec)
-