Method
EntityType
(/*@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
Tested by
no test coverage detected