Uses of Class
net.mtrop.doom.bsp.data.BSPSegment
Packages that use BSPSegment
-
Uses of BSPSegment in net.mtrop.doom.bsp
Methods in net.mtrop.doom.bsp that return BSPSegmentModifier and TypeMethodDescriptionBSPTree.getSegment
(int i) Gets the segment at a specific index.Methods in net.mtrop.doom.bsp that return types with arguments of type BSPSegmentMethods in net.mtrop.doom.bsp with parameters of type BSPSegmentModifier and TypeMethodDescriptionvoid
BSPTree.addSegment
(BSPSegment segment) Adds a segment to this map.Method parameters in net.mtrop.doom.bsp with type arguments of type BSPSegmentModifier and TypeMethodDescriptionvoid
BSPTree.setSegments
(Iterable<BSPSegment> segments) Replaces the list of segments in the map.