com.planet_ink.coffee_mud.Items.interfaces
Interface RawMaterial
- All Superinterfaces:
- Behavable, java.lang.Cloneable, CMModifiable, CMObject, java.lang.Comparable<CMObject>, Environmental, Item, MsgListener, Rider, StatsAffecting, Tickable
- All Known Implementing Classes:
- GenFoodResource, GenLiquidResource, GenResource
public interface RawMaterial
- extends Item
| Fields inherited from interface com.planet_ink.coffee_mud.Items.interfaces.Item |
IN_INVENTORY, WORN_ABOUT_BODY, WORN_ARMS, WORN_BACK, WORN_CODES, WORN_DEPENDENCYGRID, WORN_DESCS, WORN_EARS, WORN_EYES, WORN_FEET, WORN_FLOATING_NEARBY, WORN_HANDS, WORN_HEAD, WORN_HELD, WORN_LEFT_FINGER, WORN_LEFT_WRIST, WORN_LEGS, WORN_MOUTH, WORN_NECK, WORN_ORDER, WORN_RIGHT_FINGER, WORN_RIGHT_WRIST, WORN_TORSO, WORN_WAIST, WORN_WEIGHT_POINTS, WORN_WEIGHTS, WORN_WIELD, WORNREQ_ANY, WORNREQ_UNWORNONLY, WORNREQ_WORNONLY |
| Methods inherited from interface com.planet_ink.coffee_mud.Items.interfaces.Item |
amWearingAt, baseGoldValue, canWear, compareProperLocations, container, databaseID, fitsOn, material, numberOfItems, owner, rawLogicalAnd, rawProperLocationBitmap, rawSecretIdentity, rawWornCode, readableText, recursiveWeight, removeFromOwnerContainer, secretIdentity, setBaseValue, setContainer, setDatabaseID, setMaterial, setOwner, setRawLogicalAnd, setRawProperLocationBitmap, setRawWornCode, setReadableText, setSecretIdentity, setUsesRemaining, stopTicking, subjectToWearAndTear, ultimateContainer, unWear, usesRemaining, value, wearAt, wearEvenIfImpossible, wearIfPossible, whereCantWear |
MATERIAL_UNKNOWN
static final int MATERIAL_UNKNOWN
- See Also:
- Constant Field Values
MATERIAL_CLOTH
static final int MATERIAL_CLOTH
- See Also:
- Constant Field Values
MATERIAL_LEATHER
static final int MATERIAL_LEATHER
- See Also:
- Constant Field Values
MATERIAL_METAL
static final int MATERIAL_METAL
- See Also:
- Constant Field Values
MATERIAL_MITHRIL
static final int MATERIAL_MITHRIL
- See Also:
- Constant Field Values
MATERIAL_WOODEN
static final int MATERIAL_WOODEN
- See Also:
- Constant Field Values
MATERIAL_GLASS
static final int MATERIAL_GLASS
- See Also:
- Constant Field Values
MATERIAL_VEGETATION
static final int MATERIAL_VEGETATION
- See Also:
- Constant Field Values
MATERIAL_FLESH
static final int MATERIAL_FLESH
- See Also:
- Constant Field Values
MATERIAL_PAPER
static final int MATERIAL_PAPER
- See Also:
- Constant Field Values
MATERIAL_ROCK
static final int MATERIAL_ROCK
- See Also:
- Constant Field Values
MATERIAL_LIQUID
static final int MATERIAL_LIQUID
- See Also:
- Constant Field Values
MATERIAL_PRECIOUS
static final int MATERIAL_PRECIOUS
- See Also:
- Constant Field Values
MATERIAL_ENERGY
static final int MATERIAL_ENERGY
- See Also:
- Constant Field Values
MATERIAL_PLASTIC
static final int MATERIAL_PLASTIC
- See Also:
- Constant Field Values
MATERIAL_MASK
static final int MATERIAL_MASK
- See Also:
- Constant Field Values
MATERIAL_DESCS
static final java.lang.String[] MATERIAL_DESCS
MATERIAL_NOUNDESCS
static final java.lang.String[] MATERIAL_NOUNDESCS
RESOURCE_NOTHING
static final int RESOURCE_NOTHING
- See Also:
- Constant Field Values
RESOURCE_MEAT
static final int RESOURCE_MEAT
- See Also:
- Constant Field Values
RESOURCE_BEEF
static final int RESOURCE_BEEF
- See Also:
- Constant Field Values
RESOURCE_PORK
static final int RESOURCE_PORK
- See Also:
- Constant Field Values
RESOURCE_POULTRY
static final int RESOURCE_POULTRY
- See Also:
- Constant Field Values
RESOURCE_MUTTON
static final int RESOURCE_MUTTON
- See Also:
- Constant Field Values
RESOURCE_FISH
static final int RESOURCE_FISH
- See Also:
- Constant Field Values
RESOURCE_WHEAT
static final int RESOURCE_WHEAT
- See Also:
- Constant Field Values
RESOURCE_CORN
static final int RESOURCE_CORN
- See Also:
- Constant Field Values
RESOURCE_RICE
static final int RESOURCE_RICE
- See Also:
- Constant Field Values
RESOURCE_CARROTS
static final int RESOURCE_CARROTS
- See Also:
- Constant Field Values
RESOURCE_TOMATOES
static final int RESOURCE_TOMATOES
- See Also:
- Constant Field Values
RESOURCE_PEPPERS
static final int RESOURCE_PEPPERS
- See Also:
- Constant Field Values
RESOURCE_GREENS
static final int RESOURCE_GREENS
- See Also:
- Constant Field Values
RESOURCE_FRUIT
static final int RESOURCE_FRUIT
- See Also:
- Constant Field Values
RESOURCE_APPLES
static final int RESOURCE_APPLES
- See Also:
- Constant Field Values
RESOURCE_BERRIES
static final int RESOURCE_BERRIES
- See Also:
- Constant Field Values
RESOURCE_ORANGES
static final int RESOURCE_ORANGES
- See Also:
- Constant Field Values
RESOURCE_LEMONS
static final int RESOURCE_LEMONS
- See Also:
- Constant Field Values
RESOURCE_GRAPES
static final int RESOURCE_GRAPES
- See Also:
- Constant Field Values
RESOURCE_OLIVES
static final int RESOURCE_OLIVES
- See Also:
- Constant Field Values
RESOURCE_POTATOES
static final int RESOURCE_POTATOES
- See Also:
- Constant Field Values
RESOURCE_CACTUS
static final int RESOURCE_CACTUS
- See Also:
- Constant Field Values
RESOURCE_DATES
static final int RESOURCE_DATES
- See Also:
- Constant Field Values
RESOURCE_SEAWEED
static final int RESOURCE_SEAWEED
- See Also:
- Constant Field Values
RESOURCE_STONE
static final int RESOURCE_STONE
- See Also:
- Constant Field Values
RESOURCE_LIMESTONE
static final int RESOURCE_LIMESTONE
- See Also:
- Constant Field Values
RESOURCE_FLINT
static final int RESOURCE_FLINT
- See Also:
- Constant Field Values
RESOURCE_GRANITE
static final int RESOURCE_GRANITE
- See Also:
- Constant Field Values
RESOURCE_OBSIDIAN
static final int RESOURCE_OBSIDIAN
- See Also:
- Constant Field Values
RESOURCE_MARBLE
static final int RESOURCE_MARBLE
- See Also:
- Constant Field Values
RESOURCE_SAND
static final int RESOURCE_SAND
- See Also:
- Constant Field Values
RESOURCE_JADE
static final int RESOURCE_JADE
- See Also:
- Constant Field Values
RESOURCE_IRON
static final int RESOURCE_IRON
- See Also:
- Constant Field Values
RESOURCE_LEAD
static final int RESOURCE_LEAD
- See Also:
- Constant Field Values
RESOURCE_BRONZE
static final int RESOURCE_BRONZE
- See Also:
- Constant Field Values
RESOURCE_SILVER
static final int RESOURCE_SILVER
- See Also:
- Constant Field Values
RESOURCE_GOLD
static final int RESOURCE_GOLD
- See Also:
- Constant Field Values
RESOURCE_ZINC
static final int RESOURCE_ZINC
- See Also:
- Constant Field Values
RESOURCE_COPPER
static final int RESOURCE_COPPER
- See Also:
- Constant Field Values
RESOURCE_TIN
static final int RESOURCE_TIN
- See Also:
- Constant Field Values
RESOURCE_MITHRIL
static final int RESOURCE_MITHRIL
- See Also:
- Constant Field Values
RESOURCE_ADAMANTITE
static final int RESOURCE_ADAMANTITE
- See Also:
- Constant Field Values
RESOURCE_STEEL
static final int RESOURCE_STEEL
- See Also:
- Constant Field Values
RESOURCE_BRASS
static final int RESOURCE_BRASS
- See Also:
- Constant Field Values
RESOURCE_WOOD
static final int RESOURCE_WOOD
- See Also:
- Constant Field Values
RESOURCE_PINE
static final int RESOURCE_PINE
- See Also:
- Constant Field Values
RESOURCE_BALSA
static final int RESOURCE_BALSA
- See Also:
- Constant Field Values
RESOURCE_OAK
static final int RESOURCE_OAK
- See Also:
- Constant Field Values
RESOURCE_MAPLE
static final int RESOURCE_MAPLE
- See Also:
- Constant Field Values
RESOURCE_REDWOOD
static final int RESOURCE_REDWOOD
- See Also:
- Constant Field Values
RESOURCE_HICKORY
static final int RESOURCE_HICKORY
- See Also:
- Constant Field Values
RESOURCE_SCALES
static final int RESOURCE_SCALES
- See Also:
- Constant Field Values
RESOURCE_FUR
static final int RESOURCE_FUR
- See Also:
- Constant Field Values
RESOURCE_LEATHER
static final int RESOURCE_LEATHER
- See Also:
- Constant Field Values
RESOURCE_HIDE
static final int RESOURCE_HIDE
- See Also:
- Constant Field Values
RESOURCE_WOOL
static final int RESOURCE_WOOL
- See Also:
- Constant Field Values
RESOURCE_FEATHERS
static final int RESOURCE_FEATHERS
- See Also:
- Constant Field Values
RESOURCE_COTTON
static final int RESOURCE_COTTON
- See Also:
- Constant Field Values
RESOURCE_HEMP
static final int RESOURCE_HEMP
- See Also:
- Constant Field Values
RESOURCE_FRESHWATER
static final int RESOURCE_FRESHWATER
- See Also:
- Constant Field Values
RESOURCE_SALTWATER
static final int RESOURCE_SALTWATER
- See Also:
- Constant Field Values
RESOURCE_DRINKABLE
static final int RESOURCE_DRINKABLE
- See Also:
- Constant Field Values
RESOURCE_GLASS
static final int RESOURCE_GLASS
- See Also:
- Constant Field Values
RESOURCE_PAPER
static final int RESOURCE_PAPER
- See Also:
- Constant Field Values
RESOURCE_CLAY
static final int RESOURCE_CLAY
- See Also:
- Constant Field Values
RESOURCE_CHINA
static final int RESOURCE_CHINA
- See Also:
- Constant Field Values
RESOURCE_DIAMOND
static final int RESOURCE_DIAMOND
- See Also:
- Constant Field Values
RESOURCE_CRYSTAL
static final int RESOURCE_CRYSTAL
- See Also:
- Constant Field Values
RESOURCE_GEM
static final int RESOURCE_GEM
- See Also:
- Constant Field Values
RESOURCE_PEARL
static final int RESOURCE_PEARL
- See Also:
- Constant Field Values
RESOURCE_PLATINUM
static final int RESOURCE_PLATINUM
- See Also:
- Constant Field Values
RESOURCE_MILK
static final int RESOURCE_MILK
- See Also:
- Constant Field Values
RESOURCE_EGGS
static final int RESOURCE_EGGS
- See Also:
- Constant Field Values
RESOURCE_HOPS
static final int RESOURCE_HOPS
- See Also:
- Constant Field Values
RESOURCE_COFFEEBEANS
static final int RESOURCE_COFFEEBEANS
- See Also:
- Constant Field Values
RESOURCE_COFFEE
static final int RESOURCE_COFFEE
- See Also:
- Constant Field Values
RESOURCE_OPAL
static final int RESOURCE_OPAL
- See Also:
- Constant Field Values
RESOURCE_TOPAZ
static final int RESOURCE_TOPAZ
- See Also:
- Constant Field Values
RESOURCE_AMETHYST
static final int RESOURCE_AMETHYST
- See Also:
- Constant Field Values
RESOURCE_GARNET
static final int RESOURCE_GARNET
- See Also:
- Constant Field Values
RESOURCE_AMBER
static final int RESOURCE_AMBER
- See Also:
- Constant Field Values
RESOURCE_AQUAMARINE
static final int RESOURCE_AQUAMARINE
- See Also:
- Constant Field Values
RESOURCE_CRYSOBERYL
static final int RESOURCE_CRYSOBERYL
- See Also:
- Constant Field Values
RESOURCE_IRONWOOD
static final int RESOURCE_IRONWOOD
- See Also:
- Constant Field Values
RESOURCE_SILK
static final int RESOURCE_SILK
- See Also:
- Constant Field Values
RESOURCE_COCOA
static final int RESOURCE_COCOA
- See Also:
- Constant Field Values
RESOURCE_BLOOD
static final int RESOURCE_BLOOD
- See Also:
- Constant Field Values
RESOURCE_BONE
static final int RESOURCE_BONE
- See Also:
- Constant Field Values
RESOURCE_COAL
static final int RESOURCE_COAL
- See Also:
- Constant Field Values
RESOURCE_LAMPOIL
static final int RESOURCE_LAMPOIL
- See Also:
- Constant Field Values
RESOURCE_POISON
static final int RESOURCE_POISON
- See Also:
- Constant Field Values
RESOURCE_LIQUOR
static final int RESOURCE_LIQUOR
- See Also:
- Constant Field Values
RESOURCE_SUGAR
static final int RESOURCE_SUGAR
- See Also:
- Constant Field Values
RESOURCE_HONEY
static final int RESOURCE_HONEY
- See Also:
- Constant Field Values
RESOURCE_BARLEY
static final int RESOURCE_BARLEY
- See Also:
- Constant Field Values
RESOURCE_MUSHROOMS
static final int RESOURCE_MUSHROOMS
- See Also:
- Constant Field Values
RESOURCE_HERBS
static final int RESOURCE_HERBS
- See Also:
- Constant Field Values
RESOURCE_VINE
static final int RESOURCE_VINE
- See Also:
- Constant Field Values
RESOURCE_FLOWERS
static final int RESOURCE_FLOWERS
- See Also:
- Constant Field Values
RESOURCE_PLASTIC
static final int RESOURCE_PLASTIC
- See Also:
- Constant Field Values
RESOURCE_RUBBER
static final int RESOURCE_RUBBER
- See Also:
- Constant Field Values