Location constructor
Location({})
Implementation
Location({
this.predicate,
this.biome,
this.block,
this.blockState,
this.dimension,
this.feature,
this.fluid,
this.light,
this.x,
this.y,
this.z,
this.offset,
}) {
_checkRangeOrDouble(light);
_checkRangeOrDouble(x);
_checkRangeOrDouble(y);
_checkRangeOrDouble(z);
}