Uses of Class
zombie.scripting.objects.AmmoType
Packages that use AmmoType
-
Uses of AmmoType in zombie
Modifier and TypeMethodDescriptionabstract voidBaseSoundManager.playImpactSound(IsoGridSquare var1, AmmoType var2) abstract voidBaseSoundManager.playImpactSound(IsoGridSquare var1, AmmoType var2, MaterialType var3) voidDummySoundManager.playImpactSound(IsoGridSquare isoGridSquare, AmmoType ammoType) voidDummySoundManager.playImpactSound(IsoGridSquare isoGridSquare, AmmoType ammoType, MaterialType materialType) voidSoundManager.playImpactSound(IsoGridSquare isoGridSquare, AmmoType ammoType) voidSoundManager.playImpactSound(IsoGridSquare isoGridSquare, AmmoType ammoType, MaterialType materialType) -
Uses of AmmoType in zombie.inventory
Methods in zombie.inventory that return AmmoTypeMethods in zombie.inventory with parameters of type AmmoTypeModifier and TypeMethodDescriptionstatic <T extends InventoryItem>
TInventoryItemFactory.CreateItem(AmmoType ammoType) voidInventoryItem.setAmmoType(AmmoType ammoType) -
Uses of AmmoType in zombie.iso.objects
Methods in zombie.iso.objects that return types with arguments of type AmmoTypeModifier and TypeMethodDescriptionIsoBulletTracerEffects.getIsoBulletTracerEffectsConfigOptionsHashMap()Methods in zombie.iso.objects with parameters of type AmmoType -
Uses of AmmoType in zombie.scripting.objects
Fields in zombie.scripting.objects declared as AmmoTypeModifier and TypeFieldDescriptionPhysicsHitReaction.ammoTypestatic final AmmoTypeAmmoType.BULLETS_223static final AmmoTypeAmmoType.BULLETS_308static final AmmoTypeAmmoType.BULLETS_38static final AmmoTypeAmmoType.BULLETS_44static final AmmoTypeAmmoType.BULLETS_45static final AmmoTypeAmmoType.BULLETS_556static final AmmoTypeAmmoType.BULLETS_9MMstatic final AmmoTypeAmmoType.CAP_GUN_CAPstatic final AmmoTypeAmmoType.SHOTGUN_SHELLSFields in zombie.scripting.objects with type parameters of type AmmoTypeMethods in zombie.scripting.objects that return AmmoTypeModifier and TypeMethodDescriptionstatic AmmoTypeAmmoType.get(ResourceLocation id) Item.getAmmoType()static AmmoTypeMethods in zombie.scripting.objects that return types with arguments of type AmmoTypeMethods in zombie.scripting.objects with parameters of type AmmoTypeModifier and TypeMethodDescriptionstatic floatPhysicsHitReactionScript.getImpulse(RagdollBodyPart bodyPart, AmmoType ammoType) static floatPhysicsHitReactionScript.getUpwardImpulse(RagdollBodyPart bodyPart, AmmoType ammoType) voidItem.setAmmoType(AmmoType ammoType)