Class PrefabSpawnerSetCommand


public class PrefabSpawnerSetCommand extends TargetPrefabSpawnerCommand
  • Field Details

    • MESSAGE_COMMANDS_PREFAB_SPAWNER_SET

      @Nonnull private static final Message MESSAGE_COMMANDS_PREFAB_SPAWNER_SET
    • prefabPathArg

      @Nonnull protected final RequiredArg<String> prefabPathArg
    • fitHeightmapArg

      @Nonnull protected final OptionalArg<Boolean> fitHeightmapArg
    • inheritSeedArg

      @Nonnull protected final OptionalArg<Boolean> inheritSeedArg
    • inheritHeightCheckArg

      @Nonnull protected final OptionalArg<Boolean> inheritHeightCheckArg
    • defaultWeightArg

      @Nonnull protected final OptionalArg<Double> defaultWeightArg
  • Constructor Details

    • PrefabSpawnerSetCommand

      public PrefabSpawnerSetCommand()
  • Method Details