public final class TypeMapTransformer<T> extends Object implements EntityDataTransformer<Integer,T>
IDENTITY| Constructor and Description |
|---|
TypeMapTransformer() |
| Modifier and Type | Method and Description |
|---|---|
T |
deserialize(BedrockCodecHelper helper,
EntityDataMap map,
Integer value) |
Integer |
serialize(BedrockCodecHelper helper,
EntityDataMap map,
T value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitidentitypublic Integer serialize(BedrockCodecHelper helper, EntityDataMap map, T value)
serialize in interface EntityDataTransformer<Integer,T>public T deserialize(BedrockCodecHelper helper, EntityDataMap map, Integer value)
deserialize in interface EntityDataTransformer<Integer,T>Copyright © 2018–2022 CloudburstMC. All rights reserved.