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

Method deityWatchSetup

code/src/java/pcgen/core/PlayerCharacter.java:639–650  ·  view source on GitHub ↗
(LoadContext context)

Source from the content-addressed store, hash-verified

637 }
638
639 private void deityWatchSetup(LoadContext context)
640 {
641 ChannelUtilities.watchChannel(this, CControl.DEITYINPUT, activeSpellsFacet);
642 ChannelUtilities.watchChannel(this, CControl.DEITYINPUT, FacetLibrary.getFacet(AddFacet.class));
643 ChannelUtilities.watchChannel(this, CControl.DEITYINPUT, FacetLibrary.getFacet(DeityWeaponProfFacet.class));
644 ChannelUtilities.watchChannel(this, CControl.DEITYINPUT, FacetLibrary.getFacet(KitChoiceFacet.class));
645 ChannelUtilities.watchChannel(this, CControl.DEITYINPUT, FacetLibrary.getFacet(RemoveFacet.class));
646 ChannelUtilities.watchChannel(this, CControl.DEITYINPUT, FacetLibrary.getFacet(BonusActiviationFacet.class),
647 1000);
648 ChannelUtilities.watchChannel(this, CControl.DEITYINPUT, FacetLibrary.getFacet(CalcBonusFacet.class), 5000);
649 ChannelUtilities.watchChannel(this, CControl.DEITYINPUT, moveResultFacet, 2000);
650 }
651
652 @Override
653 public String toString()

Callers 1

doFormulaSetupMethod · 0.95

Calls 2

watchChannelMethod · 0.95
getFacetMethod · 0.95

Tested by

no test coverage detected