Object EntityTypeExt

    • 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 Unit trySpawnOneThousand(EntityType<?> $self, Level level, Vec3 pos)
      final Unit trySpawnOneThousand(EntityType<?> $self, Level level, BlockPos pos)
      final Unit spawnOneThousand(EntityType<?> $self, ServerLevel level, Vec3 pos)
      final Unit spawnOneThousand(EntityType<?> $self, ServerLevel level, BlockPos pos)
      final Entity trySummon(EntityType<?> $self, LevelAccessor level, Vec3 pos)
      final Entity trySummon(EntityType<?> $self, LevelAccessor level, BlockPos pos)
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • spawnOneThousand

         final Unit spawnOneThousand(EntityType<?> $self, ServerLevel level, BlockPos pos)
      • trySummon

         final Entity trySummon(EntityType<?> $self, LevelAccessor level, Vec3 pos)
      • trySummon

         final Entity trySummon(EntityType<?> $self, LevelAccessor level, BlockPos pos)