Record Class RandomGroupPoolAlias

java.lang.Object
java.lang.Record
net.minecraft.world.level.levelgen.structure.pools.alias.RandomGroupPoolAlias
All Implemented Interfaces:
PoolAliasBinding

public record RandomGroupPoolAlias(WeightedList<List<PoolAliasBinding>> groups) extends Record implements PoolAliasBinding
  • Field Details

  • Constructor Details

    • RandomGroupPoolAlias

      public RandomGroupPoolAlias(WeightedList<List<PoolAliasBinding>> groups)
      Creates an instance of a RandomGroupPoolAlias record class.
      Parameters:
      groups - the value for the groups record component
  • Method Details