Class WWWindManager

java.lang.Object
net.frozenblock.wilderwild.wind.WWWindManager
All Implemented Interfaces:
net.frozenblock.lib.wind.api.WindManagerExtension

public final class WWWindManager extends Object implements net.frozenblock.lib.wind.api.WindManagerExtension
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    double
     
    double
     
    double
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    WWWindManager(net.frozenblock.lib.wind.api.WindManager manager)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    baseTick(net.minecraft.server.level.ServerLevel level)
     
    void
    createSyncByteBuf(@NotNull net.minecraft.network.FriendlyByteBuf original)
     
    net.minecraft.resources.ResourceLocation
     
    void
    load(@NotNull net.minecraft.nbt.CompoundTag compoundTag)
     
    boolean
     
    void
    save(@NotNull net.minecraft.nbt.CompoundTag compoundTag)
     
    void
    tick(net.minecraft.server.level.ServerLevel level)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • cloudX

      public double cloudX
    • cloudY

      public double cloudY
    • cloudZ

      public double cloudZ
  • Constructor Details

    • WWWindManager

      public WWWindManager(net.frozenblock.lib.wind.api.WindManager manager)
  • Method Details

    • extensionID

      public net.minecraft.resources.ResourceLocation extensionID()
      Specified by:
      extensionID in interface net.frozenblock.lib.wind.api.WindManagerExtension
    • tick

      public void tick(net.minecraft.server.level.ServerLevel level)
      Specified by:
      tick in interface net.frozenblock.lib.wind.api.WindManagerExtension
    • baseTick

      public void baseTick(net.minecraft.server.level.ServerLevel level)
      Specified by:
      baseTick in interface net.frozenblock.lib.wind.api.WindManagerExtension
    • runResetsIfNeeded

      public boolean runResetsIfNeeded()
      Specified by:
      runResetsIfNeeded in interface net.frozenblock.lib.wind.api.WindManagerExtension
    • createSyncByteBuf

      public void createSyncByteBuf(@NotNull @NotNull net.minecraft.network.FriendlyByteBuf original)
      Specified by:
      createSyncByteBuf in interface net.frozenblock.lib.wind.api.WindManagerExtension
    • load

      public void load(@NotNull @NotNull net.minecraft.nbt.CompoundTag compoundTag)
      Specified by:
      load in interface net.frozenblock.lib.wind.api.WindManagerExtension
    • save

      public void save(@NotNull @NotNull net.minecraft.nbt.CompoundTag compoundTag)
      Specified by:
      save in interface net.frozenblock.lib.wind.api.WindManagerExtension