A B C D E F G H I J L M N O P Q R S T U V W Y

G

GameType - Enum in net.morbz.minecraft.level
Defines a game type for the level.
get(int) - Method in class net.morbz.minecraft.world.NibbleArray
Gets an element.
getAllowCommands() - Method in class net.morbz.minecraft.level.Level
 
getBlockCount() - Method in class net.morbz.minecraft.world.Section
Returns the number of blocks that are not air.
getBlockData() - Method in class net.morbz.minecraft.blocks.CustomBlock
Returns the block data.
getBlockData() - Method in enum net.morbz.minecraft.blocks.DirtBlock
Returns the block data.
getBlockData() - Method in class net.morbz.minecraft.blocks.DoorBlock
Returns the block data.
getBlockData() - Method in interface net.morbz.minecraft.blocks.IBlock
Returns the block data.
getBlockData() - Method in class net.morbz.minecraft.blocks.PlanksBlock
Returns the block data.
getBlockData() - Method in class net.morbz.minecraft.blocks.QuartzBlock
Returns the block data.
getBlockData() - Method in class net.morbz.minecraft.blocks.RailBlock
Returns the block data.
getBlockData() - Method in class net.morbz.minecraft.blocks.RedstoneTorchBlock
Returns the block data.
getBlockData() - Method in enum net.morbz.minecraft.blocks.SandBlock
Returns the block data.
getBlockData() - Method in enum net.morbz.minecraft.blocks.SandstoneBlock
Returns the block data.
getBlockData() - Method in enum net.morbz.minecraft.blocks.SimpleBlock
Returns the block data.
getBlockData() - Method in class net.morbz.minecraft.blocks.SpecialRailBlock
Returns the block data.
getBlockData() - Method in class net.morbz.minecraft.blocks.StainedBlock
Returns the block data.
getBlockData() - Method in enum net.morbz.minecraft.blocks.StoneBlock
Returns the block data.
getBlockData() - Method in enum net.morbz.minecraft.blocks.StoneBrickBlock
Returns the block data.
getBlockId() - Method in class net.morbz.minecraft.blocks.CustomBlock
Returns the block ID.
getBlockId() - Method in enum net.morbz.minecraft.blocks.DirtBlock
Returns the block ID.
getBlockId() - Method in class net.morbz.minecraft.blocks.DoorBlock
Returns the block ID.
getBlockId() - Method in interface net.morbz.minecraft.blocks.IBlock
Returns the block ID.
getBlockId() - Method in class net.morbz.minecraft.blocks.PlanksBlock
Returns the block ID.
getBlockId() - Method in class net.morbz.minecraft.blocks.QuartzBlock
Returns the block ID.
getBlockId() - Method in class net.morbz.minecraft.blocks.RailBlock
Returns the block ID.
getBlockId() - Method in class net.morbz.minecraft.blocks.RedstoneTorchBlock
Returns the block ID.
getBlockId() - Method in enum net.morbz.minecraft.blocks.SandBlock
Returns the block ID.
getBlockId() - Method in enum net.morbz.minecraft.blocks.SandstoneBlock
Returns the block ID.
getBlockId() - Method in enum net.morbz.minecraft.blocks.SimpleBlock
Returns the block ID.
getBlockId() - Method in class net.morbz.minecraft.blocks.SpecialRailBlock
Returns the block ID.
getBlockId() - Method in class net.morbz.minecraft.blocks.StainedBlock
Returns the block ID.
getBlockId() - Method in enum net.morbz.minecraft.blocks.StoneBlock
Returns the block ID.
getBlockId() - Method in enum net.morbz.minecraft.blocks.StoneBrickBlock
Returns the block ID.
getBytes() - Method in class net.morbz.minecraft.world.NibbleArray
Returns the byte array that holds the nibble values.
getGameType() - Method in class net.morbz.minecraft.level.Level
 
getGeneratorName() - Method in class net.morbz.minecraft.level.FlatGenerator
Returns the generator name as it is used in the level file.
getGeneratorName() - Method in interface net.morbz.minecraft.level.IGenerator
Returns the generator name as it is used in the level file.
getGeneratorName() - Method in enum net.morbz.minecraft.level.SimpleGenerator
Returns the generator name as it is used in the level file.
getGeneratorOptions() - Method in class net.morbz.minecraft.level.FlatGenerator
Returns the generator options as they are used in the level file.
getGeneratorOptions() - Method in interface net.morbz.minecraft.level.IGenerator
Returns the generator options as they are used in the level file.
getGeneratorOptions() - Method in enum net.morbz.minecraft.level.SimpleGenerator
Returns the generator options as they are used in the level file.
getHighestBlock(int, int) - Method in class net.morbz.minecraft.world.Chunk
Returns the highest non transparent block. calculateHeightMap() has to be invoked before calling this method to get actual results.
getHighestBlock(int, int) - Method in class net.morbz.minecraft.world.Region
Returns the highest non transparent block. calculateHeightMap() has to be invoked before calling this method to get actual results.
getHighestBlock(int, int) - Method in class net.morbz.minecraft.world.Section
Returns the Y-coordinate of the highest block that is not air or -1 is there are no blocks in this column.
getLayer(int) - Method in class net.morbz.minecraft.world.DefaultLayers
Get the material at the given Y-coordinate.
getLevelName() - Method in class net.morbz.minecraft.level.Level
 
getMapFeatures() - Method in class net.morbz.minecraft.level.Level
 
getRandomSeed() - Method in class net.morbz.minecraft.level.Level
 
getSkyLight(int, int, int) - Method in class net.morbz.minecraft.world.Chunk
Returns the sky light level of the block at given position.
getSkyLight(int, int, int) - Method in interface net.morbz.minecraft.world.IBlockContainer
Returns the sky light level of the block at given position.
getSkyLight(int, int, int) - Method in class net.morbz.minecraft.world.Region
Returns the sky light level of the block at given position.
getSkyLight(int, int, int) - Method in class net.morbz.minecraft.world.Section
Returns the sky light level of the block at given position.
getSkyLight(int, int, int) - Method in class net.morbz.minecraft.world.World
Returns the sky light level of the block at given position.
getSkyLightFromParent(IBlockContainer, int, int, int) - Method in class net.morbz.minecraft.world.Chunk
Returns the sky light level of a block that is out of bounds of the child block container.
getSkyLightFromParent(IBlockContainer, int, int, int) - Method in interface net.morbz.minecraft.world.IBlockContainer
Returns the sky light level of a block that is out of bounds of the child block container.
getSkyLightFromParent(IBlockContainer, int, int, int) - Method in class net.morbz.minecraft.world.Region
Returns the sky light level of a block that is out of bounds of the child block container.
getSkyLightFromParent(IBlockContainer, int, int, int) - Method in class net.morbz.minecraft.world.Section
Returns the sky light level of a block that is out of bounds of the child block container.
getSkyLightFromParent(IBlockContainer, int, int, int) - Method in class net.morbz.minecraft.world.World
Returns the sky light level of a block that is out of bounds of the child block container.
getTag() - Method in class net.morbz.minecraft.level.Level
Returns an instance of a subclass of the NBT-Tag class.
getTag() - Method in class net.morbz.minecraft.tags.CompoundTagFactory
Returns an instance of a subclass of the NBT-Tag class.
getTag() - Method in interface net.morbz.minecraft.tags.ITagProvider
Returns an instance of a subclass of the NBT-Tag class.
getTag() - Method in class net.morbz.minecraft.tags.ListTagFactory
Returns an instance of a subclass of the NBT-Tag class.
getTag() - Method in class net.morbz.minecraft.world.Chunk
Returns an instance of a subclass of the NBT-Tag class.
getTag() - Method in class net.morbz.minecraft.world.Section
Returns an instance of a subclass of the NBT-Tag class.
getTransparency() - Method in class net.morbz.minecraft.blocks.CustomBlock
Returns the transparency level of this block. 0 means fully opaque, 1 means fully transparent and values > 1 mean transparent but the light level is decreased by n at this block.
getTransparency() - Method in enum net.morbz.minecraft.blocks.DirtBlock
Returns the transparency level of this block. 0 means fully opaque, 1 means fully transparent and values > 1 mean transparent but the light level is decreased by n at this block.
getTransparency() - Method in class net.morbz.minecraft.blocks.DoorBlock
Returns the transparency level of this block. 0 means fully opaque, 1 means fully transparent and values > 1 mean transparent but the light level is decreased by n at this block.
getTransparency() - Method in interface net.morbz.minecraft.blocks.IBlock
Returns the transparency level of this block. 0 means fully opaque, 1 means fully transparent and values > 1 mean transparent but the light level is decreased by n at this block.
getTransparency() - Method in class net.morbz.minecraft.blocks.Material
Returns the transparency level of this material
getTransparency() - Method in class net.morbz.minecraft.blocks.PlanksBlock
Returns the transparency level of this block. 0 means fully opaque, 1 means fully transparent and values > 1 mean transparent but the light level is decreased by n at this block.
getTransparency() - Method in class net.morbz.minecraft.blocks.QuartzBlock
Returns the transparency level of this block. 0 means fully opaque, 1 means fully transparent and values > 1 mean transparent but the light level is decreased by n at this block.
getTransparency() - Method in class net.morbz.minecraft.blocks.RailBlock
Returns the transparency level of this block. 0 means fully opaque, 1 means fully transparent and values > 1 mean transparent but the light level is decreased by n at this block.
getTransparency() - Method in class net.morbz.minecraft.blocks.RedstoneTorchBlock
Returns the transparency level of this block. 0 means fully opaque, 1 means fully transparent and values > 1 mean transparent but the light level is decreased by n at this block.
getTransparency() - Method in enum net.morbz.minecraft.blocks.SandBlock
Returns the transparency level of this block. 0 means fully opaque, 1 means fully transparent and values > 1 mean transparent but the light level is decreased by n at this block.
getTransparency() - Method in enum net.morbz.minecraft.blocks.SandstoneBlock
Returns the transparency level of this block. 0 means fully opaque, 1 means fully transparent and values > 1 mean transparent but the light level is decreased by n at this block.
getTransparency() - Method in enum net.morbz.minecraft.blocks.SimpleBlock
Returns the transparency level of this block. 0 means fully opaque, 1 means fully transparent and values > 1 mean transparent but the light level is decreased by n at this block.
getTransparency() - Method in class net.morbz.minecraft.blocks.SpecialRailBlock
Returns the transparency level of this block. 0 means fully opaque, 1 means fully transparent and values > 1 mean transparent but the light level is decreased by n at this block.
getTransparency() - Method in class net.morbz.minecraft.blocks.StainedBlock
Returns the transparency level of this block. 0 means fully opaque, 1 means fully transparent and values > 1 mean transparent but the light level is decreased by n at this block.
getTransparency() - Method in enum net.morbz.minecraft.blocks.StoneBlock
Returns the transparency level of this block. 0 means fully opaque, 1 means fully transparent and values > 1 mean transparent but the light level is decreased by n at this block.
getTransparency() - Method in enum net.morbz.minecraft.blocks.StoneBrickBlock
Returns the transparency level of this block. 0 means fully opaque, 1 means fully transparent and values > 1 mean transparent but the light level is decreased by n at this block.
getValue() - Method in enum net.morbz.minecraft.blocks.DoorBlock.DoorMaterial
 
getValue() - Method in class net.morbz.minecraft.blocks.Material
Returns the value of this material (block ID)
getValue() - Method in enum net.morbz.minecraft.blocks.QuartzBlock.QuartzFacing
 
getValue() - Method in enum net.morbz.minecraft.blocks.QuartzBlock.QuartzVariant
 
getValue() - Method in enum net.morbz.minecraft.blocks.RailBlock.RailCurve
 
getValue() - Method in enum net.morbz.minecraft.blocks.SpecialRailBlock.SpecialRailMaterial
 
getValue() - Method in enum net.morbz.minecraft.blocks.StainedBlock.StainedColor
 
getValue() - Method in enum net.morbz.minecraft.blocks.states.WoodState
 
getValue() - Method in enum net.morbz.minecraft.level.GameType
Returns the value.
getX() - Method in class net.morbz.minecraft.world.Chunk
 
getX() - Method in class net.morbz.minecraft.world.Region
 
getY() - Method in class net.morbz.minecraft.world.Section
 
getZ() - Method in class net.morbz.minecraft.world.Chunk
 
getZ() - Method in class net.morbz.minecraft.world.Region
 
GLASS - Static variable in class net.morbz.minecraft.blocks.Material
 
GLASS - Static variable in class net.morbz.minecraft.blocks.StainedBlock.StainedMaterial
 
GLASS_PANE - Static variable in class net.morbz.minecraft.blocks.Material
 
GLASS_PANE - Static variable in class net.morbz.minecraft.blocks.StainedBlock.StainedMaterial
 
GLOWSTONE - Static variable in class net.morbz.minecraft.blocks.Material
 
GOLD_BLOCK - Static variable in class net.morbz.minecraft.blocks.Material
 
GOLD_ORE - Static variable in class net.morbz.minecraft.blocks.Material
 
GOLDEN_RAIL - Static variable in class net.morbz.minecraft.blocks.Material
 
GRASS - Static variable in class net.morbz.minecraft.blocks.Material
 
GRAVEL - Static variable in class net.morbz.minecraft.blocks.Material
 

A B C D E F G H I J L M N O P Q R S T U V W Y