Uses of Class
net.mtrop.doom.bsp.data.BSPSubsector
Packages that use BSPSubsector
-
Uses of BSPSubsector in net.mtrop.doom.bsp
Methods in net.mtrop.doom.bsp that return BSPSubsectorModifier and TypeMethodDescriptionBSPTree.getSubsector
(int i) Gets the subsector at a specific index.Methods in net.mtrop.doom.bsp that return types with arguments of type BSPSubsectorMethods in net.mtrop.doom.bsp with parameters of type BSPSubsectorModifier and TypeMethodDescriptionvoid
BSPTree.addSubsector
(BSPSubsector subsector) Adds a subsector to this map.Method parameters in net.mtrop.doom.bsp with type arguments of type BSPSubsectorModifier and TypeMethodDescriptionvoid
BSPTree.setSubsectors
(Iterable<BSPSubsector> subsectors) Replaces the list of subsectors in the map.