congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
IMasterLogic.notifyChange
Code IndexAdd Tabnine to your IDE (free)

How to use
notifyChange
method
in
slimeknights.mantle.multiblock.IMasterLogic

Best Java code snippets using slimeknights.mantle.multiblock.IMasterLogic.notifyChange (Showing top 2 results out of 315)

origin: SlimeKnights/TinkersConstruct

TileEntity servant = worldIn.getTileEntity(pos);
if(servant instanceof IServantLogic) {
 ((IMasterLogic) te).notifyChange((IServantLogic) servant, pos);
 break;
origin: SlimeKnights/Mantle

@Override
public void notifyMasterOfChange() {
 if(this.hasValidMaster()) {
  IMasterLogic logic = (IMasterLogic) this.world.getTileEntity(this.master);
  logic.notifyChange(this, this.pos);
 }
}
slimeknights.mantle.multiblockIMasterLogicnotifyChange

Javadoc

Called when servants change their state

Popular methods of IMasterLogic

    Popular in Java

    • Parsing JSON documents to java classes using gson
    • onCreateOptionsMenu (Activity)
    • notifyDataSetChanged (ArrayAdapter)
    • startActivity (Activity)
    • BigInteger (java.math)
      An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
    • Format (java.text)
      The base class for all formats. This is an abstract base class which specifies the protocol for clas
    • Collections (java.util)
      This class consists exclusively of static methods that operate on or return collections. It contains
    • Dictionary (java.util)
      Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
    • TreeMap (java.util)
      Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
    • StringUtils (org.apache.commons.lang)
      Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
    • Top plugins for WebStorm
    Tabnine Logo
    • Products

      Search for Java codeSearch for JavaScript code
    • IDE Plugins

      IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
    • Company

      About UsContact UsCareers
    • Resources

      FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
    Get Tabnine for your IDE now