Uses of Class
com.loohp.limbo.world.World
Packages that use World
Package
Description
-
Uses of World in com.loohp.limbo
Methods in com.loohp.limbo that return WorldMethods in com.loohp.limbo that return types with arguments of type WorldMethods in com.loohp.limbo with parameters of type WorldModifier and TypeMethodDescriptionvoid
Deprecated.Deprecated.void
Limbo.registerWorld
(World world) void
Limbo.unregisterWorld
(World world) -
Uses of World in com.loohp.limbo.entity
Fields in com.loohp.limbo.entity declared as WorldMethods in com.loohp.limbo.entity that return WorldMethods in com.loohp.limbo.entity with parameters of type WorldConstructors in com.loohp.limbo.entity with parameters of type WorldModifierConstructorDescriptionArmorStand
(int entityId, UUID uuid, World world, double x, double y, double z, float yaw, float pitch) ArmorStand
(World world, double x, double y, double z, float yaw, float pitch) ArmorStand
(UUID uuid, World world, double x, double y, double z, float yaw, float pitch) Entity
(org.geysermc.mcprotocollib.protocol.data.game.entity.type.EntityType type, int entityId, UUID uuid, World world, double x, double y, double z, float yaw, float pitch) Entity
(org.geysermc.mcprotocollib.protocol.data.game.entity.type.EntityType type, World world, double x, double y, double z, float yaw, float pitch) Entity
(org.geysermc.mcprotocollib.protocol.data.game.entity.type.EntityType type, UUID uuid, World world, double x, double y, double z, float yaw, float pitch) LivingEntity
(org.geysermc.mcprotocollib.protocol.data.game.entity.type.EntityType type, int entityId, UUID uuid, World world, double x, double y, double z, float yaw, float pitch) LivingEntity
(org.geysermc.mcprotocollib.protocol.data.game.entity.type.EntityType type, World world, double x, double y, double z, float yaw, float pitch) LivingEntity
(org.geysermc.mcprotocollib.protocol.data.game.entity.type.EntityType type, UUID uuid, World world, double x, double y, double z, float yaw, float pitch) -
Uses of World in com.loohp.limbo.location
Methods in com.loohp.limbo.location that return WorldMethods in com.loohp.limbo.location with parameters of type WorldModifier and TypeMethodDescriptionvoid
Vector.toLocation
(World world) Gets a Location version of this vector with yaw and pitch being 0.Vector.toLocation
(World world, float yaw, float pitch) Gets a Location version of this vector.Constructors in com.loohp.limbo.location with parameters of type World -
Uses of World in com.loohp.limbo.world
Methods in com.loohp.limbo.world that return WorldModifier and TypeMethodDescriptionChunkPosition.getWorld()
static World
Schematic.mcedit
(String name, Environment environment, net.querz.nbt.tag.CompoundTag nbt) static World
Schematic.schemV3
(String name, Environment environment, net.querz.nbt.tag.CompoundTag nbt) static World
Schematic.toWorld
(String name, Environment environment, net.querz.nbt.tag.CompoundTag nbt) Methods in com.loohp.limbo.world with parameters of type WorldModifier and TypeMethodDescriptionvoid
Deprecated.Deprecated.Constructors in com.loohp.limbo.world with parameters of type WorldModifierConstructorDescriptionChunkPosition
(World world, int chunkX, int chunkZ) ChunkPosition
(World world, net.querz.mca.Chunk chunk) LightEngineBlock
(World world) LightEngineSky
(World world)