接口 ParticleOptions.Deserializer<T extends ParticleOptions>

封闭接口:
ParticleOptions

@Deprecated public static interface ParticleOptions.Deserializer<T extends ParticleOptions>
已过时。
  • 方法详细资料

    • fromCommand

      T fromCommand(ParticleType<T> pParticleType, com.mojang.brigadier.StringReader pReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      已过时。
      抛出:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • fromNetwork

      T fromNetwork(ParticleType<T> pParticleType, FriendlyByteBuf pBuffer)
      已过时。