Object RegistrateExt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • id

         final ResourceLocation id(AbstractRegistrate<?> $self, String id)
      • modTex

         final ResourceLocation modTex(RegistrateBlockstateProvider $self, String path)
      • basicSpawns

         final <T extends Mob, P extends Any> EntityBuilder<T, P> basicSpawns(EntityBuilder<T, P> $self)
      • skipLoot

         final <T extends Mob, P extends Any> EntityBuilder<T, P> skipLoot(EntityBuilder<T, P> $self)
      • getLocation

         final ResourceLocation getLocation(AbstractBuilder<?, ?, ?, ?> $self)