|
|||||||||
| 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 ex |
egg
Egg Arrows. |
static ex |
exp
Explosive Arrows. |
static ex |
fir
Fire Arrows. |
static ex |
hombow
Homing Bow. |
static ex |
ice
Ice Arrows. |
| Constructor Summary | |
|---|---|
mod_Arrows()
|
|
| Method Summary | |
|---|---|
void |
AddRecipes(fr recipes)
Used to add recipes. |
void |
AddRenderer(java.util.Map<java.lang.Class<? extends om>,bb> renderers)
Used to add entity renderers. |
boolean |
DispenseEntity(dt world,
double x,
double y,
double z,
float xVel,
float zVel,
int itemid)
Dispenses the entity associated with the selected item. |
java.lang.String |
Version()
Required override that informs users the version of this mod. |
| Methods inherited from class BaseMod |
|---|
AddFuel, GenerateNether, GenerateSurface, KeyboardEvent, ModsLoaded, OnTickInGame, OnTickInGUI, OpenModGUI, RegisterAnimation, RenderInvBlock, RenderWorldBlock, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static ex egg
public static ex exp
public static ex fir
public static ex hombow
public static ex ice
| Constructor Detail |
|---|
public mod_Arrows()
| Method Detail |
|---|
public void AddRecipes(fr recipes)
BaseMod
AddRecipes in class BaseModrecipes - Recipe instance to add to.ModLoader.AddAllRecipes(fr)public void AddRenderer(java.util.Map<java.lang.Class<? extends om>,bb> renderers)
BaseMod
AddRenderer in class BaseModrenderers - HashMap of the renderers. key is an entity class, value is
the renderer.ModLoader.AddAllRenderers(java.util.Map, bb>)
public boolean DispenseEntity(dt world,
double x,
double y,
double z,
float xVel,
float zVel,
int itemid)
BaseMod
DispenseEntity in class BaseModworld - reference to the World.x - X coordinate.y - Y coordinate.z - Z coordinate.xVel - X velocity.zVel - Z velocity.itemid - ID of item to chosen to dispense entity.
ModLoader.DispenseEntity(dt, double, double, double, float, float, int)public java.lang.String Version()
BaseMod
Version in class BaseMod
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||