MCPcopy Create free account
hub / github.com/PCGen/pcgen / checkWield

Method checkWield

code/src/java/pcgen/cdom/enumeration/EqWield.java:27–32  ·  view source on GitHub ↗
(PlayerCharacter pc, Equipment equipment)

Source from the content-addressed store, hash-verified

25 Unarmed
26 {
27 @Override
28 public boolean checkWield(PlayerCharacter pc, Equipment equipment)
29 {
30 //TODO What is appropriate here?
31 return false;
32 }
33 },
34 Light
35 {

Callers 1

allowMethod · 0.80

Calls 3

isWeaponLightForPCMethod · 0.80
isWeaponOneHandedMethod · 0.80
isWeaponTwoHandedMethod · 0.80

Tested by

no test coverage detected