|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBaseMod
mod_Arrows
public class mod_Arrows
Field Summary | |
---|---|
static dx |
egg
Egg Arrows. |
static dx |
exp
Explosive Arrows. |
static dx |
fir
Fire Arrows. |
static dx |
hombow
Homing Bow. |
static dx |
ice
Ice Arrows. |
Constructor Summary | |
---|---|
mod_Arrows()
|
Method Summary | |
---|---|
void |
AddEntityID()
Place holder for calling the function that adds entity IDs, which are used for SMP, MobSpawner, and saving. |
void |
AddRecipes(en recipes)
Used to add recipes. |
void |
AddRenderer(java.util.Map<java.lang.Class<? extends lw>,aq> renderers)
Used to add entity renderers. |
void |
RegisterTextureOverrides()
Used for registering textures to be overlaid over internal tex buffers |
Methods inherited from class BaseMod |
---|
AddFuel, AddSmelting, GenerateNether, GenerateSurface, OpenModGUI, OSDHook, RegisterBlocks, RegisterTileEntity |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static dx exp
public static dx fir
public static dx ice
public static dx egg
public static dx hombow
Constructor Detail |
---|
public mod_Arrows()
Method Detail |
---|
public void AddRecipes(en recipes)
BaseMod
AddRecipes
in class BaseMod
recipes
- Recipe instance to add to.public void AddRenderer(java.util.Map<java.lang.Class<? extends lw>,aq> renderers)
BaseMod
AddRenderer
in class BaseMod
renderers
- HashMap of the renderers. key is an entity class, value is the
renderer.public void AddEntityID()
BaseMod
AddEntityID
in class BaseMod
public void RegisterTextureOverrides()
BaseMod
RegisterTextureOverrides
in class BaseMod
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |