File tree Expand file tree Collapse file tree
api/src/main/java/me/tofaa/entitylib/meta Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232import me .tofaa .entitylib .meta .other .*;
3333import me .tofaa .entitylib .meta .projectile .*;
3434import me .tofaa .entitylib .meta .types .LivingEntityMeta ;
35+ import me .tofaa .entitylib .meta .types .MannequinMeta ;
3536import me .tofaa .entitylib .meta .types .PlayerMeta ;
3637import org .jetbrains .annotations .NotNull ;
3738
@@ -114,6 +115,7 @@ final class MetaConverterRegistry {
114115 put (LLAMA , LlamaMeta .class , LlamaMeta ::new );
115116 put (LLAMA_SPIT , LlamaSpitMeta .class , LlamaSpitMeta ::new );
116117 put (MAGMA_CUBE , MagmaCubeMeta .class , MagmaCubeMeta ::new );
118+ put (MANNEQUIN , MannequinMeta .class , MannequinMeta ::new );
117119 put (MARKER , MarkerMeta .class , MarkerMeta ::new );
118120 put (MOOSHROOM , MooshroomMeta .class , MooshroomMeta ::new );
119121 put (MULE , MuleMeta .class , MuleMeta ::new );
You can’t perform that action at this time.
0 commit comments