MCPcopy Create free account
hub / github.com/Teneted/Tenet / EntityType

Method EntityType

src/main/java/org/bukkit/entity/EntityType.java:326–328  ·  view source on GitHub ↗
(/*@Nullable*/ String name, /*@Nullable*/ Class<? extends Entity> clazz, int typeId)

Source from the content-addressed store, hash-verified

324 }
325
326 private EntityType(/*@Nullable*/ String name, /*@Nullable*/ Class<? extends Entity> clazz, int typeId) {
327 this(name, clazz, typeId, true);
328 }
329
330 private EntityType(/*@Nullable*/ String name, /*@Nullable*/ Class<? extends Entity> clazz, int typeId, boolean independent) {
331 this.name = name;

Callers

nothing calls this directly

Calls 1

minecraftMethod · 0.95

Tested by

no test coverage detected