Class VehicleStorySpawner
java.lang.Object
zombie.randomizedWorld.randomizedVehicleStory.VehicleStorySpawner
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic interface -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddElement(String string, float float1, float float2, float float3, float float4, float float5) voidclear()voidgetAABB(float float1, float float2, float float3, float float4, float float5, int[] intArray) static VehicleStorySpawnergetParameter(String string, Class javaClass) booleangetParameterBoolean(String string) floatgetParameterFloat(String string) intgetParameterInteger(String string) getParameterString(String string) voidrender(float float1, float float2, float float3, float float4, float float5, float float6) voidsetParameter(String string, boolean boolean1) voidsetParameter(String string, float float1) voidsetParameter(String string, int int1) voidsetParameter(String string, Object object) voidspawn(float float1, float float2, float float3, float float4, VehicleStorySpawner.IElementSpawner iElementSpawner)
-
Field Details
-
m_elements
-
m_storyParams
-
-
Constructor Details
-
VehicleStorySpawner
public VehicleStorySpawner()
-
-
Method Details
-
getInstance
-
clear
public void clear() -
addElement
public VehicleStorySpawner.Element addElement(String string, float float1, float float2, float float3, float float4, float float5) -
setParameter
-
setParameter
-
setParameter
-
setParameter
-
getParameterBoolean
-
getParameterFloat
-
getParameterInteger
-
getParameterString
-
getParameter
-
spawn
public void spawn(float float1, float float2, float float3, float float4, VehicleStorySpawner.IElementSpawner iElementSpawner) -
rotate
-
getAABB
public void getAABB(float float1, float float2, float float3, float float4, float float5, int[] intArray) -
render
public void render(float float1, float float2, float float3, float float4, float float5, float float6)
-