Class MappingHelper
java.lang.Object
com.github.retrooper.packetevents.util.mappings.MappingHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateDiff
(SequentialNBTReader.Compound compound) createListDiff
(SequentialNBTReader.Compound compound) static SequentialNBTReader.Compound
decompress
(String path) static int
getId
(ClientVersion version, TypesBuilder builder, TypesBuilderData data) static <T extends MappedEntity>
voidregisterMapping
(TypesBuilder builder, Map<String, T> typeMap, Map<Byte, Map<Integer, T>> typeIdMap, T type)
-
Constructor Details
-
MappingHelper
public MappingHelper()
-
-
Method Details
-
decompress
-
createListDiff
-
createDiff
-
registerMapping
public static <T extends MappedEntity> void registerMapping(TypesBuilder builder, Map<String, T> typeMap, Map<Byte, Map<Integer, T>> typeIdMap, T type) -
getId
-