Uses of Class
com.comphenix.protocol.wrappers.ChunkPosition
Packages that use ChunkPosition
-
Uses of ChunkPosition in com.comphenix.protocol.events
Methods in com.comphenix.protocol.events that return types with arguments of type ChunkPositionModifier and TypeMethodDescriptionAbstractStructure.getPositionCollectionModifier()Retrieves a read/write structure for collections of chunk positions.AbstractStructure.getPositionModifier()Retrieves a read/write structure for chunk positions. -
Uses of ChunkPosition in com.comphenix.protocol.wrappers
Fields in com.comphenix.protocol.wrappers declared as ChunkPositionModifier and TypeFieldDescriptionstatic ChunkPositionChunkPosition.ORIGINRepresents the null (0, 0, 0) origin.Methods in com.comphenix.protocol.wrappers that return ChunkPositionModifier and TypeMethodDescriptionChunkPosition.add(ChunkPosition other)Adds the current position and a given position together, producing a result position.ChunkPosition.divide(int divisor)Divide each dimension in the current position by the given divisor.ChunkCoordIntPair.getPosition(int y)Retrieve the equivalent chunk position.ChunkPosition.multiply(int factor)Multiply each dimension in the current position by the given factor.ChunkPosition.subtract(ChunkPosition other)Adds the current position and a given position together, producing a result position.WrappedChunkCoordinate.toPosition()Create an immutable chunk position from this coordinate.Methods in com.comphenix.protocol.wrappers that return types with arguments of type ChunkPositionModifier and TypeMethodDescriptionstatic EquivalentConverter<ChunkPosition>ChunkPosition.getConverter()Used to convert between NMS ChunkPosition and the wrapper instance.Methods in com.comphenix.protocol.wrappers with parameters of type ChunkPositionModifier and TypeMethodDescriptionChunkPosition.add(ChunkPosition other)Adds the current position and a given position together, producing a result position.ChunkPosition.subtract(ChunkPosition other)Adds the current position and a given position together, producing a result position.Constructors in com.comphenix.protocol.wrappers with parameters of type ChunkPositionModifierConstructorDescriptionWrappedChunkCoordinate(ChunkPosition position)Create a chunk coordinate wrapper from a given position.