Object RegistrateExt
-
- All Implemented Interfaces:
public class RegistrateExt
-
-
Field Summary
Fields Modifier and Type Field Description private final ResourceLocation
location
public final static RegistrateExt
INSTANCE
-
Method Summary
Modifier and Type Method Description final ResourceLocation
id(AbstractRegistrate<?> $self, String id)
final ResourceLocation
modTex(RegistrateBlockstateProvider $self, String path)
final <T extends Mob, P extends Any> EntityBuilder<T, P>
basicSpawns(EntityBuilder<T, P> $self)
final <T extends Mob, P extends Any> EntityBuilder<T, P>
spawns(EntityBuilder<T, P> $self, SpawnConditions cond)
final <T extends Mob, P extends Any> EntityBuilder<T, P>
skipLoot(EntityBuilder<T, P> $self)
final ResourceLocation
getLocation(AbstractBuilder<?, ?, ?, ?> $self)
-
-
Method Detail
-
basicSpawns
final <T extends Mob, P extends Any> EntityBuilder<T, P> basicSpawns(EntityBuilder<T, P> $self)
-
spawns
final <T extends Mob, P extends Any> EntityBuilder<T, P> spawns(EntityBuilder<T, P> $self, SpawnConditions cond)
-
skipLoot
final <T extends Mob, P extends Any> EntityBuilder<T, P> skipLoot(EntityBuilder<T, P> $self)
-
getLocation
final ResourceLocation getLocation(AbstractBuilder<?, ?, ?, ?> $self)
-
-
-
-