Uses of Record Class
zombie.iso.worldgen.biomes.TileGroup
Packages that use TileGroup
Package
Description
-
Uses of TileGroup in zombie.iso.worldgen
Methods in zombie.iso.worldgen that return TileGroupModifier and TypeMethodDescriptionMethods in zombie.iso.worldgen that return types with arguments of type TileGroupModifier and TypeMethodDescriptionWGChunk.getAttachment
(String string, Direction direction) WGReader.loadAttachments
(se.krka.kahlua.vm.KahluaTable kahluaTable1, String string) WGReader.loadSimilar
(se.krka.kahlua.vm.KahluaTable kahluaTable1, String string) -
Uses of TileGroup in zombie.iso.worldgen.biomes
Methods in zombie.iso.worldgen.biomes that return types with arguments of type TileGroupModifier and TypeMethodDescriptionFeature.attachments()
Returns the value of theattachments
record component.Feature.tileGroups()
Returns the value of thetileGroups
record component.Constructor parameters in zombie.iso.worldgen.biomes with type arguments of type TileGroupModifierConstructorDescriptionFeature
(List<TileGroup> tileGroups, Map<Direction, List<TileGroup>> attachments, Probability probability) Creates an instance of aFeature
record class.Feature
(List<TileGroup> tileGroups, Map<Direction, List<TileGroup>> attachments, Probability probability) Creates an instance of aFeature
record class. -
Uses of TileGroup in zombie.iso.worldgen.roads
Methods in zombie.iso.worldgen.roads that return types with arguments of type TileGroupModifier and TypeMethodDescriptionRoad.getSingleFeatures()
RoadConfig.tiles()
Returns the value of thetiles
record component.Constructor parameters in zombie.iso.worldgen.roads with type arguments of type TileGroupModifierConstructorDescriptionRoad
(org.joml.Vector2i vector2i1, org.joml.Vector2i vector2i0, List<TileGroup> list, double double0) RoadConfig
(List<TileGroup> tiles, double probaRoads, double probability, double filter) Creates an instance of aRoadConfig
record class.RoadEdge
(org.joml.Vector2i vector2i1, org.joml.Vector2i vector2i0, List<TileGroup> list, double double0) -
Uses of TileGroup in zombie.iso.worldgen.veins
Methods in zombie.iso.worldgen.veins that return types with arguments of type TileGroupConstructor parameters in zombie.iso.worldgen.veins with type arguments of type TileGroupModifierConstructorDescriptionOreVeinConfig
(List<TileGroup> list, int int0, float float0, int int1, int int2, int int3, int int4, int int5, float float1, float float2)