Interface BiomeOption

All Known Implementing Classes:
BlockOption, DefaultOption, DustOption, ItemOption

public interface BiomeOption
Just a generic interface to hold data about biome particles
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Particle
     
    @NotNull org.jglrxavpok.hephaistos.nbt.NBTCompound
     
  • Method Details

    • toNbt

      @NotNull @NotNull org.jglrxavpok.hephaistos.nbt.NBTCompound toNbt()
    • getType

      @NotNull @NotNull Particle getType()